diff options
| author | Martin Neubauer <m.ne@gmx.net> | 2026-07-07 22:34:40 +0000 |
|---|---|---|
| committer | Vladimir Druzenko <vvd@FreeBSD.org> | 2026-07-08 01:10:47 +0000 |
| commit | 6bf15cc93821df9053a59e529cd834ac25bee87b (patch) | |
| tree | 4cabe663a7317759c1e4ae4153d07bc8d795e58e | |
| parent | 3c3f3b9aa869af86967bfad6ce63a0ef7606eaef (diff) | |
print/py-python-ly: Update 0.9.9 => 0.9.10
Changelog:
https://github.com/frescobaldi/python-ly/blob/v0.9.10/CHANGELOG.md
Commit log:
https://github.com/frescobaldi/python-ly/compare/v0.9.9...v0.9.10
- Switch from autogenerated by github tarball to prepared by upstream.
PR: 296485
Sponsored by: UNIS Labs
Co-authored-by: Vladimir Druzenko <vvd@FreeBSD.org>
| -rw-r--r-- | print/py-python-ly/Makefile | 9 | ||||
| -rw-r--r-- | print/py-python-ly/distinfo | 6 |
2 files changed, 6 insertions, 9 deletions
diff --git a/print/py-python-ly/Makefile b/print/py-python-ly/Makefile index 79684798edd0..c50abe738627 100644 --- a/print/py-python-ly/Makefile +++ b/print/py-python-ly/Makefile @@ -1,8 +1,9 @@ PORTNAME= python-ly -DISTVERSIONPREFIX= v -DISTVERSION= 0.9.9 +DISTVERSION= 0.9.10 CATEGORIES= print python +MASTER_SITES= https://github.com/frescobaldi/${PORTNAME}/releases/download/v${DISTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= ${PORTNAME:S|-|_|}-${DISTVERSION} MAINTAINER= martin.dieringer@gmx.de COMMENT= Python package to manipulate LilyPond files @@ -15,10 +16,6 @@ BUILD_DEPENDS= ${PY_SETUPTOOLS} \ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} USES= python - -USE_GITHUB= yes -GH_ACCOUNT= frescobaldi - USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/print/py-python-ly/distinfo b/print/py-python-ly/distinfo index 8e14063bb364..98c36930a4b7 100644 --- a/print/py-python-ly/distinfo +++ b/print/py-python-ly/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1736379852 -SHA256 (frescobaldi-python-ly-v0.9.9_GH0.tar.gz) = b64983ab44ec7e580451b8fb929da5d981c3d4a633612239e86ce515c1dd7899 -SIZE (frescobaldi-python-ly-v0.9.9_GH0.tar.gz) = 252206 +TIMESTAMP = 1782828282 +SHA256 (python_ly-0.9.10.tar.gz) = 18ef058b4d0fa235768b6669041174370f553d6c84eb7a4495f95bb315e0f18a +SIZE (python_ly-0.9.10.tar.gz) = 265786 |
