pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-rfc6555: Use canonical MASTER_SITES



Module Name:	pkgsrc-wip
Committed By:	J. Lewis Muir <jlmuir%imca-cat.org@localhost>
Pushed By:	jlmuir
Date:		Mon Aug 12 16:11:23 2024 -0500
Changeset:	d8d25ef2c8d07f659db9ac23deb0ed9f71b9ade2

Modified Files:
	py-rfc6555/Makefile

Log Message:
py-rfc6555: Use canonical MASTER_SITES

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d8d25ef2c8d07f659db9ac23deb0ed9f71b9ade2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-rfc6555/Makefile | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diffs:
diff --git a/py-rfc6555/Makefile b/py-rfc6555/Makefile
index d3827ea9c6..27a6e29fee 100644
--- a/py-rfc6555/Makefile
+++ b/py-rfc6555/Makefile
@@ -3,13 +3,17 @@
 DISTNAME=	rfc6555-0.1.0
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	net python
-MASTER_SITES=	https://files.pythonhosted.org/packages/f6/4b/24f953c3682c134e4d0f83c7be5ede44c6c653f7d2c0b06ebb3b117f005a/
+MASTER_SITES=	${MASTER_SITE_PYPI:=r/rfc6555/}
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	https://www.github.com/sethmlarson/rfc6555
 COMMENT=	Implementation of the Happy Eyeballs Algorithm described in RFC 6555
 LICENSE=	apache-2.0
 
+USE_LANGUAGES=	# none
+
+PYTHON_27_ACCEPTED=	yes
+
 DEPENDS+=	${PYPKGPREFIX}-selectors2>=2.0.1:../../devel/py-selectors2
 
 .include "../../lang/python/egg.mk"


Home | Main Index | Thread Index | Old Index