Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Jul 2024 11:49:00 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: 60f8cfc0a49a - main - devel/py-xdis: Update to 6.1.1
Message-ID:  <202407241149.46OBn0NK096378@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=60f8cfc0a49aed746959ac3918b374a49d325517

commit 60f8cfc0a49aed746959ac3918b374a49d325517
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-07-24 11:44:47 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-07-24 11:44:47 +0000

    devel/py-xdis: Update to 6.1.1
    
    - Add GitHub to MASTER_SITES
    
    Changes:        https://github.com/rocky/python-xdis/releases
---
 devel/py-xdis/Makefile | 9 ++++-----
 devel/py-xdis/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/devel/py-xdis/Makefile b/devel/py-xdis/Makefile
index d4b2da5b175e..832623229950 100644
--- a/devel/py-xdis/Makefile
+++ b/devel/py-xdis/Makefile
@@ -1,7 +1,8 @@
 PORTNAME=	xdis
-PORTVERSION=	6.1.0
+PORTVERSION=	6.1.1
 CATEGORIES=	devel python
-MASTER_SITES=	PYPI
+MASTER_SITES=	PYPI \
+		https://github.com/rocky/python-xdis/releases/download/${PORTVERSION}/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	sunpoet@FreeBSD.org
@@ -14,9 +15,7 @@ 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}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}
+		${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR}
 
 USES=		python
diff --git a/devel/py-xdis/distinfo b/devel/py-xdis/distinfo
index ce4727ccec39..3c58af132630 100644
--- a/devel/py-xdis/distinfo
+++ b/devel/py-xdis/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1711466194
-SHA256 (xdis-6.1.0.tar.gz) = 355fd36db210e9117167e0821e2bcc12ac3da8bcc15d52e1542ad422ad2629cc
-SIZE (xdis-6.1.0.tar.gz) = 401813
+TIMESTAMP = 1721710266
+SHA256 (xdis-6.1.1.tar.gz) = 1cbeaf56b996ba1b1e744a3f66753692be5ef9855131b7332601aa0a124e5d13
+SIZE (xdis-6.1.1.tar.gz) = 425134



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