diff --git a/devel/py-arpeggio/Makefile b/devel/py-arpeggio/Makefile index 8ea5ca211ff5..ba0c83650118 100644 --- a/devel/py-arpeggio/Makefile +++ b/devel/py-arpeggio/Makefile @@ -1,26 +1,25 @@ # Created by: Po-Chuan Hsieh PORTNAME= arpeggio -PORTVERSION= 1.10.2 +PORTVERSION= 2.0.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= Arpeggio-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Parser interpreter based on PEG grammars LICENSE= MIT -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0,1:devel/py-pytest@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes do-test: cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -rs -v .include diff --git a/devel/py-arpeggio/distinfo b/devel/py-arpeggio/distinfo index a6112008ef78..b4c19c5e3430 100644 --- a/devel/py-arpeggio/distinfo +++ b/devel/py-arpeggio/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1619569449 -SHA256 (Arpeggio-1.10.2.tar.gz) = bfe349f252f82f82d84cb886f1d5081d1a31451e6045275e9f90b65d0daa06f1 -SIZE (Arpeggio-1.10.2.tar.gz) = 765357 +TIMESTAMP = 1652122621 +SHA256 (Arpeggio-2.0.0.tar.gz) = d6b03839019bb8a68785f9292ee6a36b1954eb84b925b84a6b8a5e1e26d3ed3d +SIZE (Arpeggio-2.0.0.tar.gz) = 766110 diff --git a/devel/py-arpeggio/files/patch-setup.cfg b/devel/py-arpeggio/files/patch-setup.cfg index 44de0530e983..fda017fec3cc 100644 --- a/devel/py-arpeggio/files/patch-setup.cfg +++ b/devel/py-arpeggio/files/patch-setup.cfg @@ -1,10 +1,11 @@ ---- setup.cfg.orig 2020-11-01 19:38:57 UTC +--- setup.cfg.orig 2022-03-20 16:43:02 UTC +++ setup.cfg -@@ -33,7 +33,6 @@ classifiers = +@@ -30,8 +30,6 @@ classifiers = packages = find: include_package_data = True setup_requires = - pytest-runner - wheel +- wheel tests_require = pytest + [options.packages.find]