pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-base45: Import py-base45-0.4.2
Module Name: pkgsrc-wip
Committed By: Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By: leot
Date: Fri Aug 13 18:18:09 2021 +0200
Changeset: 6595c025d3fc8eb1fc8f694974fd5b103292b86d
Added Files:
py-base45/DESCR
py-base45/Makefile
py-base45/PLIST
py-base45/distinfo
Log Message:
py-base45: Import py-base45-0.4.2
A Python module to encode/decode binary data using Base45 as described
in draft-faltstrom-base45-06.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=6595c025d3fc8eb1fc8f694974fd5b103292b86d
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-base45/DESCR | 2 ++
py-base45/Makefile | 19 +++++++++++++++++++
py-base45/PLIST | 13 +++++++++++++
py-base45/distinfo | 6 ++++++
4 files changed, 40 insertions(+)
diffs:
diff --git a/py-base45/DESCR b/py-base45/DESCR
new file mode 100644
index 0000000000..953ab1e87e
--- /dev/null
+++ b/py-base45/DESCR
@@ -0,0 +1,2 @@
+A Python module to encode/decode binary data using Base45 as described
+in draft-faltstrom-base45-06.
diff --git a/py-base45/Makefile b/py-base45/Makefile
new file mode 100644
index 0000000000..ce3016c1bc
--- /dev/null
+++ b/py-base45/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.80 2021/07/25 20:42:33 leot Exp $
+
+DISTNAME= base45-0.4.2
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= converters python
+MASTER_SITES= ${MASTER_SITE_PYPI:=b/base45/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/kirei/python-base45
+COMMENT= Python Base45 Encoder/Decoder
+LICENSE= 2-clause-bsd
+
+USE_LANGUAGES= # none
+
+# Only for Python 3
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-base45/PLIST b/py-base45/PLIST
new file mode 100644
index 0000000000..bc90d55bba
--- /dev/null
+++ b/py-base45/PLIST
@@ -0,0 +1,13 @@
+@comment $NetBSD$
+bin/base45
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/base45/__init__.py
+${PYSITELIB}/base45/__init__.pyc
+${PYSITELIB}/base45/__init__.pyo
+${PYSITELIB}/base45/cli.py
+${PYSITELIB}/base45/cli.pyc
+${PYSITELIB}/base45/cli.pyo
diff --git a/py-base45/distinfo b/py-base45/distinfo
new file mode 100644
index 0000000000..85713f59fe
--- /dev/null
+++ b/py-base45/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.77 2021/07/25 20:42:33 leot Exp $
+
+SHA1 (base45-0.4.2.tar.gz) = 09e6b11a641bc080f1607ed14d7352ea31596a6e
+RMD160 (base45-0.4.2.tar.gz) = 600bed1db34b9b4dff255c83ffdf7861161d2b9e
+SHA512 (base45-0.4.2.tar.gz) = 5011898c6febf9341d94a7269e566ba36ab7ca91d998c1f3fd36bc5af25785e25df037482365b8df3153b68ad6f7bdddc27a6b0e5939b96c6318427bf8bc84a1
+Size (base45-0.4.2.tar.gz) = 2880 bytes
Home |
Main Index |
Thread Index |
Old Index