diff options
Diffstat (limited to 'print/py-python-ly')
-rw-r--r-- | print/py-python-ly/Makefile | 3 | ||||
-rw-r--r-- | print/py-python-ly/distinfo | 6 | ||||
-rw-r--r-- | print/py-python-ly/files/patch-pyproject.toml | 9 |
3 files changed, 5 insertions, 13 deletions
diff --git a/print/py-python-ly/Makefile b/print/py-python-ly/Makefile index 5bec12d0b353..79684798edd0 100644 --- a/print/py-python-ly/Makefile +++ b/print/py-python-ly/Makefile @@ -1,6 +1,6 @@ PORTNAME= python-ly -PORTVERSION= 0.9.8 DISTVERSIONPREFIX= v +DISTVERSION= 0.9.9 CATEGORIES= print python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,6 +11,7 @@ WWW= https://github.com/frescobaldi/python-ly LICENSE= GPLv3 BUILD_DEPENDS= ${PY_SETUPTOOLS} \ + ${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} USES= python diff --git a/print/py-python-ly/distinfo b/print/py-python-ly/distinfo index 97ed224050be..8e14063bb364 100644 --- a/print/py-python-ly/distinfo +++ b/print/py-python-ly/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1687123539 -SHA256 (frescobaldi-python-ly-v0.9.8_GH0.tar.gz) = bdd64fb947e8804cd7d1eedbd57552a0f1cd3411a7a063ad5ec39db78e8303ad -SIZE (frescobaldi-python-ly-v0.9.8_GH0.tar.gz) = 250615 +TIMESTAMP = 1736379852 +SHA256 (frescobaldi-python-ly-v0.9.9_GH0.tar.gz) = b64983ab44ec7e580451b8fb929da5d981c3d4a633612239e86ce515c1dd7899 +SIZE (frescobaldi-python-ly-v0.9.9_GH0.tar.gz) = 252206 diff --git a/print/py-python-ly/files/patch-pyproject.toml b/print/py-python-ly/files/patch-pyproject.toml deleted file mode 100644 index 5a5df8d89eaf..000000000000 --- a/print/py-python-ly/files/patch-pyproject.toml +++ /dev/null @@ -1,9 +0,0 @@ ---- 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] |