aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-13 14:06:33 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-13 14:06:33 +0000
commit9e246962bca4fe1d3fe5e55061b6a86c0f15f14e (patch)
tree4b09d2c974059438e9f74b3d6fe66cfbaa652887
parentbc77dd6e55d042ee29d1b5ed93308fa9fe275244 (diff)
downloadports-9e246962bca4fe1d3fe5e55061b6a86c0f15f14e.tar.gz
ports-9e246962bca4fe1d3fe5e55061b6a86c0f15f14e.zip
print/py-relatorio: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
-rw-r--r--print/py-relatorio/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/print/py-relatorio/Makefile b/print/py-relatorio/Makefile
index cdd42f45700a..5067b721bdd6 100644
--- a/print/py-relatorio/Makefile
+++ b/print/py-relatorio/Makefile
@@ -1,5 +1,6 @@
PORTNAME= relatorio
PORTVERSION= 0.10.1
+PORTREVISION= 1
CATEGORIES= print python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -11,11 +12,13 @@ WWW= https://hg.tryton.org/relatorio
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Genshi>=0.5:textproc/py-genshi@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}lxml>=2.0:devel/py-lxml@${PY_FLAVOR}
USES= python
-USE_PYTHON= autoplist concurrent distutils unittest
+USE_PYTHON= autoplist concurrent pep517 unittest
NO_ARCH= yes