Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Mar 2024 03:40:41 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: 48e5770aae9a - main - devel/py-xdis: Update to 6.1.0
Message-ID:  <202403310340.42V3ef5X088115@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=48e5770aae9ace4d588cc4fac1d607707d012131

commit 48e5770aae9ace4d588cc4fac1d607707d012131
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-03-31 03:06:53 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-03-31 03:06:53 +0000

    devel/py-xdis: Update to 6.1.0
    
    - Convert to USE_PYTHON=pep517
    
    Changes:        https://github.com/rocky/python-xdis/releases
---
 devel/py-xdis/Makefile | 10 +++++++---
 devel/py-xdis/distinfo |  6 +++---
 2 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/devel/py-xdis/Makefile b/devel/py-xdis/Makefile
index 3542a8fc5be1..d4b2da5b175e 100644
--- a/devel/py-xdis/Makefile
+++ b/devel/py-xdis/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	xdis
-PORTVERSION=	6.0.5
+PORTVERSION=	6.1.0
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,12 +11,16 @@ WWW=		https://github.com/rocky/python-xdis
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=61.2:devel/py-setuptools@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}click>=0:devel/py-click@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}pygments>=0:textproc/py-pygments@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}term-background>=1.0.1:deskutils/py-term-background@${PY_FLAVOR}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR}
 
 USES=		python
-USE_PYTHON=	autoplist concurrent distutils
+USE_PYTHON=	autoplist concurrent pep517
 
 NO_ARCH=	yes
 
diff --git a/devel/py-xdis/distinfo b/devel/py-xdis/distinfo
index debfeee5f7db..ce4727ccec39 100644
--- a/devel/py-xdis/distinfo
+++ b/devel/py-xdis/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1674589918
-SHA256 (xdis-6.0.5.tar.gz) = c591e10f9c362caf889048d8af8167233d31705119d4a967a2b939754ad9b6c1
-SIZE (xdis-6.0.5.tar.gz) = 372826
+TIMESTAMP = 1711466194
+SHA256 (xdis-6.1.0.tar.gz) = 355fd36db210e9117167e0821e2bcc12ac3da8bcc15d52e1542ad422ad2629cc
+SIZE (xdis-6.1.0.tar.gz) = 401813



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