diff options
Diffstat (limited to 'devel/py-pick/Makefile')
-rw-r--r-- | devel/py-pick/Makefile | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/devel/py-pick/Makefile b/devel/py-pick/Makefile new file mode 100644 index 000000000000..f5909d1f8eb1 --- /dev/null +++ b/devel/py-pick/Makefile @@ -0,0 +1,29 @@ +PORTNAME= pick +DISTVERSIONPREFIX= v +DISTVERSION= 2.4.0 +CATEGORIES= devel python +#MASTER_SITES= PYPI # no tests +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Pick an option in the terminal with a simple GUI +WWW= https://github.com/aisk/pick + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR} + +USES= python +USE_PYTHON= pep517 autoplist pytest + +USE_GITHUB= yes +GH_ACCOUNT= aisk + +TEST_ENV= PYTHONPATH=${WRKSRC}/src + +NO_ARCH= yes + +# tests as of 2.4.0: 8 passed in 2.51s + +.include <bsd.port.mk> |