All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit branch/next] package/python-pyaes: new package
@ 2019-11-07 21:48 Thomas Petazzoni
  0 siblings, 0 replies; only message in thread
From: Thomas Petazzoni @ 2019-11-07 21:48 UTC (permalink / raw
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=206eedd2405b192facd6bc0be07770c211aad42d
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/next

Signed-off-by: Bartosz Bilas <b.bilas@grinn-global.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
---
 DEVELOPERS                             |  1 +
 package/Config.in                      |  1 +
 package/python-pyaes/Config.in         |  7 +++++++
 package/python-pyaes/python-pyaes.hash |  5 +++++
 package/python-pyaes/python-pyaes.mk   | 14 ++++++++++++++
 5 files changed, 28 insertions(+)

diff --git a/DEVELOPERS b/DEVELOPERS
index 33273ce6c8..503e9648d0 100644
--- a/DEVELOPERS
+++ b/DEVELOPERS
@@ -256,6 +256,7 @@ F:	package/lua-ev/
 F:	package/orbit/
 
 N:	Bartosz Bilas <b.bilas@grinn-global.com>
+F:	package/python-pyaes/
 F:	package/qt5/qt5scxml/
 F:	package/qt5/qt5webview/
 
diff --git a/package/Config.in b/package/Config.in
index f72c77b416..8b554e46d8 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -1006,6 +1006,7 @@ menu "External python modules"
 	source "package/python-ptyprocess/Config.in"
 	source "package/python-pudb/Config.in"
 	source "package/python-py/Config.in"
+	source "package/python-pyaes/Config.in"
 	source "package/python-pyasn/Config.in"
 	source "package/python-pyasn-modules/Config.in"
 	source "package/python-pyasn1/Config.in"
diff --git a/package/python-pyaes/Config.in b/package/python-pyaes/Config.in
new file mode 100644
index 0000000000..629fd82801
--- /dev/null
+++ b/package/python-pyaes/Config.in
@@ -0,0 +1,7 @@
+config BR2_PACKAGE_PYTHON_PYAES
+	bool "python-pyaes"
+	help
+	  Pure-Python Implementation of the AES block-cipher and
+	  common modes of operation.
+
+	  https://github.com/ricmoo/pyaes
diff --git a/package/python-pyaes/python-pyaes.hash b/package/python-pyaes/python-pyaes.hash
new file mode 100644
index 0000000000..25a15f1e19
--- /dev/null
+++ b/package/python-pyaes/python-pyaes.hash
@@ -0,0 +1,5 @@
+# md5, sha256 from https://pypi.org/pypi/pyaes/json
+md5	20fd5c6e29dcfdd08098e85a859a54ec  pyaes-1.6.1.tar.gz
+sha256	02c1b1405c38d3c370b085fb952dd8bea3fadcee6411ad99f312cc129c536d8f  pyaes-1.6.1.tar.gz
+# Locally computed sha256 checksums
+sha256	1efe6c78b28b4203d397ea9b68bdc9c658d21cd9afaf8ae8223def83f2a7ebbd  LICENSE.txt
diff --git a/package/python-pyaes/python-pyaes.mk b/package/python-pyaes/python-pyaes.mk
new file mode 100644
index 0000000000..a738d3c76a
--- /dev/null
+++ b/package/python-pyaes/python-pyaes.mk
@@ -0,0 +1,14 @@
+################################################################################
+#
+# python-pyaes
+#
+################################################################################
+
+PYTHON_PYAES_VERSION = 1.6.1
+PYTHON_PYAES_SOURCE = pyaes-$(PYTHON_PYAES_VERSION).tar.gz
+PYTHON_PYAES_SITE = https://files.pythonhosted.org/packages/44/66/2c17bae31c906613795711fc78045c285048168919ace2220daa372c7d72
+PYTHON_PYAES_SETUP_TYPE = distutils
+PYTHON_PYAES_LICENSE = MIT
+PYTHON_PYAES_LICENSE_FILES = LICENSE.txt
+
+$(eval $(python-package))

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-11-07 21:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-07 21:48 [Buildroot] [git commit branch/next] package/python-pyaes: new package Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.