Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Apr 2023 18:08:58 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: e51d300c3bb7 - main - devel/py-frozendict: Update to 2.3.7
Message-ID:  <202304181808.33II8wEL079286@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=e51d300c3bb75a3e0e60d516e967e39eb533183b

commit e51d300c3bb75a3e0e60d516e967e39eb533183b
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-04-18 17:57:24 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-04-18 18:00:51 +0000

    devel/py-frozendict: Update to 2.3.7
    
    - Change MASTER_SITES back to PYPI
    
    Changes:        https://github.com/Marco-Sulla/python-frozendict/releases
---
 devel/py-frozendict/Makefile | 11 +++--------
 devel/py-frozendict/distinfo |  6 +++---
 2 files changed, 6 insertions(+), 11 deletions(-)

diff --git a/devel/py-frozendict/Makefile b/devel/py-frozendict/Makefile
index 4a641c89aea7..f6f182044750 100644
--- a/devel/py-frozendict/Makefile
+++ b/devel/py-frozendict/Makefile
@@ -1,9 +1,8 @@
 PORTNAME=	frozendict
-PORTVERSION=	2.3.6
-DISTVERSIONPREFIX=	v
+PORTVERSION=	2.3.7
 CATEGORIES=	devel python
-#MASTER_SITES=	PYPI \
-#		https://github.com/Marco-Sulla/python-frozendict/releases/download/v${PORTVERSSION}/
+MASTER_SITES=	PYPI \
+		https://github.com/Marco-Sulla/python-frozendict/releases/download/v${PORTVERSSION}/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	sunpoet@FreeBSD.org
@@ -18,10 +17,6 @@ USE_PYTHON=	autoplist concurrent distutils
 
 MAKE_ARGS=	custom_arg=c
 
-USE_GITHUB=	yes
-GH_ACCOUNT=	Marco-Sulla
-GH_PROJECT=	python-frozendict
-
 post-install:
 	${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
 
diff --git a/devel/py-frozendict/distinfo b/devel/py-frozendict/distinfo
index 14f47987dc15..26b89df35ed3 100644
--- a/devel/py-frozendict/distinfo
+++ b/devel/py-frozendict/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1680726132
-SHA256 (Marco-Sulla-python-frozendict-v2.3.6_GH0.tar.gz) = af24ce80c3d6b9dfc7d69bee26f11c1913c5844b3854b078ebaed3c7521ff826
-SIZE (Marco-Sulla-python-frozendict-v2.3.6_GH0.tar.gz) = 309471
+TIMESTAMP = 1681052950
+SHA256 (frozendict-2.3.7.tar.gz) = b2c7b6e2dc2e7a71145803bbd846a967e8009ce30c8ab752b3d466773a5f7cdc
+SIZE (frozendict-2.3.7.tar.gz) = 311594



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