print/py-python-ly: update to 0.9.8

Switch to pep517 build.

Changes:	https://github.com/frescobaldi/python-ly/compare/v0.9.6...v0.9.8
Changes:	https://github.com/frescobaldi/python-ly/blob/v0.9.8/CHANGELOG.md
Approved by:	martin.dieringer (maintainer)
PR:		271687
This commit is contained in:
Martin Neubauer 2023-06-25 22:44:43 +01:00 committed by Matthew Seaman
parent 933da8110c
commit e856d49bfd
3 changed files with 22 additions and 8 deletions

View file

@ -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 <bsd.port.mk>

View file

@ -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

View file

@ -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]