diff options
Diffstat (limited to 'textproc/py-roman-numerals-py/Makefile')
-rw-r--r-- | textproc/py-roman-numerals-py/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/textproc/py-roman-numerals-py/Makefile b/textproc/py-roman-numerals-py/Makefile index 145a5698ca55..b27c5e7aee88 100644 --- a/textproc/py-roman-numerals-py/Makefile +++ b/textproc/py-roman-numerals-py/Makefile @@ -1,24 +1,23 @@ PORTNAME= roman-numerals-py -DISTVERSION= 3.0.0 +PORTVERSION= 3.1.0 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= ${PORTNAME:S/-/_/g}-${PORTVERSION} +DISTNAME= roman_numerals_py-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Manipulate well-formed Roman numerals -WWW= https://pypi.org/project/roman-numerals-py/ +WWW= https://github.com/AA-Turner/roman-numerals/tree/master/python \ + https://github.com/AA-Turner/roman-numerals LICENSE= BSD0CLAUSE CC0-1.0 LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/LICENCE.rst -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=8:devel/py-pytest@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=3.7<4:devel/py-flit-core@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 pytest -PEP517_BUILD_DEPEND= ${PYTHON_PKGNAMEPREFIX}flit-core>=3.7<4:devel/py-flit-core@${PY_FLAVOR} -PEP517_BUILD_CMD= ${PYTHON_CMD} -m flit_core.wheel NO_ARCH= yes |