mirror of
https://git.freebsd.org/ports.git
synced 2025-05-06 02:47:37 -04:00
multimedia/py-enzyme: Update to 0.5.2
- Switch to DISTVERSION - Switch to pep517 build - Add pytest ChangeLog: https://github.com/Diaoul/enzyme/releases PR: 279983 Approved by: maintainer timeout >3 weeks
This commit is contained in:
parent
a26ef11678
commit
d068d05e0c
3 changed files with 20 additions and 5 deletions
|
@ -1,6 +1,5 @@
|
||||||
PORTNAME= enzyme
|
PORTNAME= enzyme
|
||||||
PORTVERSION= 0.4.1
|
DISTVERSION= 0.5.2
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= multimedia python
|
CATEGORIES= multimedia python
|
||||||
MASTER_SITES= PYPI
|
MASTER_SITES= PYPI
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
@ -11,8 +10,13 @@ WWW= https://github.com/Diaoul/enzyme
|
||||||
|
|
||||||
LICENSE= APACHE20
|
LICENSE= APACHE20
|
||||||
|
|
||||||
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} \
|
||||||
|
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
|
||||||
|
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyyaml>0:devel/py-pyyaml@${PY_FLAVOR} \
|
||||||
|
${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR}
|
||||||
|
|
||||||
USES= python
|
USES= python
|
||||||
USE_PYTHON= distutils autoplist
|
USE_PYTHON= autoplist pep517 pytest
|
||||||
NO_ARCH= yes
|
NO_ARCH= yes
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
SHA256 (enzyme-0.4.1.tar.gz) = f2167fa97c24d1103a94d4bf4eb20f00ca76c38a37499821049253b2059c62bb
|
TIMESTAMP = 1721551907
|
||||||
SIZE (enzyme-0.4.1.tar.gz) = 47953
|
SHA256 (enzyme-0.5.2.tar.gz) = 7cf779148d9e66eb2838603eace140c53c3cefc8b8fe5d4d5a03a5fb5d57b3c1
|
||||||
|
SIZE (enzyme-0.5.2.tar.gz) = 50543
|
||||||
|
|
10
multimedia/py-enzyme/files/patch-pyproject.toml
Normal file
10
multimedia/py-enzyme/files/patch-pyproject.toml
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
--- pyproject.toml.orig 2024-06-25 07:08:14 UTC
|
||||||
|
+++ pyproject.toml
|
||||||
|
@@ -1,6 +1,6 @@
|
||||||
|
# https://peps.python.org/pep-0517/
|
||||||
|
[build-system]
|
||||||
|
-requires = ["setuptools>=64"]
|
||||||
|
+requires = ["setuptools>=63"]
|
||||||
|
build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
|
# https://peps.python.org/pep-0621/
|
Loading…
Add table
Reference in a new issue