diff options
| author | Yuri Victorovich <yuri@FreeBSD.org> | 2022-05-31 09:14:04 +0000 |
|---|---|---|
| committer | Yuri Victorovich <yuri@FreeBSD.org> | 2022-05-31 09:14:04 +0000 |
| commit | c1cfab30f2626341cbfd4e36c13cdc3fb2c98e9b (patch) | |
| tree | d28a710d2e4adf78f187d58e8d3e9042097b8385 | |
| parent | 1f912cdd93dc9bcc135758b78147cdbd5bc3cecd (diff) | |
| download | ports-c1cfab30f2626341cbfd4e36c13cdc3fb2c98e9b.tar.gz ports-c1cfab30f2626341cbfd4e36c13cdc3fb2c98e9b.zip | |
devel/py-ordered-set: Update 3.1.1 -> 4.1.0
PR: 264357
Approved by: antoine (maintainer)
| -rw-r--r-- | devel/py-ordered-set/Makefile | 7 | ||||
| -rw-r--r-- | devel/py-ordered-set/distinfo | 6 |
2 files changed, 7 insertions, 6 deletions
diff --git a/devel/py-ordered-set/Makefile b/devel/py-ordered-set/Makefile index 39328031f6db..d49adb19d94b 100644 --- a/devel/py-ordered-set/Makefile +++ b/devel/py-ordered-set/Makefile @@ -1,7 +1,7 @@ # Created by: antoine@FreeBSD.org PORTNAME= ordered-set -PORTVERSION= 3.1.1 +PORTVERSION= 4.1.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,12 +13,13 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} +TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} NO_ARCH= yes -USES= python:3.6+ +USES= python:3.7+ USE_PYTHON= distutils autoplist do-test: - @(cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYTHON_VER} test.py) + @cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYTHON_VER} test/test_ordered_set.py .include <bsd.port.mk> diff --git a/devel/py-ordered-set/distinfo b/devel/py-ordered-set/distinfo index 16c08dd0718c..5ea76e59f05c 100644 --- a/devel/py-ordered-set/distinfo +++ b/devel/py-ordered-set/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1560772214 -SHA256 (ordered-set-3.1.1.tar.gz) = a7bfa858748c73b096e43db14eb23e2bc714a503f990c89fac8fab9b0ee79724 -SIZE (ordered-set-3.1.1.tar.gz) = 10520 +TIMESTAMP = 1653954658 +SHA256 (ordered-set-4.1.0.tar.gz) = 694a8e44c87657c59292ede72891eb91d34131f6531463aab3009191c77364a8 +SIZE (ordered-set-4.1.0.tar.gz) = 12826 |
