pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Package pysha3 version 1.0.2
Module Name: pkgsrc-wip
Committed By: Pierre Pronchery <khorben%defora.org@localhost>
Pushed By: khorben
Date: Tue Mar 20 16:05:08 2018 +0100
Changeset: 1e67c477b0389e478eea3ff7fa8038feae77484e
Modified Files:
Makefile
Added Files:
py-pysha3/DESCR
py-pysha3/Makefile
py-pysha3/PLIST
py-pysha3/distinfo
Log Message:
Package pysha3 version 1.0.2
SHA-3 wrapper (keccak) for Python. The package is a wrapper around the
optimized Keccak Code Package.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=1e67c477b0389e478eea3ff7fa8038feae77484e
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
py-pysha3/DESCR | 2 ++
py-pysha3/Makefile | 18 ++++++++++++++++++
py-pysha3/PLIST | 9 +++++++++
py-pysha3/distinfo | 6 ++++++
5 files changed, 36 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index f8b0d9add1..5c03ad76e0 100644
--- a/Makefile
+++ b/Makefile
@@ -3590,6 +3590,7 @@ SUBDIR+= py-pysal
SUBDIR+= py-pysaml2
SUBDIR+= py-pysb
SUBDIR+= py-pyscard
+SUBDIR+= py-pysha3
SUBDIR+= py-pyside
SUBDIR+= py-pyside-shiboken
SUBDIR+= py-pyside-tools
diff --git a/py-pysha3/DESCR b/py-pysha3/DESCR
new file mode 100644
index 0000000000..cad02619ca
--- /dev/null
+++ b/py-pysha3/DESCR
@@ -0,0 +1,2 @@
+SHA-3 wrapper (keccak) for Python. The package is a wrapper around the
+optimized Keccak Code Package.
diff --git a/py-pysha3/Makefile b/py-pysha3/Makefile
new file mode 100644
index 0000000000..b3c3cabe5a
--- /dev/null
+++ b/py-pysha3/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD$
+
+DISTNAME= pysha3-1.0.2
+PKGNAME= ${PYPKGPREFIX}-${EGG_NAME}
+CATEGORIES= math
+MASTER_SITES= ${MASTER_SITE_PYPI:=p/pysha3/}
+
+MAINTAINER= khorben%defora.org@localhost
+HOMEPAGE= https://pypi.python.org/pypi/pysha3/
+COMMENT= SHA-3 wrapper (keccak) for Python
+LICENSE= python-software-foundation
+
+USE_LANGUAGES= c
+
+PYTHON_VERSIONS_ACCEPTED= 35 34 27
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-pysha3/PLIST b/py-pysha3/PLIST
new file mode 100644
index 0000000000..20bb64d0b3
--- /dev/null
+++ b/py-pysha3/PLIST
@@ -0,0 +1,9 @@
+@comment $NetBSD$
+${PYSITELIB}/_pysha3.so
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/sha3.py
+${PYSITELIB}/sha3.pyc
+${PYSITELIB}/sha3.pyo
diff --git a/py-pysha3/distinfo b/py-pysha3/distinfo
new file mode 100644
index 0000000000..96fa7e9488
--- /dev/null
+++ b/py-pysha3/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/03/15 02:32:56 khorben Exp $
+
+SHA1 (pysha3-1.0.2.tar.gz) = 638d3d0a3545520dedbd91bcf8120bad1a89f74a
+RMD160 (pysha3-1.0.2.tar.gz) = 96c91c9c3fcfaf4198f3d6309d246bbc1719c10c
+SHA512 (pysha3-1.0.2.tar.gz) = 57476d24b9d399471cf56c8c1413f58dbc863c16d4fe9ebd2cf65df8092e139e2505252605e3fccd68978f5ee3fffdfeeedee6788aab38a54c918a452fc19720
+Size (pysha3-1.0.2.tar.gz) = 829192 bytes
Home |
Main Index |
Thread Index |
Old Index