Skip to content

Commit

Permalink
devel/py-mox: Convert to USE_PYTHON=pep517
Browse files Browse the repository at this point in the history
- Bump PORTREVISION for package change
  • Loading branch information
sunpoet committed Apr 8, 2024
1 parent 5149f24 commit 634a122
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions devel/py-mox/Makefile
@@ -1,6 +1,6 @@
PORTNAME= mox
PORTVERSION= 0.5.3
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -12,8 +12,12 @@ WWW= https://github.com/glasser/pymox
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/COPYING

NO_ARCH= yes
USE_PYTHON= autoplist concurrent distutils
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}

USES= python
USE_PYTHON= autoplist concurrent pep517

NO_ARCH= yes

.include <bsd.port.mk>

0 comments on commit 634a122

Please sign in to comment.