git: c852643358ad - main - devel/py-gitdb: Update to 4.0.9
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 01 Nov 2021 13:46:20 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=c852643358adee0087e5cbe2e6f65cb28301e47d commit c852643358adee0087e5cbe2e6f65cb28301e47d Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-11-01 13:25:45 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-11-01 13:41:39 +0000 devel/py-gitdb: Update to 4.0.9 Changes: https://github.com/gitpython-developers/gitdb/blob/master/doc/source/changes.rst --- devel/py-gitdb/Makefile | 5 ++--- devel/py-gitdb/distinfo | 6 +++--- devel/py-gitdb/files/patch-setup.py | 11 ----------- 3 files changed, 5 insertions(+), 17 deletions(-) diff --git a/devel/py-gitdb/Makefile b/devel/py-gitdb/Makefile index f02ed83a8a6b..d89974db44d4 100644 --- a/devel/py-gitdb/Makefile +++ b/devel/py-gitdb/Makefile @@ -1,8 +1,7 @@ # Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> PORTNAME= gitdb -PORTVERSION= 4.0.7 -PORTREVISION= 1 +PORTVERSION= 4.0.9 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}smmap>=3.0.1<6:devel/py-smmap@${PY_FLAVOR} -USES= python:3.4+ +USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes diff --git a/devel/py-gitdb/distinfo b/devel/py-gitdb/distinfo index 26a32abf1536..d90b73ba7633 100644 --- a/devel/py-gitdb/distinfo +++ b/devel/py-gitdb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1619198499 -SHA256 (gitdb-4.0.7.tar.gz) = 96bf5c08b157a666fec41129e6d327235284cca4c81e92109260f353ba138005 -SIZE (gitdb-4.0.7.tar.gz) = 394664 +TIMESTAMP = 1635730959 +SHA256 (gitdb-4.0.9.tar.gz) = bac2fd45c0a1c9cf619e63a90d62bdc63892ef92387424b855792a6cabe789aa +SIZE (gitdb-4.0.9.tar.gz) = 394670 diff --git a/devel/py-gitdb/files/patch-setup.py b/devel/py-gitdb/files/patch-setup.py deleted file mode 100644 index 2c3851b04757..000000000000 --- a/devel/py-gitdb/files/patch-setup.py +++ /dev/null @@ -1,11 +0,0 @@ ---- setup.py.orig 2021-03-26 14:25:19 UTC -+++ setup.py -@@ -20,7 +20,7 @@ setup( - packages=('gitdb', 'gitdb.db', 'gitdb.utils', 'gitdb.test'), - license="BSD License", - zip_safe=False, -- install_requires=['smmap>=3.0.1,<5'], -+ install_requires=['smmap>=3.0.1,<6'], - long_description="""GitDB is a pure-Python git object database""", - python_requires='>=3.4', - # See https://pypi.python.org/pypi?%3Aaction=list_classifiers