[Bug 271687] print/py-python-ly: update to 0.9.7

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 21 Jun 2023 06:29:25 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271687

martin.dieringer@gmx.de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #242911|                            |maintainer-approval+
              Flags|                            |

--- Comment #3 from martin.dieringer@gmx.de ---
Comment on attachment 242911
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=242911
Update to 0.9.8

>diff -ruN /usr/ports//print/py-python-ly/Makefile ./Makefile
>--- /usr/ports//print/py-python-ly/Makefile	2022-10-18 17:11:55.637522000 +0200
>+++ ./Makefile	2023-06-21 06:10:46.622757000 +0200
>@@ -1,20 +1,22 @@
>+# Created by: martin.dieringer@gmx.de
>+# $FreeBSD: head/print/py-python-ly/Makefile 523950 2020-01-24 04:48:40Z tcberner $
>+
> 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
> 
> LICENSE=	GPLv3
> 
>-USES=		python:3.6+
>+USES=		python
> 
> USE_GITHUB=	yes
>-GH_ACCOUNT=	wbsoft
>+GH_ACCOUNT=	frescobaldi
> 
>-USE_PYTHON=	distutils autoplist
>+USE_PYTHON=	pep517 autoplist
> 
> .include <bsd.port.mk>
>diff -ruN /usr/ports//print/py-python-ly/distinfo ./distinfo
>--- /usr/ports//print/py-python-ly/distinfo	2022-10-18 17:11:55.637557000 +0200
>+++ ./distinfo	2023-06-18 23:25:39.872444000 +0200
>@@ -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 -ruN /usr/ports//print/py-python-ly/files/patch-pyproject.toml ./files/patch-pyproject.toml
>--- /usr/ports//print/py-python-ly/files/patch-pyproject.toml	1970-01-01 01:00:00.000000000 +0100
>+++ ./files/patch-pyproject.toml	2023-06-21 06:17:00.608627000 +0200
>@@ -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]
>diff -ruN /usr/ports//print/py-python-ly/pkg-descr ./pkg-descr
>--- /usr/ports//print/py-python-ly/pkg-descr	2022-10-18 17:11:55.637592000 +0200
>+++ ./pkg-descr	2023-06-21 06:30:48.333929000 +0200
>@@ -9,3 +9,5 @@
> The python-ly package is Free Software, licensed under the GPL.  This
> package is written by the Frescobaldi developers and is used extensively by
> the Frescobaldi project.  The main author is Wilbert Berendsen.
>+
>+WWW: https://github.com/frescobaldi/python-ly

-- 
You are receiving this mail because:
You are the assignee for the bug.