aboutsummaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-04-05 17:17:18 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-04-05 17:30:40 +0000
commit87030073f142132476c58a453957d49ea48dac7c (patch)
tree21b0d0edf9211964b8e82407e4526d49c7479180 /dns
parentbe4a1ef5098b65ea338495dfdee612b1fce81445 (diff)
downloadports-87030073f142132476c58a453957d49ea48dac7c.tar.gz
ports-87030073f142132476c58a453957d49ea48dac7c.zip
Diffstat (limited to 'dns')
-rw-r--r--dns/py-idna/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/dns/py-idna/Makefile b/dns/py-idna/Makefile
index 2df8d5fa6715..791de5899395 100644
--- a/dns/py-idna/Makefile
+++ b/dns/py-idna/Makefile
@@ -1,5 +1,6 @@
PORTNAME= idna
PORTVERSION= 3.4
+PORTREVISION= 1
CATEGORIES= dns python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -11,10 +12,10 @@ WWW= https://github.com/kjd/idna
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.md
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR}
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=3.2<4:devel/py-flit-core@${PY_FLAVOR}
USES= python:3.5+
-USE_PYTHON= autoplist concurrent distutils unittest
+USE_PYTHON= autoplist concurrent pep517 unittest
NO_ARCH= yes