mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
sysutils/py-resolve-march-native: add support for tests
This commit is contained in:
parent
893a8b16eb
commit
57cf34a532
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=551545
1 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,8 @@ COMMENT= Command line tool to resolve -march=native into explicit flags
|
|||
|
||||
LICENSE= GPLv2+
|
||||
|
||||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.6+
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= hartwork
|
||||
|
@ -18,5 +20,6 @@ USE_PYTHON= autoplist concurrent distutils
|
|||
ALL_TARGET= install
|
||||
BINARY_ALIAS= python=${PYTHON_CMD}
|
||||
NO_ARCH= yes
|
||||
TEST_TARGET= check
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue