Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Apr 2024 06:50:13 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: dd775c79061f - main - devel/py-arpeggio: Convert to USE_PYTHON=pep517
Message-ID:  <202404080650.4386oDJE041897@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=dd775c79061f3ad05d00f9b841210023b17f69fa

commit dd775c79061f3ad05d00f9b841210023b17f69fa
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-04-08 06:45:47 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-04-08 06:45:47 +0000

    devel/py-arpeggio: Convert to USE_PYTHON=pep517
    
    - Bump PORTREVISION for package change
---
 devel/py-arpeggio/Makefile              | 6 +++++-
 devel/py-arpeggio/files/patch-setup.cfg | 9 +++++++++
 2 files changed, 14 insertions(+), 1 deletion(-)

diff --git a/devel/py-arpeggio/Makefile b/devel/py-arpeggio/Makefile
index 4388a0bc4166..111296bd7399 100644
--- a/devel/py-arpeggio/Makefile
+++ b/devel/py-arpeggio/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	arpeggio
 PORTVERSION=	2.0.2
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,8 +12,11 @@ WWW=		https://github.com/textX/Arpeggio
 
 LICENSE=	MIT
 
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
+
 USES=		python
-USE_PYTHON=	autoplist concurrent distutils pytest
+USE_PYTHON=	autoplist concurrent pep517 pytest
 
 NO_ARCH=	yes
 
diff --git a/devel/py-arpeggio/files/patch-setup.cfg b/devel/py-arpeggio/files/patch-setup.cfg
new file mode 100644
index 000000000000..844aa7cd8906
--- /dev/null
+++ b/devel/py-arpeggio/files/patch-setup.cfg
@@ -0,0 +1,9 @@
+--- setup.cfg.orig	2023-07-09 12:30:00 UTC
++++ setup.cfg
+@@ -1,5 +1,5 @@
+ [metadata]
+-name = Arpeggio
++name = arpeggio
+ author = Igor R. Dejanovic
+ author_email = igor.dejanovic@gmail.com
+ license = MIT



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404080650.4386oDJE041897>