1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-05 11:35:01 +00:00

devel/py-pythran: convert to pep517

and bump PORTREVISION to fix runtime error when building dependent ports.

PR:		281588
Appoved by:	wen@ (maintainer)
This commit is contained in:
Max Brazhnikov 2024-09-22 11:52:05 +03:00
parent 3b63fecf8d
commit 7383168a2c
2 changed files with 14 additions and 1 deletions

View File

@ -1,5 +1,6 @@
PORTNAME= pythran
PORTVERSION= 0.16.1
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -11,13 +12,15 @@ WWW= https://github.com/serge-sans-paille/pythran
LICENSE= BSD3CLAUSE
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= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}ply>=3.4:devel/py-ply@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}gast>=0.5.0:devel/py-gast@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}beniget>=0.4.0:devel/py-beniget@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent distutils
USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes

View File

@ -0,0 +1,10 @@
--- requirements.txt.orig 2023-12-11 08:19:50 UTC
+++ requirements.txt
@@ -1,5 +1,5 @@ setuptools
ply>=3.4
setuptools
-gast~=0.5.0
+gast
numpy
-beniget~=0.4.0
+beniget