Skip to content

Commit

Permalink
net/py-pypcap: 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 May 13, 2024
1 parent 1f8d864 commit 37ee228
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion net/py-pypcap/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
PORTNAME= pypcap
PORTVERSION= 1.3.0
PORTREVISION= 1
CATEGORIES= net python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -10,8 +11,11 @@ WWW= https://github.com/pynetwork/pypcap

LICENSE= BSD3CLAUSE

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 cython distutils
USE_PYTHON= autoplist concurrent cython pep517

# PR 239725: workaround to avoid using /usr/lib32 over /usr/lib
LDFLAGS+= -L/usr/lib
Expand Down

0 comments on commit 37ee228

Please sign in to comment.