svn commit: r526652 - in head/devel/py-astroid: . files
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Fri Feb 21 18:56:30 UTC 2020
Author: sunpoet
Date: Fri Feb 21 18:56:28 2020
New Revision: 526652
URL: https://svnweb.freebsd.org/changeset/ports/526652
Log:
Fix build with py-wrapt 1.12.0
- Bump PORTREVISION for package change
Added:
head/devel/py-astroid/files/
head/devel/py-astroid/files/patch-astroid-__pkginfo__.py (contents, props changed)
Modified:
head/devel/py-astroid/Makefile
Modified: head/devel/py-astroid/Makefile
==============================================================================
--- head/devel/py-astroid/Makefile Fri Feb 21 18:56:22 2020 (r526651)
+++ head/devel/py-astroid/Makefile Fri Feb 21 18:56:28 2020 (r526652)
@@ -2,6 +2,7 @@
PORTNAME= astroid
PORTVERSION= 2.3.3
+PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -17,7 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lazy-object-proxy>
${PYTHON_PKGNAMEPREFIX}six>=1.12<2:devel/py-six@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}typed-ast>=1.4.0<1.5:devel/py-typed-ast@${PY_FLAVOR} \
${PY_TYPING} \
- ${PYTHON_PKGNAMEPREFIX}wrapt>=1.11<1.12:devel/py-wrapt@${PY_FLAVOR}
+ ${PYTHON_PKGNAMEPREFIX}wrapt>=1.11<1.13:devel/py-wrapt@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR}
USES= python:3.5+
Added: head/devel/py-astroid/files/patch-astroid-__pkginfo__.py
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py-astroid/files/patch-astroid-__pkginfo__.py Fri Feb 21 18:56:28 2020 (r526652)
@@ -0,0 +1,11 @@
+--- astroid/__pkginfo__.py.orig 2019-11-06 18:41:21 UTC
++++ astroid/__pkginfo__.py
+@@ -24,7 +24,7 @@ extras_require = {}
+ install_requires = [
+ "lazy_object_proxy==1.4.*",
+ "six~=1.12",
+- "wrapt==1.11.*",
++ "wrapt>=1.11.0,<1.13",
+ 'typed-ast>=1.4.0,<1.5;implementation_name== "cpython" and python_version<"3.8"',
+ ]
+
More information about the svn-ports-head
mailing list