svn commit: r563639 - in head/devel/py-gitdb: . files
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon Feb 1 19:26:42 UTC 2021
Author: sunpoet
Date: Mon Feb 1 19:26:35 2021
New Revision: 563639
URL: https://svnweb.freebsd.org/changeset/ports/563639
Log:
Allow build with py-smmap 4.0.0
Added:
head/devel/py-gitdb/files/
head/devel/py-gitdb/files/patch-setup.py (contents, props changed)
Modified:
head/devel/py-gitdb/Makefile
Modified: head/devel/py-gitdb/Makefile
==============================================================================
--- head/devel/py-gitdb/Makefile Mon Feb 1 19:26:29 2021 (r563638)
+++ head/devel/py-gitdb/Makefile Mon Feb 1 19:26:35 2021 (r563639)
@@ -13,7 +13,7 @@ COMMENT= Git Object Database
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}smmap>=3.0.1<4:devel/py-smmap@${PY_FLAVOR}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}smmap>=3.0.1:devel/py-smmap@${PY_FLAVOR}
USES= python:3.4+
USE_PYTHON= autoplist concurrent distutils
Added: head/devel/py-gitdb/files/patch-setup.py
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py-gitdb/files/patch-setup.py Mon Feb 1 19:26:35 2021 (r563639)
@@ -0,0 +1,11 @@
+--- 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
More information about the svn-ports-all
mailing list