mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Add TEST_DEPENDS
- Allow concurrent installation (USE_PYTHON=concurrent)
This commit is contained in:
parent
ca3ef2f097
commit
57004c52d9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=448409
@ -17,9 +17,13 @@ RUN_DEPENDS?= ${PYTHON_PKGNAMEPREFIX}cryptography>=1.3.4:security/py-cryptograph
|
||||
${PYTHON_PKGNAMEPREFIX}idna>=2.0:dns/py-idna \
|
||||
${PYTHON_PKGNAMEPREFIX}openssl>=16.0:security/py-openssl \
|
||||
${PYTHON_PKGNAMEPREFIX}pysocks>=1.5.7:net/py-pysocks
|
||||
TEST_DEPENDS?= ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock \
|
||||
${PYTHON_PKGNAMEPREFIX}nose>=0:devel/py-nose \
|
||||
${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest
|
||||
#TEST_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}tornado>=0:www/py-tornado
|
||||
|
||||
USES?= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
NO_ARCH= yes
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user