Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.1.43 18 Sep 2024 06:13:14
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-gitpython: Update to 3.1.43
- Update WWW
- Update TEST_DEPENDS
- Convert to USE_PYTHON=pep517
- Convert to USE_PYTHON=pytest
- Update pkg-descr
Changes: https://github.com/gitpython-developers/GitPython/releases
https://gitpython.readthedocs.io/en/stable/changes.html |
3.1.30 15 Sep 2024 07:18:26
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-gitpython: Take maintainership |
3.1.30 14 Sep 2024 22:42:02
    |
Guangyuan Yang (ygy)  |
devel/py-gitpython: drop maintainership |
3.1.30 26 Aug 2023 21:42:06
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-gitpython: Remove outdated PYTHON_REL check after lang/python37 removal
Approved by: portmgr (blanket)
With hat: python |
3.1.30 11 Jan 2023 15:58:34
    |
Dmitry Marakasov (amdmi3)  |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
3.1.30 02 Jan 2023 21:28:42
    |
Guangyuan Yang (ygy)  |
devel/py-gitpython: Update to 3.1.30
Changelog: https://github.com/gitpython-developers/GitPython/blob/main/doc/source/changes.rst#3130 |
3.1.29 01 Nov 2022 05:44:55
    |
Guangyuan Yang (ygy)  |
devel/py-gitpython: Update to 3.1.29
Changelog: https://github.com/gitpython-developers/GitPython/blob/main/doc/source/changes.rst#3129 |
3.1.28 17 Oct 2022 22:39:04
    |
Guangyuan Yang (ygy)  |
devel/py-gitpython: Update to 3.1.28
Changelog: https://github.com/gitpython-developers/GitPython/blob/main/doc/source/changes.rst#3128 |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.1.27 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
3.1.27 21 Feb 2022 22:20:50
    |
Guangyuan Yang (ygy)  |
devel/py-gitpython: Update to 3.1.27
Changelog: https://github.com/gitpython-developers/GitPython/blob/main/doc/source/changes.rst#3127 |
3.1.26_1 28 Jan 2022 23:27:01
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-gitpython: Fix dependencies
- Move py-ddt from RUN_DEPENDS to TEST_DEPENDS
- Update version requirement of RUN_DEPENDS
- Bump PORTREVISION for dependency change
Approved by: ygy (maintainer, via telegram) |
3.1.26 12 Jan 2022 11:41:13
    |
Guangyuan Yang (ygy)  |
devel/py-gitpython: Update to 3.1.26
Changelog: https://github.com/gitpython-developers/GitPython/blob/main/doc/source/changes.rst#3126 |
3.1.25 07 Jan 2022 07:21:57
    |
Guangyuan Yang (ygy)  |
devel/py-gitpython: Update to 3.1.25
Changelog: https://github.com/gitpython-developers/GitPython/blob/main/doc/source/changes.rst#3125 |
3.1.24 18 Sep 2021 21:53:47
    |
Guangyuan Yang (ygy)  |
devel/py-gitpython: Update to 3.1.24
Changelog: https://github.com/gitpython-developers/GitPython/blob/main/doc/source/changes.rst#3124 |
3.1.20 29 Jul 2021 05:41:37
    |
Guangyuan Yang (ygy)  |
devel/py-gitpython: Update to 3.1.20
Changelog: https://github.com/gitpython-developers/GitPython/blob/main/doc/source/changes.rst#3120
Approved by: lwhsu (mentor, implicit) |
3.1.19 25 Jul 2021 19:37:51
    |
Guangyuan Yang (ygy)  |
devel/py-gitpython: Update to 3.1.19
Approved by: lwhsu (mentor, implicit) |
3.1.18 19 Jun 2021 08:07:15
    |
Guangyuan Yang (ygy)  |
devel/py-gitpython: Update to 3.1.18
Approved by: lwhsu (mentor, implicit) |
3.1.17 20 May 2021 18:36:14
    |
Guangyuan Yang (ygy)  |
devel/py-gitpython: Update to 3.1.17
Approved by: lwhsu (mentor) |
3.1.15_2 20 May 2021 12:44:18
    |
Adriaan de Groot (adridg)  |
devel/py-gitpython: use the right gitdb dependency
gitdb2 is the "old" gitdb; it is still at version 2.0.
On PyPy it is listed as a mirror of gitdb and has version 4.0,
but gitpython wants gitdb 4.0.7 or later (as stated in its
`requires.txt`). While gitpython **builds** against the
older version, at runtime anything using setuptools to
require gitpython will fall over (because the installed
gitdb2 is way too old).
Switch to the right, modern dependency.
PORTREVISION bumped because of this make-it-actually-work
dependency change. |
3.1.15_1 04 May 2021 23:12:34
    |
Guangyuan Yang (ygy)  |
devel/py-gitpython: Pull devel/py-typing-extensions
Fix runtime where devel/py-typing-extensions is now needed after the upgrade.
Submitted by: Juraj Lutter <juraj@lutter.sk>
Approved by: lwhsu |
3.1.15 28 Apr 2021 23:40:05
    |
Guangyuan Yang (ygy)  |
devel/py-gitpython: Update to 3.1.15
- Also changed the PORTNAME to lower cases
Approved by: lwhsu |
3.1.11 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
3.1.11 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
3.1.11 28 Dec 2020 23:02:15
  |
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
3.1.11 20 Nov 2020 07:16:11
  |
