forked from Lainports/freebsd-ports
*/*: switch my ports from USES=pytest to USE_PYTHON=pytest
Suggested by: sunpoet
This commit is contained in:
parent
dc7a0efdbb
commit
f8e9da8754
21 changed files with 44 additions and 44 deletions
|
|
@ -16,8 +16,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}m2crypto>=0:security/py-m2crypto@${PY_FLAVOR
|
|||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= openSUSE
|
||||
|
||||
USES= cpe python pytest
|
||||
USE_PYTHON= autoplist distutils noflavors
|
||||
USES= cpe python
|
||||
USE_PYTHON= autoplist distutils noflavors pytest
|
||||
PLIST_FILES= bin/osc
|
||||
NO_ARCH= yes
|
||||
PYTEST_BROKEN_TESTS= testPrdiffDiffstat
|
||||
|
|
|
|||
|
|
@ -19,8 +19,8 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} \
|
|||
${PYTHON_PKGNAMEPREFIX}nose>=0:devel/py-nose@${PY_FLAVOR} \
|
||||
${PYNUMPY}
|
||||
|
||||
USES= python:3.8+ pytest
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
USES= python:3.8+
|
||||
USE_PYTHON= autoplist concurrent distutils pytest
|
||||
|
||||
CONFLICTS= ${PYTHON_PKGNAMEPREFIX}astroid
|
||||
|
||||
|
|
|
|||
|
|
@ -16,9 +16,9 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@
|
|||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
|
||||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}astroid253>=0:devel/py-astroid253@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.6+ pytest
|
||||
USE_PYTHON= autoplist distutils
|
||||
PYTEST_ARGS= --ignore=tests/testdata
|
||||
USES= python:3.6+
|
||||
USE_PYTHON= autoplist distutils pytest
|
||||
TEST_ARGS= --ignore=tests/testdata
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -13,8 +13,8 @@ LICENSE_COMB= dual
|
|||
LICENSE_FILE_MIT= ${WRKSRC}/LICENSE.MIT
|
||||
LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE.APACHE2
|
||||
|
||||
USES= python:3.5+ pytest
|
||||
USE_PYTHON= autoplist distutils
|
||||
USES= python:3.5+
|
||||
USE_PYTHON= autoplist distutils pytest
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -17,8 +17,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mccabe>=0:devel/py-mccabe@${PY_FLAVOR} \
|
|||
${PYTHON_PKGNAMEPREFIX}pyflakes>=0:devel/py-pyflakes@${PY_FLAVOR}
|
||||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.8+ pytest
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
USES= python:3.8+
|
||||
USE_PYTHON= autoplist concurrent distutils pytest
|
||||
NO_ARCH= yes
|
||||
PYTEST_BROKEN_TESTS= test_up_to_date test_all_pyflakes_messages_have_flake8_codes_assigned
|
||||
|
||||
|
|
|
|||
|
|
@ -17,8 +17,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hypothesis>=0:devel/py-hypothesis@${PY_FLAVO
|
|||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}black>=0:devel/py-black@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}parso>=0:textproc/py-parso@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.7+ pytest
|
||||
USE_PYTHON= autoplist distutils
|
||||
USES= python:3.7+
|
||||
USE_PYTHON= autoplist distutils pytest
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -17,8 +17,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>0:devel/py-attrs@${PY_FLAVOR}
|
|||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-asyncio>=0:devel/py-pytest-asyncio@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}async_generator>=0:devel/py-async_generator@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.7+ pytest
|
||||
USE_PYTHON= autoplist distutils
|
||||
USES= python:3.7+
|
||||
USE_PYTHON= autoplist distutils pytest
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -12,8 +12,8 @@ WWW= https://pycodestyle.readthedocs.io/en/latest/ \
|
|||
|
||||
LICENSE= MIT # mentioned as "Expat"
|
||||
|
||||
USES= python:3.6+ pytest
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
USES= python:3.6+
|
||||
USE_PYTHON= autoplist concurrent distutils pytest
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -15,8 +15,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
|||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.6+ pytest
|
||||
USE_PYTHON= autoplist distutils
|
||||
USES= python:3.6+
|
||||
USE_PYTHON= autoplist distutils pytest
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -17,8 +17,8 @@ USE_GITHUB= yes # LICENSE and tests are missing from PyPI distribution
|
|||
GH_ACCOUNT= timpaquatte
|
||||
GH_TAGNAME= b4cc63c # 1.3 tag is also missing
|
||||
|
||||
USES= python:3.6+ pytest
|
||||
USE_PYTHON= autoplist distutils
|
||||
USES= python:3.6+
|
||||
USE_PYTHON= autoplist distutils pytest
|
||||
NO_ARCH= yes
|
||||
PYTEST_BROKEN_TESTS= test_BST_mutations test_short_example test_separate_files
|
||||
|
||||
|
|
|
|||
|
|
@ -14,8 +14,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR}
|
||||
|
||||
USES= python pytest
|
||||
USE_PYTHON= autoplist distutils
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils pytest
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -19,9 +19,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \
|
|||
${PYTHON_PKGNAMEPREFIX}outcome>=0:devel/py-outcome@${PY_FLAVOR}
|
||||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hypothesis>=0:devel/py-hypothesis@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.7+ pytest
|
||||
USE_PYTHON= autoplist distutils
|
||||
PYTEST_ARGS= --pyargs pytest_trio
|
||||
USES= python:3.7+
|
||||
USE_PYTHON= autoplist distutils pytest
|
||||
TEST_ARGS= --pyargs pytest_trio
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -17,8 +17,8 @@ USE_GITHUB= yes # tests are missing from PyPI distribution
|
|||
GH_ACCOUNT= d9pouces
|
||||
GH_PROJECT= RubyMarshal
|
||||
|
||||
USES= python:3.6+ pytest
|
||||
USE_PYTHON= autoplist distutils
|
||||
USES= python:3.6+
|
||||
USE_PYTHON= autoplist distutils pytest
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -12,8 +12,8 @@ WWW= https://pypi.org/project/unittest2pytest/ \
|
|||
LICENSE= GPLv3+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING-GPLv3.txt
|
||||
|
||||
USES= python pytest
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
USES= python
|
||||
USE_PYTHON= autoplist concurrent distutils pytest
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -18,8 +18,8 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-asyncio>=0:devel/py-pytest-asyncio@$
|
|||
${PYTHON_PKGNAMEPREFIX}siosocks>0:net/py-siosocks@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}idna>0:dns/py-idna@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.7+ pytest
|
||||
USE_PYTHON= autoplist distutils
|
||||
USES= python:3.7+
|
||||
USE_PYTHON= autoplist distutils pytest
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -12,9 +12,9 @@ WWW= https://pypi.org/project/pyglet/ \
|
|||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= display:test gl python:3.6+ pytest zip
|
||||
USES= display:test gl python:3.6+ zip
|
||||
USE_GL= gl glu
|
||||
USE_PYTHON= autoplist distutils
|
||||
USE_PYTHON= autoplist distutils pytest
|
||||
NO_ARCH= yes
|
||||
|
||||
CONFLICTS_INSTALL=${PYTHON_PKGNAMEPREFIX}${PORTNAME}1
|
||||
|
|
|
|||
|
|
@ -14,8 +14,8 @@ LICENSE_FILE= ${WRKSRC}/license.txt
|
|||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-asyncio>=0:devel/py-pytest-asyncio@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pytest-trio>=0:devel/py-pytest-trio@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.8+ pytest
|
||||
USE_PYTHON= autoplist distutils
|
||||
USES= python:3.8+
|
||||
USE_PYTHON= autoplist distutils pytest
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -20,8 +20,8 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${PY_FLAV
|
|||
${PYTHON_PKGNAMEPREFIX}openssl>=0:security/py-openssl@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}service_identity>=0:security/py-service_identity@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.6+ pytest
|
||||
USE_PYTHON= autoplist distutils
|
||||
USES= python:3.6+
|
||||
USE_PYTHON= autoplist distutils pytest
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -19,9 +19,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}marshmallow>=0:devel/py-marshmallow@${PY_FLA
|
|||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-mock>=0:devel/py-pytest-mock@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
|
||||
|
||||
USES= cpe python:3.6+ pytest
|
||||
USES= cpe python:3.6+
|
||||
CPE_VENDOR= ${PORTNAME}_project
|
||||
USE_PYTHON= autoplist distutils noflavors
|
||||
USE_PYTHON= autoplist distutils noflavors pytest
|
||||
NO_ARCH= yes
|
||||
|
||||
post-patch:
|
||||
|
|
|
|||
|
|
@ -14,8 +14,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
|||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>=0:devel/py-pytest-runner@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.7+ pytest
|
||||
USE_PYTHON= autoplist cython distutils
|
||||
USES= python:3.7+
|
||||
USE_PYTHON= autoplist cython distutils pytest
|
||||
|
||||
post-install:
|
||||
@${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/multidict/*.so
|
||||
|
|
|
|||
|
|
@ -15,8 +15,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}multidict>0:www/py-multidict@${PY_FLAVOR} \
|
|||
${PYTHON_PKGNAMEPREFIX}idna>0:dns/py-idna@${PY_FLAVOR}
|
||||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>0:devel/py-pytest-runner@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.7+ pytest
|
||||
USE_PYTHON= autoplist distutils cython
|
||||
USES= python:3.7+
|
||||
USE_PYTHON= autoplist distutils cython pytest
|
||||
|
||||
pre-configure:
|
||||
@rm ${WRKSRC}/yarl/_quoting_c.c
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue