Files
ports/print/py-python-ly/Makefile
T
Martin Neubauer 6bf15cc938 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>
2026-07-08 04:10:47 +03:00

24 lines
653 B
Makefile

PORTNAME= python-ly
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
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
USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
.include <bsd.port.mk>