pkgsrc-WIP-changes archive

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

set MASTER_SITES: py-fastavro



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Thu Oct 22 14:26:47 2020 +0100
Changeset:	7676d2c8cdd2db97a1934522ab9f6372798fa719

Modified Files:
	py-fastavro/Makefile

Log Message:
set MASTER_SITES: py-fastavro

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

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

diffstat:
 py-fastavro/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diffs:
diff --git a/py-fastavro/Makefile b/py-fastavro/Makefile
index db2ff28d8d..3abfef1f32 100644
--- a/py-fastavro/Makefile
+++ b/py-fastavro/Makefile
@@ -1,9 +1,10 @@
 # $NetBSD$
 
-DISTNAME=	fastavro-1.0.0.post1
+VERS=		1.0.0.post1
+DISTNAME=	fastavro-${VERS}
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	devel python
-MASTER_SITES=	https://files.pythonhosted.org/packages/bd/bb/be327ed421ec063418ca2e328871f6b28f4efaeeef1bed5e3215c0140110/
+MASTER_SITES=	${MASTER_SITE_PYPI:=f/${DISTNAME:S/${VERS}//}/}
 
 MAINTAINER=	kamelderouiche%yahoo.com@localhost
 HOMEPAGE=	https://github.com/fastavro/fastavro


Home | Main Index | Thread Index | Old Index