summaryrefslogtreecommitdiff
path: root/devel/py-macholib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-macholib/Makefile')
-rw-r--r--devel/py-macholib/Makefile15
1 files changed, 9 insertions, 6 deletions
diff --git a/devel/py-macholib/Makefile b/devel/py-macholib/Makefile
index a6a024fb3e64..375487cc79d4 100644
--- a/devel/py-macholib/Makefile
+++ b/devel/py-macholib/Makefile
@@ -1,19 +1,22 @@
PORTNAME= macholib
-PORTVERSION= 1.16.3
-PORTREVISION= 1
+PORTVERSION= 1.16.4
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Used to analyze and edit Mach-O headers
-WWW= https://pypi.org/project/macholib/
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Mach-O header analysis and editing
+WWW= https://github.com/ronaldoussoren/macholib
LICENSE= MIT
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}altgraph>=0.17:math/py-altgraph@${PY_FLAVOR}
+
USES= python
-USE_PYTHON= autoplist distutils
+USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes