Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Jan 2021 23:11:36 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r561125 - in head/devel/py-arpeggio: . files
Message-ID:  <202101102311.10ANBaLx072250@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Jan 10 23:11:35 2021
New Revision: 561125
URL: https://svnweb.freebsd.org/changeset/ports/561125

Log:
  Remove py-pytest-runner from BUILD_DEPENDS

Added:
  head/devel/py-arpeggio/files/
  head/devel/py-arpeggio/files/patch-setup.cfg   (contents, props changed)
Modified:
  head/devel/py-arpeggio/Makefile

Modified: head/devel/py-arpeggio/Makefile
==============================================================================
--- head/devel/py-arpeggio/Makefile	Sun Jan 10 23:11:31 2021	(r561124)
+++ head/devel/py-arpeggio/Makefile	Sun Jan 10 23:11:35 2021	(r561125)
@@ -13,8 +13,7 @@ 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+

Added: head/devel/py-arpeggio/files/patch-setup.cfg
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-arpeggio/files/patch-setup.cfg	Sun Jan 10 23:11:35 2021	(r561125)
@@ -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
+ 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101102311.10ANBaLx072250>