diff --git a/print/py-python-ly/Makefile b/print/py-python-ly/Makefile index ae12a6012960..c3038de7a112 100644 --- a/print/py-python-ly/Makefile +++ b/print/py-python-ly/Makefile @@ -1,20 +1,25 @@ PORTNAME= python-ly -PORTVERSION= 0.9.6 +PORTVERSION= 0.9.8 DISTVERSIONPREFIX= v CATEGORIES= print python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= martin.dieringer@gmx.de COMMENT= Python package to manipulate LilyPond files -WWW= https://github.com/wbsoft/python-ly +WWW= https://github.com/frescobaldi/python-ly LICENSE= GPLv3 -USES= python:3.6+ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} + +USES= python:3.8+ USE_GITHUB= yes -GH_ACCOUNT= wbsoft +GH_ACCOUNT= frescobaldi -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist concurrent pep517 + +NO_ARCH= yes .include diff --git a/print/py-python-ly/distinfo b/print/py-python-ly/distinfo index 944e4fd678db..97ed224050be 100644 --- a/print/py-python-ly/distinfo +++ b/print/py-python-ly/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1579687717 -SHA256 (wbsoft-python-ly-v0.9.6_GH0.tar.gz) = f1e7a2386c50460c2bf6e0876216f5101f3ee4aa956c6eb2348d901e005d1a07 -SIZE (wbsoft-python-ly-v0.9.6_GH0.tar.gz) = 239625 +TIMESTAMP = 1687123539 +SHA256 (frescobaldi-python-ly-v0.9.8_GH0.tar.gz) = bdd64fb947e8804cd7d1eedbd57552a0f1cd3411a7a063ad5ec39db78e8303ad +SIZE (frescobaldi-python-ly-v0.9.8_GH0.tar.gz) = 250615 diff --git a/print/py-python-ly/files/patch-pyproject.toml b/print/py-python-ly/files/patch-pyproject.toml new file mode 100644 index 000000000000..5a5df8d89eaf --- /dev/null +++ b/print/py-python-ly/files/patch-pyproject.toml @@ -0,0 +1,9 @@ +--- pyproject.toml.orig 2023-06-16 13:33:13 UTC ++++ pyproject.toml +@@ -1,5 +1,5 @@ + [build-system] +-requires = ["setuptools >= 64"] ++requires = ["setuptools >= 63"] + build-backend = "setuptools.build_meta" + + [project]