pkgsrc-WIP-changes archive

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

fix MASTER_SITES: use GENERIC WORD



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Mon Oct 26 01:38:17 2020 +0100
Changeset:	cb8486dce52181df855e19b461743d76ce88e7d7

Modified Files:
	py-google-crc32c/Makefile

Log Message:
fix MASTER_SITES: use GENERIC WORD

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

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

diffstat:
 py-google-crc32c/Makefile | 21 ++++++++++-----------
 1 file changed, 10 insertions(+), 11 deletions(-)

diffs:
diff --git a/py-google-crc32c/Makefile b/py-google-crc32c/Makefile
index bd869e7783..54c27be585 100644
--- a/py-google-crc32c/Makefile
+++ b/py-google-crc32c/Makefile
@@ -1,19 +1,18 @@
 # $NetBSD$
 
-VERS=		1.0.0
-DISTNAME=	google-crc32c-${VERS}
-PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=	devel python
-MASTER_SITES=	${MASTER_SITE_PYPI:=g/${DISTNAME:S/${VERS}//}/}
+DISTNAME=	google-crc32c-1.0.0
+PKGNAME=        ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=     devel python
+MASTER_SITES=   ${MASTER_SITE_PYPI:=g/google-crc32c}
 
-MAINTAINER=	kamelderouiche%yahoo.com@localhost
-HOMEPAGE=	https://github.com/googleapis/python-crc32c
-COMMENT=	Python wrapper of the C library Google CRC32C
-LICENSE=	apache-2.0
+MAINTAINER=     kamelderouiche%yahoo.com@localhost
+HOMEPAGE=       https://github.com/googleapis/python-crc32c
+COMMENT=        Python wrapper of the C library Google CRC32C
+LICENSE=        apache-2.0
 
-PYTHON_VERSIONS_INCOMPATIBLE=	27
+PYTHON_VERSIONS_INCOMPATIBLE=   27
 
-DEPENDS+=	${PYPKGPREFIX}-cffi>=1.14.3:../../devel/py-cffi
+DEPENDS+=       ${PYPKGPREFIX}-cffi>=1.14.3:../../devel/py-cffi
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index