mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
devel/decompyle3: Allow build with py-spark-parser 1.9.0
- Bump PORTREVISION for package change
Obtained from: 54f263988d
This commit is contained in:
parent
9662bdb411
commit
46284ca999
@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=0:devel/py-click@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}spark-parser>=1.8.9<1.9.0:devel/py-spark-parser@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}spark-parser>=1.8.9<1.9.1:devel/py-spark-parser@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}xdis>=6.1.0<6.2.0:devel/py-xdis@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
|
13
devel/decompyle3/files/patch-__pkginfo__.py
Normal file
13
devel/decompyle3/files/patch-__pkginfo__.py
Normal file
@ -0,0 +1,13 @@
|
||||
Obtained from: https://github.com/rocky/python-decompile3/commit/54f263988d315f430c140b90536b4d9418d4bd3f
|
||||
|
||||
--- __pkginfo__.py.orig 2024-07-21 17:01:58 UTC
|
||||
+++ __pkginfo__.py
|
||||
@@ -51,7 +51,7 @@ ftp_url = None
|
||||
]
|
||||
}
|
||||
ftp_url = None
|
||||
-install_requires = ["click", "spark-parser >= 1.8.9, < 1.9.0", "xdis >= 6.1.1,<6.2.0"]
|
||||
+install_requires = ["click", "spark-parser >= 1.8.9, < 1.9.1", "xdis >= 6.1.1,<6.2.0"]
|
||||
|
||||
license = "GPL3"
|
||||
mailing_list = "python-debugger@googlegroups.com"
|
Loading…
Reference in New Issue
Block a user