From: Asaf Kahlon <asafka7@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/4] python-pycryptodomex: new package
Date: Sat, 22 Sep 2018 22:36:28 +0300 [thread overview]
Message-ID: <20180922193631.14369-1-asafka7@gmail.com> (raw)
Cryptographic library for Python
Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
---
DEVELOPERS | 1 +
package/Config.in | 1 +
package/python-pycryptodomex/Config.in | 6 ++++++
.../python-pycryptodomex/python-pycryptodomex.hash | 5 +++++
.../python-pycryptodomex/python-pycryptodomex.mk | 14 ++++++++++++++
5 files changed, 27 insertions(+)
create mode 100644 package/python-pycryptodomex/Config.in
create mode 100644 package/python-pycryptodomex/python-pycryptodomex.hash
create mode 100644 package/python-pycryptodomex/python-pycryptodomex.mk
diff --git a/DEVELOPERS b/DEVELOPERS
index 84129553c5..4c49cc3908 100644
--- a/DEVELOPERS
+++ b/DEVELOPERS
@@ -205,6 +205,7 @@ F: package/python-fire/
F: package/python-jsonmodels/
F: package/python-paramiko/
F: package/python-pyasn1/
+F: package/python-pycryptodomex/
F: package/python-pyroute2/
F: package/python-pytz/
F: package/python-reentry/
diff --git a/package/Config.in b/package/Config.in
index c04645a30b..826182cdb3 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -922,6 +922,7 @@ menu "External python modules"
source "package/python-pycli/Config.in"
source "package/python-pycparser/Config.in"
source "package/python-pycrypto/Config.in"
+ source "package/python-pycryptodomex/Config.in"
source "package/python-pydal/Config.in"
source "package/python-pyelftools/Config.in"
source "package/python-pyftpdlib/Config.in"
diff --git a/package/python-pycryptodomex/Config.in b/package/python-pycryptodomex/Config.in
new file mode 100644
index 0000000000..c7127fee59
--- /dev/null
+++ b/package/python-pycryptodomex/Config.in
@@ -0,0 +1,6 @@
+config BR2_PACKAGE_PYTHON_PYCRYPTODOMEX
+ bool "python-pycryptodomex"
+ help
+ Cryptographic library for Python.
+
+ http://www.pycryptodome.org
diff --git a/package/python-pycryptodomex/python-pycryptodomex.hash b/package/python-pycryptodomex/python-pycryptodomex.hash
new file mode 100644
index 0000000000..3dec1a1442
--- /dev/null
+++ b/package/python-pycryptodomex/python-pycryptodomex.hash
@@ -0,0 +1,5 @@
+# md5, sha256 from https://pypi.org/pypi/pycryptodomex/json
+md5 7e1884f55077ed2e48d36565525b1657 pycryptodomex-3.6.6.tar.gz
+sha256 d0d448484e161786922b41e112b5d7cf76ef5f0c725ea5107ef866bb14a38b12 pycryptodomex-3.6.6.tar.gz
+# Locally computed sha256 checksums
+sha256 fc884f6492490d0f227613ee900ff2a27e6879b79ee637c53a4697238bf12970 LICENSE.rst
diff --git a/package/python-pycryptodomex/python-pycryptodomex.mk b/package/python-pycryptodomex/python-pycryptodomex.mk
new file mode 100644
index 0000000000..aa1293df6b
--- /dev/null
+++ b/package/python-pycryptodomex/python-pycryptodomex.mk
@@ -0,0 +1,14 @@
+################################################################################
+#
+# python-pycryptodomex
+#
+################################################################################
+
+PYTHON_PYCRYPTODOMEX_VERSION = 3.6.6
+PYTHON_PYCRYPTODOMEX_SOURCE = pycryptodomex-$(PYTHON_PYCRYPTODOMEX_VERSION).tar.gz
+PYTHON_PYCRYPTODOMEX_SITE = https://files.pythonhosted.org/packages/95/10/f3bd758050da1c08ea30c8b4daf9ff895f306b780f07430fcc9b38722e1b
+PYTHON_PYCRYPTODOMEX_SETUP_TYPE = setuptools
+PYTHON_PYCRYPTODOMEX_LICENSE = Apache-2.0
+PYTHON_PYCRYPTODOMEX_LICENSE_FILES = LICENSE.rst
+
+$(eval $(python-package))
--
2.17.1
next reply other threads:[~2018-09-22 19:36 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-09-22 19:36 Asaf Kahlon [this message]
2018-09-22 19:36 ` [Buildroot] [PATCH 2/4] python-ply: new package Asaf Kahlon
2018-10-09 19:27 ` Thomas Petazzoni
2018-10-09 19:39 ` Yegor Yefremov
2018-10-09 19:47 ` Asaf Kahlon
2018-09-22 19:36 ` [Buildroot] [PATCH 3/4] python-pysmi: " Asaf Kahlon
2018-10-09 19:35 ` Thomas Petazzoni
2018-09-22 19:36 ` [Buildroot] [PATCH 4/4] python-pysnmp: bump to version 4.4.6 Asaf Kahlon
2018-10-09 19:37 ` Thomas Petazzoni
2018-10-09 19:54 ` Asaf Kahlon
2018-10-09 20:00 ` Thomas Petazzoni
2018-10-10 3:37 ` Asaf Kahlon
2018-10-10 12:29 ` Thomas Petazzoni
2018-10-09 13:56 ` [Buildroot] [PATCH 1/4] python-pycryptodomex: new package Thomas Petazzoni
2018-10-09 20:19 ` Yann E. MORIN
2018-10-10 21:13 ` Arnout Vandecappelle
2018-10-11 6:54 ` Thomas Petazzoni
2018-10-10 12:28 ` Thomas Petazzoni
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180922193631.14369-1-asafka7@gmail.com \
--to=asafka7@gmail.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox