pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-aes



Module Name:    pkgsrc
Committed By:   kamil
Date:           Tue Jun 14 07:58:40 UTC 2016

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

Log Message:
Import pyaes-1.6.0 as security/py-aes

A pure-Python implmentation of the AES block cipher algorithm and the common
modes of operation (CBC, CFB, CTR, ECB and OFB).

Features:
 - Supports all AES key sizes
 - Supports all AES common modes
 - Pure-Python (no external dependancies)
 - BlockFeeder API allows streams to easily be encrypted and decrypted
 - Python 2.x and 3.x support (make sure you pass in bytes(), not strings for
   Python 3)


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/security/py-aes/DESCR \
    pkgsrc/security/py-aes/Makefile pkgsrc/security/py-aes/PLIST \
    pkgsrc/security/py-aes/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-aes/DESCR
diff -u /dev/null pkgsrc/security/py-aes/DESCR:1.1
--- /dev/null   Tue Jun 14 07:58:40 2016
+++ pkgsrc/security/py-aes/DESCR        Tue Jun 14 07:58:40 2016
@@ -0,0 +1,10 @@
+A pure-Python implmentation of the AES block cipher algorithm and the common
+modes of operation (CBC, CFB, CTR, ECB and OFB).
+
+Features:
+ - Supports all AES key sizes
+ - Supports all AES common modes
+ - Pure-Python (no external dependancies)
+ - BlockFeeder API allows streams to easily be encrypted and decrypted
+ - Python 2.x and 3.x support (make sure you pass in bytes(), not strings for
+   Python 3)
Index: pkgsrc/security/py-aes/Makefile
diff -u /dev/null pkgsrc/security/py-aes/Makefile:1.1
--- /dev/null   Tue Jun 14 07:58:40 2016
+++ pkgsrc/security/py-aes/Makefile     Tue Jun 14 07:58:40 2016
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2016/06/14 07:58:40 kamil Exp $
+
+DISTNAME=      pyaes-1.6.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
+CATEGORIES=    security python
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=ricmoo/}
+GITHUB_PROJECT=        pyaes
+GITHUB_TAG=    v${PKGVERSION_NOREV}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/ricmoo/pyaes/
+COMMENT=       Pure-Python implementation of AES block-cipher
+LICENSE=       mit
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/distutils.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/security/py-aes/PLIST
diff -u /dev/null pkgsrc/security/py-aes/PLIST:1.1
--- /dev/null   Tue Jun 14 07:58:40 2016
+++ pkgsrc/security/py-aes/PLIST        Tue Jun 14 07:58:40 2016
@@ -0,0 +1,14 @@
+@comment $NetBSD: PLIST,v 1.1 2016/06/14 07:58:40 kamil Exp $
+${PYSITELIB}/${EGG_FILE}
+${PYSITELIB}/pyaes/__init__.py
+${PYSITELIB}/pyaes/__init__.pyc
+${PYSITELIB}/pyaes/__init__.pyo
+${PYSITELIB}/pyaes/aes.py
+${PYSITELIB}/pyaes/aes.pyc
+${PYSITELIB}/pyaes/aes.pyo
+${PYSITELIB}/pyaes/blockfeeder.py
+${PYSITELIB}/pyaes/blockfeeder.pyc
+${PYSITELIB}/pyaes/blockfeeder.pyo
+${PYSITELIB}/pyaes/util.py
+${PYSITELIB}/pyaes/util.pyc
+${PYSITELIB}/pyaes/util.pyo
Index: pkgsrc/security/py-aes/distinfo
diff -u /dev/null pkgsrc/security/py-aes/distinfo:1.1
--- /dev/null   Tue Jun 14 07:58:40 2016
+++ pkgsrc/security/py-aes/distinfo     Tue Jun 14 07:58:40 2016
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2016/06/14 07:58:40 kamil Exp $
+
+SHA1 (pyaes-1.6.0.tar.gz) = 9068e3e30e4ecc6dd91c96a4251fda810a2249c2
+RMD160 (pyaes-1.6.0.tar.gz) = c77341f48d8210fe4078f76aa062835802cc13ae
+SHA512 (pyaes-1.6.0.tar.gz) = e9886cd09e9c803ecd71d72716c33b2721daab940356300726e34951cae945c995b3057e9574299585b77a0bd96058b505a07bfd146dcaf04db63c0ac251d454
+Size (pyaes-1.6.0.tar.gz) = 28855 bytes



Home | Main Index | Thread Index | Old Index