pkgsrc-WIP-changes archive

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

Add py-unpaddedbase64



Module Name:	pkgsrc-wip
Committed By:	Keke <kethzer.dr%gmail.com@localhost>
Pushed By:	kethzer.dr
Date:		Tue Aug 29 09:43:14 2017 -0400
Changeset:	71f07c2cc4da3866afcd1c4296f177993514e712

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

Log Message:
Add py-unpaddedbase64

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

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

diffstat:
 Makefile                   |  1 +
 py-unpaddedbase64/DESCR    |  1 +
 py-unpaddedbase64/Makefile | 19 +++++++++++++++++++
 py-unpaddedbase64/PLIST    |  8 ++++++++
 py-unpaddedbase64/distinfo |  6 ++++++
 5 files changed, 35 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index ef3e04fb87..292e1519dc 100644
--- a/Makefile
+++ b/Makefile
@@ -3750,6 +3750,7 @@ SUBDIR+=	py-typedecorator
 SUBDIR+=	py-ufl
 SUBDIR+=	py-umalqurra
 SUBDIR+=	py-uncertainties
+SUBDIR+=	py-unpaddedbase64
 SUBDIR+=	py-upsilon
 SUBDIR+=	py-uptime
 SUBDIR+=	py-usagestats
diff --git a/py-unpaddedbase64/DESCR b/py-unpaddedbase64/DESCR
new file mode 100644
index 0000000000..7c4220c8a8
--- /dev/null
+++ b/py-unpaddedbase64/DESCR
@@ -0,0 +1 @@
+Encode and decode Base64
diff --git a/py-unpaddedbase64/Makefile b/py-unpaddedbase64/Makefile
new file mode 100644
index 0000000000..8030f32c70
--- /dev/null
+++ b/py-unpaddedbase64/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD$
+
+DISTNAME=	unpaddedbase64-v1.1.0
+PKGNAME=        ${PYPKGPREFIX}-${DISTNAME:S/v//}
+CATEGORIES=    	devel python
+GITHUB_PROJECT=	python-unpaddedbase64
+MASTER_SITES=   ${MASTER_SITE_GITHUB:=matrix-org/}
+EXTRACT_SUFX=   .zip
+
+MAINTAINER=	kethzer.dr%gmail.com@localhost
+HOMEPAGE=       https://github.com/matrix-org/
+COMMENT=	Encode and decode Base64
+LICENSE=        apache-2.0
+
+USE_LANGUAGES=	# none
+WRKSRC=         ${WRKDIR}/python-${DISTNAME:S/v//}
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-unpaddedbase64/PLIST b/py-unpaddedbase64/PLIST
new file mode 100644
index 0000000000..6f2ac9875b
--- /dev/null
+++ b/py-unpaddedbase64/PLIST
@@ -0,0 +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}/unpaddedbase64.py
+${PYSITELIB}/unpaddedbase64.pyc
+${PYSITELIB}/unpaddedbase64.pyo
diff --git a/py-unpaddedbase64/distinfo b/py-unpaddedbase64/distinfo
new file mode 100644
index 0000000000..f4e7a12b6f
--- /dev/null
+++ b/py-unpaddedbase64/distinfo
@@ -0,0 +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


Home | Main Index | Thread Index | Old Index