pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/py-aes Import pyaes-1.6.0 as security/py-aes
details: https://anonhg.NetBSD.org/pkgsrc/rev/1119d64c7649
branches: trunk
changeset: 348471:1119d64c7649
user: kamil <kamil%pkgsrc.org@localhost>
date: Tue Jun 14 07:58:40 2016 +0000
description:
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)
diffstat:
security/py-aes/DESCR | 10 ++++++++++
security/py-aes/Makefile | 18 ++++++++++++++++++
security/py-aes/PLIST | 14 ++++++++++++++
security/py-aes/distinfo | 6 ++++++
4 files changed, 48 insertions(+), 0 deletions(-)
diffs (64 lines):
diff -r 7935f0a7dd3c -r 1119d64c7649 security/py-aes/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-aes/DESCR Tue Jun 14 07:58:40 2016 +0000
@@ -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)
diff -r 7935f0a7dd3c -r 1119d64c7649 security/py-aes/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-aes/Makefile Tue Jun 14 07:58:40 2016 +0000
@@ -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"
diff -r 7935f0a7dd3c -r 1119d64c7649 security/py-aes/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-aes/PLIST Tue Jun 14 07:58:40 2016 +0000
@@ -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
diff -r 7935f0a7dd3c -r 1119d64c7649 security/py-aes/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-aes/distinfo Tue Jun 14 07:58:40 2016 +0000
@@ -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