mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
www/py-tornado4: Add PORTSCOUT
- Update CONFLICTS_INSTALL
This commit is contained in:
parent
914bc12bdd
commit
11b30b1045
@ -15,13 +15,16 @@ LICENSE= APACHE20
|
||||
USES= cpe python:3.6+
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
CPE_VENDOR= tornadoweb
|
||||
|
||||
CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}tornado \
|
||||
${PYTHON_PKGNAMEPREFIX}tornado5 \
|
||||
${PYTHON_PKGNAMEPREFIX}tornado6
|
||||
|
||||
CPE_VENDOR= tornadoweb
|
||||
|
||||
PORTSCOUT= limit:^4\.
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/tornado/speedups*.so
|
||||
${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
|
||||
|
||||
do-test:
|
||||
@cd ${WRKSRC} && ${PYTHON_CMD} -m tornado.test.runtests
|
||||
|
Loading…
Reference in New Issue
Block a user