pkgsrc-WIP-changes archive

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

Update py-unpaddedbase64



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

Modified Files:
	py-unpaddedbase64/Makefile

Log Message:
 Update py-unpaddedbase64

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

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

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

diffs:
diff --git a/py-unpaddedbase64/Makefile b/py-unpaddedbase64/Makefile
index 8030f32c70..51826b7ac8 100644
--- a/py-unpaddedbase64/Makefile
+++ b/py-unpaddedbase64/Makefile
@@ -1,10 +1,12 @@
 # $NetBSD$
 
-DISTNAME=	unpaddedbase64-v1.1.0
-PKGNAME=        ${PYPKGPREFIX}-${DISTNAME:S/v//}
+DISTNAME=	unpaddedbase64-1.1.0
+VERSION=	v1.1.0
+PKGNAME=        ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    	devel python
 GITHUB_PROJECT=	python-unpaddedbase64
 MASTER_SITES=   ${MASTER_SITE_GITHUB:=matrix-org/}
+GITHUB_TAG=	v${PKGVERSION_NOREV}
 EXTRACT_SUFX=   .zip
 
 MAINTAINER=	kethzer.dr%gmail.com@localhost
@@ -13,7 +15,7 @@ COMMENT=	Encode and decode Base64
 LICENSE=        apache-2.0
 
 USE_LANGUAGES=	# none
-WRKSRC=         ${WRKDIR}/python-${DISTNAME:S/v//}
+WRKSRC=         ${WRKDIR}/python-${DISTNAME}
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index