aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-31 03:06:53 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-31 03:06:53 +0000
commit48e5770aae9ace4d588cc4fac1d607707d012131 (patch)
tree0c238e59c21090b3db8c202e23298a970f688526
parente690a3d4cfc5b9dbcc4203f3e094862fb83b578b (diff)
downloadports-48e5770aae9ace4d588cc4fac1d607707d012131.tar.gz
ports-48e5770aae9ace4d588cc4fac1d607707d012131.zip
devel/py-xdis: Update to 6.1.0
- Convert to USE_PYTHON=pep517 Changes: https://github.com/rocky/python-xdis/releases
-rw-r--r--devel/py-xdis/Makefile10
-rw-r--r--devel/py-xdis/distinfo6
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