make generate-plist
Deleted ports which required this port:
Expand this list of 8 deleted portsdevel/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.html3.1.30
devel/py-gitpython: Take maintainership3.1.30
devel/py-gitpython: drop maintainership3.1.30
devel/py-gitpython: Remove outdated PYTHON_REL check after lang/python37 removal Approved by: portmgr (blanket) With hat: python3.1.30
*/*: rename CHEESESHOP to PYPI in MASTER_SITES PR: 267994 Differential revision: D37518 Approved by: bapt3.1.30
devel/py-gitpython: Update to 3.1.30 Changelog: https://github.com/gitpython-developers/GitPython/blob/main/doc/source/changes.rst#31303.1.29
devel/py-gitpython: Update to 3.1.29 Changelog: https://github.com/gitpython-developers/GitPython/blob/main/doc/source/changes.rst#31293.1.28
devel/py-gitpython: Update to 3.1.28 Changelog: https://github.com/gitpython-developers/GitPython/blob/main/doc/source/changes.rst#312807 Sep 2022 21:58:51
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
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
devel/py-gitpython: Update to 3.1.27 Changelog: https://github.com/gitpython-developers/GitPython/blob/main/doc/source/changes.rst#31273.1.26_1
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
devel/py-gitpython: Update to 3.1.26 Changelog: https://github.com/gitpython-developers/GitPython/blob/main/doc/source/changes.rst#31263.1.25
devel/py-gitpython: Update to 3.1.25 Changelog: https://github.com/gitpython-developers/GitPython/blob/main/doc/source/changes.rst#31253.1.24
devel/py-gitpython: Update to 3.1.24 Changelog: https://github.com/gitpython-developers/GitPython/blob/main/doc/source/changes.rst#31243.1.20
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
devel/py-gitpython: Update to 3.1.19 Approved by: lwhsu (mentor, implicit)3.1.18
devel/py-gitpython: Update to 3.1.18 Approved by: lwhsu (mentor, implicit)3.1.17
devel/py-gitpython: Update to 3.1.17 Approved by: lwhsu (mentor)3.1.15_2
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
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: lwhsu3.1.15
devel/py-gitpython: Update to 3.1.15 - Also changed the PORTNAME to lower cases Approved by: lwhsu3.1.11
One more small cleanup, forgotten yesterday. Reported by: lwhsu3.1.11
Remove # $FreeBSD$ from Makefiles.3.1.11
Drop python 2.7 support from a few ports With hat: portmgr3.1.11
devel/py-gitpython: Update to 3.1.11 PR: 241512 Approved by: lwhsu2.1.11
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: 2018Q42.1.10
- 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/D157902.1.9
- 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/D148992.1.8
- Update to 2.1.8 PR: 225576 Submitted by: mshirk@daemon-security.com Approved by: maintainer(timeout, > 14 days)2.1.7
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
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
- Fix trailing whitespace in pkg-descrs, categories [a-f]* Approved by: portmgr blanket1.0.1
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g. With hat: portmgr Sponsored by: Absolight1.0.1
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: koobs0.3.1_1
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 distfiles0.3.1_1
Deprecate ports unmaintained for which distillator is not able to find public distfiles Reported by: distilator0.3.1_1
devel/py-gitpython: allow staging and use auto plist0.3.1
Add NO_STAGE all over the place in preparation for the staging support (cat: devel part 3)0.3.1
- Use single space after WWW:0.3.1
- Update to 0.3.10.1.7
- Update to 0.1.7 - Reset maintainer0.1.6
- 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
- Update to 0.1.5 PR: 130405 Submitted by: Wen Heping <wenheping@gmail.com> (maintainer)0.1.4.1
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>
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4