pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/py-slowaes Import py-slowaes-0.1a1 as securit...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9f34726accd1
branches:  trunk
changeset: 351980:9f34726accd1
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Sep 02 16:29:10 2016 +0000

description:
Import py-slowaes-0.1a1 as security/py-slowaes.

Packaged for wip by Neil Booth.

Implementation of AES in pure Python.

As such it will be slow (hence the project name) but still useful when
faster ones are not available (for example, for JavaScript clients in
browsers, and Python servers on Google App Engine).

diffstat:

 security/py-slowaes/DESCR    |   5 +++++
 security/py-slowaes/Makefile |  16 ++++++++++++++++
 security/py-slowaes/PLIST    |   8 ++++++++
 security/py-slowaes/distinfo |   5 +++++
 4 files changed, 34 insertions(+), 0 deletions(-)

diffs (50 lines):

diff -r b0f20872eadb -r 9f34726accd1 security/py-slowaes/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-slowaes/DESCR Fri Sep 02 16:29:10 2016 +0000
@@ -0,0 +1,5 @@
+Implementation of AES in pure Python.
+
+As such it will be slow (hence the project name) but still useful when
+faster ones are not available (for example, for JavaScript clients in
+browsers, and Python servers on Google App Engine).
diff -r b0f20872eadb -r 9f34726accd1 security/py-slowaes/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-slowaes/Makefile      Fri Sep 02 16:29:10 2016 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2016/09/02 16:29:10 wiz Exp $
+
+DISTNAME=      slowaes-0.1a1
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    security python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=s/slowaes/}
+
+MAINTAINER=    kyuupichan%gmail.com@localhost
+HOMEPAGE=      http://code.google.com/p/slowaes/
+COMMENT=       Implementation of AES in pure Python
+LICENSE=       apache-2.0
+
+PYTHON_VERSIONS_INCOMPATIBLE=  34 35 # as of 0.1a1
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r b0f20872eadb -r 9f34726accd1 security/py-slowaes/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-slowaes/PLIST Fri Sep 02 16:29:10 2016 +0000
@@ -0,0 +1,8 @@
+@comment $NetBSD: PLIST,v 1.1 2016/09/02 16:29:10 wiz Exp $
+${PYSITELIB}/aes.py
+${PYSITELIB}/aes.pyc
+${PYSITELIB}/aes.pyo
+${PYSITELIB}/slowaes-${PKGVERSION}-py2.7.egg-info/PKG-INFO
+${PYSITELIB}/slowaes-${PKGVERSION}-py2.7.egg-info/SOURCES.txt
+${PYSITELIB}/slowaes-${PKGVERSION}-py2.7.egg-info/dependency_links.txt
+${PYSITELIB}/slowaes-${PKGVERSION}-py2.7.egg-info/top_level.txt
diff -r b0f20872eadb -r 9f34726accd1 security/py-slowaes/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-slowaes/distinfo      Fri Sep 02 16:29:10 2016 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2016/09/02 16:29:10 wiz Exp $
+
+SHA1 (slowaes-0.1a1.tar.gz) = 79488ef78f618f8c02ecf15cc79f8aadbae5031f
+RMD160 (slowaes-0.1a1.tar.gz) = 7ff6e05eea73ddbbf716489b024013d6faeab5d5
+Size (slowaes-0.1a1.tar.gz) = 7017 bytes



Home | Main Index | Thread Index | Old Index