aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-04-25 20:14:04 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-04-25 20:35:25 +0000
commitfa1c3870a3513ac17d88c0f9bc0521ef8fa38ac5 (patch)
treea47db5d2f7425612dfeba7f0369fc55c17ab197c
parent679deaff33a317b760cbd6a7b80a438cf1ee69b9 (diff)
downloadports-fa1c3870a3513ac17d88c0f9bc0521ef8fa38ac5.tar.gz
ports-fa1c3870a3513ac17d88c0f9bc0521ef8fa38ac5.zip
devel/py-gitdb: Update to 4.0.7
-rw-r--r--devel/py-gitdb/Makefile4
-rw-r--r--devel/py-gitdb/distinfo6
-rw-r--r--devel/py-gitdb/files/patch-setup.py11
3 files changed, 5 insertions, 16 deletions
diff --git a/devel/py-gitdb/Makefile b/devel/py-gitdb/Makefile
index f237fc24752e..fc7769bc637c 100644
--- a/devel/py-gitdb/Makefile
+++ b/devel/py-gitdb/Makefile
@@ -1,7 +1,7 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= gitdb
-PORTVERSION= 4.0.6
+PORTVERSION= 4.0.7
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +12,7 @@ COMMENT= Git Object Database
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}smmap>=3.0.1:devel/py-smmap@${PY_FLAVOR}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}smmap>=3.0.1<5:devel/py-smmap@${PY_FLAVOR}
USES= python:3.4+
USE_PYTHON= autoplist concurrent distutils
diff --git a/devel/py-gitdb/distinfo b/devel/py-gitdb/distinfo
index 754bed6c1447..26a32abf1536 100644
--- a/devel/py-gitdb/distinfo
+++ b/devel/py-gitdb/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1618320138
-SHA256 (gitdb-4.0.6.tar.gz) = 42535bb16b5db8983e2c4f6a714d29a8feba7165a12addc63e08fc672dfeccb9
-SIZE (gitdb-4.0.6.tar.gz) = 394670
+TIMESTAMP = 1619198499
+SHA256 (gitdb-4.0.7.tar.gz) = 96bf5c08b157a666fec41129e6d327235284cca4c81e92109260f353ba138005
+SIZE (gitdb-4.0.7.tar.gz) = 394664
diff --git a/devel/py-gitdb/files/patch-setup.py b/devel/py-gitdb/files/patch-setup.py
deleted file mode 100644
index 430ba47d0a9c..000000000000
--- a/devel/py-gitdb/files/patch-setup.py
+++ /dev/null
@@ -1,11 +0,0 @@
---- setup.py.orig 2020-05-05 03:41:32 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,<4'],
-+ install_requires=['smmap>=3.0.1'],
- long_description="""GitDB is a pure-Python git object database""",
- python_requires='>=3.4',
- # See https://pypi.python.org/pypi?%3Aaction=list_classifiers