ygy  |
devel/py-gitpython: Update to 3.1.11
PR: 241512
Approved by: lwhsu |
2.1.11 31 Dec 2018 02:15:19
  |
ygy  |
Update devel/py-gitpython to 2.1.11 (bugfix release).
Changelog: https://github.com/gitpython-developers/GitPython/blob/master/doc/source/changes.rst#2111---bugfixes
PR: 233794
Approved by: koobs
MFH: 2018Q4 |
2.1.10 17 Jun 2018 20:44:13
  |
ygy  |
- Update devel/py-gitpython to 2.1.10.
- Change FLAVOR to use PY_FLAVOR.
Reviewed by: mat
Approved by: woodsb02
Differential Revision: https://reviews.freebsd.org/D15790 |
2.1.9 09 Jun 2018 21:13:58
  |
ygy  |
- Update devel/py-gitpython to 2.1.9
- Take maintainership
PR: 227017
Approved by: woodsb02, che@bein.link (maintainer timeout)
Differential Revision: https://reviews.freebsd.org/D14899 |
2.1.8 18 Feb 2018 13:11:51
  |
wen  |
- Update to 2.1.8
PR: 225576
Submitted by: mshirk@daemon-security.com
Approved by: maintainer(timeout, > 14 days) |
2.1.7 30 Nov 2017 15:50:34
  |
mat  |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
2.1.7 23 Oct 2017 18:27:37
  |
sunpoet  |
Update to 2.1.7
- While I'm here, add NO_ARCH
Changes: https://github.com/gitpython-developers/GitPython/blob/master/doc/source/changes.rst
https://github.com/gitpython-developers/GitPython/commits/master
PR: 222766
Differential Revision: https://reviews.freebsd.org/D12584
Submitted by: Le Baron d'Merde <lbdm@privacychain.ch>
Approved by: maintainer (timeout, 19 days) |
1.0.1 19 May 2016 10:21:25
  |
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
1.0.1 01 Apr 2016 14:00:57
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.0.1 22 Jun 2015 17:20:00
  |
riggs  |
Resurrect devel/py-gitpython
- Update to upstream version 1.0.1
- Maxim Filimonov <che@bein.link> takes maintainership
- Update WWW: Project is now hosted on github
PR: 199335
Differential Revision: https://reviews.freebsd.org/D2659
Submitted by: che@bein.link (maintainer)
Reviewed by: koobs |
0.3.1_1 08 Mar 2014 09:49:50
  |
rene  |
Remove expired ports with no active website:
2014-03-07 deskutils/phprojekt: No more public distfiles
2014-03-07 deskutils/libopensync-plugin-synce-legacy: No more public distfiles
2014-03-07 dns/skadns: No more public distfiles
2014-03-07 sysutils/gkrellmwho2: No more public distfiles
2014-03-07 audio/xmms-musepack: No more public distfiles
2014-03-07 archivers/bzip: No more public distfiles
2014-03-07 devel/cvsstat: No more public distfiles
2014-03-07 graphics/enfle: No more public distfiles
2014-03-07 audio/oggsplit: No more public distfiles
2014-03-07 devel/picasm: No more public distfiles
2014-03-07 databases/mysql-udf-preg: No more public distfiles
2014-03-07 devel/py-gitpython: No more public distfiles
2014-03-07 net/mars_nwe: No more public distfiles
2014-03-07 audio/fmio: No more public distfiles |
0.3.1_1 07 Feb 2014 18:50:30
  |
bapt  |
Deprecate ports unmaintained for which distillator is not able to find public
distfiles
Reported by: distilator |
0.3.1_1 20 Dec 2013 18:21:40
  |
wg  |
devel/py-gitpython: allow staging and use auto plist |
0.3.1 20 Sep 2013 17:13:47
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
0.3.1 07 Sep 2013 17:20:21
  |
sunpoet  |
- Use single space after WWW: |
0.3.1 16 Mar 2011 00:31:26
 |
wen  |
- Update to 0.3.1 |
0.1.7 07 May 2010 08:45:11
 |
wen  |
- Update to 0.1.7
- Reset maintainer |
0.1.6 20 Mar 2009 12:09:22
 |
lwhsu  |
- Update to 0.1.6
PR: ports/132844
Submitted by: Yi-Jheng Lin <yzlin AT cs.nctu.edu.tw>
Approved by: wen heping <wenheping AT gmail.com> (maintainer) |
0.1.5 13 Jan 2009 00:09:47
 |
miwi  |
- Update to 0.1.5
PR: 130405
Submitted by: Wen Heping <wenheping@gmail.com> (maintainer) |
0.1.4.1 25 Jul 2008 22:50:43
 |
miwi  |
GitPython is a python library used to interact with
Git repositories. GitPython provides object model
access to your git repository. Once you have created
a repository object, you can traverse it to find
parent commit(s), trees, blobs, etc.
GitPython is a port of the grit library in Ruby
created by Tom Preston-Werner and Chris Wanstrath.
WWW: http://gitorious.org/projects/git-python/
PR: ports/125826
Submitted by: Wen Heping <wenheping at gmail.com> |