Index: head/devel/py-arpeggio/Makefile =================================================================== --- head/devel/py-arpeggio/Makefile (revision 561124) +++ head/devel/py-arpeggio/Makefile (revision 561125) @@ -1,25 +1,24 @@ # Created by: Po-Chuan Hsieh # $FreeBSD$ PORTNAME= arpeggio PORTVERSION= 1.10.1 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}pytest-runner>=0:devel/py-pytest-runner@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes .include Index: head/devel/py-arpeggio/files/patch-setup.cfg =================================================================== --- head/devel/py-arpeggio/files/patch-setup.cfg (nonexistent) +++ head/devel/py-arpeggio/files/patch-setup.cfg (revision 561125) @@ -0,0 +1,10 @@ +--- setup.cfg.orig 2020-11-01 19:38:57 UTC ++++ setup.cfg +@@ -33,7 +33,6 @@ classifiers = + packages = find: + include_package_data = True + setup_requires = +- pytest-runner + wheel + tests_require = pytest + Property changes on: head/devel/py-arpeggio/files/patch-setup.cfg ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property