pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-slowaes



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Sep  2 16:29:10 UTC 2016

Added Files:
        pkgsrc/security/py-slowaes: DESCR Makefile PLIST distinfo

Log Message:
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).


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/security/py-slowaes/DESCR \
    pkgsrc/security/py-slowaes/Makefile pkgsrc/security/py-slowaes/PLIST \
    pkgsrc/security/py-slowaes/distinfo

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

Added files:

Index: pkgsrc/security/py-slowaes/DESCR
diff -u /dev/null pkgsrc/security/py-slowaes/DESCR:1.1
--- /dev/null   Fri Sep  2 16:29:10 2016
+++ pkgsrc/security/py-slowaes/DESCR    Fri Sep  2 16:29:10 2016
@@ -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).
Index: pkgsrc/security/py-slowaes/Makefile
diff -u /dev/null pkgsrc/security/py-slowaes/Makefile:1.1
--- /dev/null   Fri Sep  2 16:29:10 2016
+++ pkgsrc/security/py-slowaes/Makefile Fri Sep  2 16:29:10 2016
@@ -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"
Index: pkgsrc/security/py-slowaes/PLIST
diff -u /dev/null pkgsrc/security/py-slowaes/PLIST:1.1
--- /dev/null   Fri Sep  2 16:29:10 2016
+++ pkgsrc/security/py-slowaes/PLIST    Fri Sep  2 16:29:10 2016
@@ -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
Index: pkgsrc/security/py-slowaes/distinfo
diff -u /dev/null pkgsrc/security/py-slowaes/distinfo:1.1
--- /dev/null   Fri Sep  2 16:29:10 2016
+++ pkgsrc/security/py-slowaes/distinfo Fri Sep  2 16:29:10 2016
@@ -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