pkgsrc-WIP-changes archive

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

py-unpaddedbase64: Fix distinfo, PLIST & Makefile statements.



Module Name:	pkgsrc-wip
Committed By:	Angel M. Adames <angelmadames%gmail.com@localhost>
Pushed By:	angelmadames
Date:		Wed Oct 4 18:19:41 2017 -0400
Changeset:	5937d16b316194b7921750a5a26b86feebb79b02

Modified Files:
	py-unpaddedbase64/Makefile
	py-unpaddedbase64/PLIST
	py-unpaddedbase64/distinfo

Log Message:
py-unpaddedbase64: Fix distinfo, PLIST & Makefile statements.

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

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

diffstat:
 py-unpaddedbase64/Makefile | 4 ++--
 py-unpaddedbase64/PLIST    | 8 ++++----
 py-unpaddedbase64/distinfo | 8 ++++----
 3 files changed, 10 insertions(+), 10 deletions(-)

diffs:
diff --git a/py-unpaddedbase64/Makefile b/py-unpaddedbase64/Makefile
index 51826b7ac8..07a9305ab6 100644
--- a/py-unpaddedbase64/Makefile
+++ b/py-unpaddedbase64/Makefile
@@ -1,7 +1,7 @@
 # $NetBSD$
 
-DISTNAME=	unpaddedbase64-1.1.0
-VERSION=	v1.1.0
+DISTNAME=	unpaddedbase64-${VERSION}
+VERSION=	1.1.0
 PKGNAME=        ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    	devel python
 GITHUB_PROJECT=	python-unpaddedbase64
diff --git a/py-unpaddedbase64/PLIST b/py-unpaddedbase64/PLIST
index 6f2ac9875b..d36b141de7 100644
--- a/py-unpaddedbase64/PLIST
+++ b/py-unpaddedbase64/PLIST
@@ -1,8 +1,8 @@
 @comment $NetBSD$
-${PYSITELIB}/unpaddedbase64-${PKGVERSION}-py${PYVERSSUFFIX}.${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/unpaddedbase64-${PKGVERSION}-py${PYVERSSUFFIX}.${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/unpaddedbase64-${PKGVERSION}-py${PYVERSSUFFIX}.${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/unpaddedbase64-${PKGVERSION}-py${PYVERSSUFFIX}.${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/unpaddedbase64.py
 ${PYSITELIB}/unpaddedbase64.pyc
 ${PYSITELIB}/unpaddedbase64.pyo
diff --git a/py-unpaddedbase64/distinfo b/py-unpaddedbase64/distinfo
index f4e7a12b6f..6e120584da 100644
--- a/py-unpaddedbase64/distinfo
+++ b/py-unpaddedbase64/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (unpaddedbase64-v1.1.0.zip) = 38eb7fe41b1fc20182b7e5bc40db40e7c584f244
-RMD160 (unpaddedbase64-v1.1.0.zip) = 7fa06ba54e907ccc0af71fdaf52d485d7380b7fd
-SHA512 (unpaddedbase64-v1.1.0.zip) = 2b3d16c11882dee3b835fd6aba8601a0f0c3bc45e086eb296a6a1f02f8fbe2ba676c10473c8b3522c7ae81b10f086f031fe22aa7de16447aaaf34132e0d2d44f
-Size (unpaddedbase64-v1.1.0.zip) = 8271 bytes
+SHA1 (unpaddedbase64-1.1.0.zip) = 38eb7fe41b1fc20182b7e5bc40db40e7c584f244
+RMD160 (unpaddedbase64-1.1.0.zip) = 7fa06ba54e907ccc0af71fdaf52d485d7380b7fd
+SHA512 (unpaddedbase64-1.1.0.zip) = 2b3d16c11882dee3b835fd6aba8601a0f0c3bc45e086eb296a6a1f02f8fbe2ba676c10473c8b3522c7ae81b10f086f031fe22aa7de16447aaaf34132e0d2d44f
+Size (unpaddedbase64-1.1.0.zip) = 8271 bytes


Home | Main Index | Thread Index | Old Index