pkgsrc-WIP-changes archive

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

Update py-canonicaljson



Module Name:	pkgsrc-wip
Committed By:	Keke <kethzer.dr%gmail.com@localhost>
Pushed By:	kethzer.dr
Date:		Thu Aug 31 10:54:37 2017 -0400
Changeset:	cb0f673753de981451b06908186020249df33893

Modified Files:
	py-canonicaljson/Makefile

Log Message:
 Update py-canonicaljson

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

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

diffstat:
 py-canonicaljson/Makefile | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diffs:
diff --git a/py-canonicaljson/Makefile b/py-canonicaljson/Makefile
index 8e01fa0d92..00c80f70ef 100644
--- a/py-canonicaljson/Makefile
+++ b/py-canonicaljson/Makefile
@@ -1,10 +1,11 @@
 # $NetBSD$
 
-DISTNAME=	canonicaljson-v1.0.0
-PKGNAME=        ${PYPKGPREFIX}-${DISTNAME:S/v//}
+DISTNAME=	canonicaljson-1.0.0
+PKGNAME=        ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	devel python
 GITHUB_PROJECT=	python-canonicaljson
 MASTER_SITES=   ${MASTER_SITE_GITHUB:=matrix-org/}
+GITHUB_TAG=     v${PKGVERSION_NOREV}
 EXTRACT_SUFX=	.zip
 
 MAINTAINER=	kethzer.dr%gmail.com@localhost
@@ -13,8 +14,10 @@ COMMENT=	Encodes objects and arrays
 LICENSE=        apache-2.0
 
 
-WRKSRC=         ${WRKDIR}/python-${DISTNAME:S/v//}
-USE_LANGUAGES=	python	
+INSTALLATION_DIRS=     ${PYSITELIB}
+
+WRKSRC=         ${WRKDIR}/python-${DISTNAME}
+USE_LANGUAGES=	python
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index