Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Korsgaard <peter@korsgaard.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] package: add python-ipaddr
Date: Tue,  2 Dec 2014 13:56:25 +0100	[thread overview]
Message-ID: <1417524985-22499-1-git-send-email-peter@korsgaard.com> (raw)

The functionality is included in python3 as the ipaddress module, so make it
python2 only.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 package/Config.in                        |  1 +
 package/python-ipaddr/Config.in          |  9 +++++++++
 package/python-ipaddr/python-ipaddr.hash |  3 +++
 package/python-ipaddr/python-ipaddr.mk   | 14 ++++++++++++++
 4 files changed, 27 insertions(+)
 create mode 100644 package/python-ipaddr/Config.in
 create mode 100644 package/python-ipaddr/python-ipaddr.hash
 create mode 100644 package/python-ipaddr/python-ipaddr.mk

diff --git a/package/Config.in b/package/Config.in
index b8fc7d1..1826adf 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -496,6 +496,7 @@ menu "external python modules"
 	source "package/python-flup/Config.in"
 	source "package/python-httplib2/Config.in"
 	source "package/python-id3/Config.in"
+	source "package/python-ipaddr/Config.in"
 	source "package/python-ipy/Config.in"
 	source "package/python-ipython/Config.in"
 	source "package/python-itsdangerous/Config.in"
diff --git a/package/python-ipaddr/Config.in b/package/python-ipaddr/Config.in
new file mode 100644
index 0000000..cce67c1
--- /dev/null
+++ b/package/python-ipaddr/Config.in
@@ -0,0 +1,9 @@
+config BR2_PACKAGE_PYTHON_IPADDR
+       depends on BR2_PACKAGE_PYTHON # included since python3.3
+       bool "python-ipaddr"
+	help
+	  An IPv4/IPv6 manipulation library in Python. This library is
+	  used to create/poke/manipulate IPv4 and IPv6 addresses and
+	  prefixes.
+
+	  https://code.google.com/p/ipaddr-py/
diff --git a/package/python-ipaddr/python-ipaddr.hash b/package/python-ipaddr/python-ipaddr.hash
new file mode 100644
index 0000000..99e1ca9
--- /dev/null
+++ b/package/python-ipaddr/python-ipaddr.hash
@@ -0,0 +1,3 @@
+# md5 from https://pypi.python.org/pypi?:action=show_md5&digest=f2c7852f95862715f92e7d089dc3f2cf, sha256 locally computed
+md5	f2c7852f95862715f92e7d089dc3f2cf  ipaddr-2.1.11.tar.gz
+sha256	1b555b8a8800134fdafe32b7d0cb52f5bdbfdd093707c3dd484c5ea59f1d98b7  ipaddr-2.1.11.tar.gz
diff --git a/package/python-ipaddr/python-ipaddr.mk b/package/python-ipaddr/python-ipaddr.mk
new file mode 100644
index 0000000..8bfb543
--- /dev/null
+++ b/package/python-ipaddr/python-ipaddr.mk
@@ -0,0 +1,14 @@
+################################################################################
+#
+# python-ipaddr
+#
+################################################################################
+
+PYTHON_IPADDR_VERSION = 2.1.11
+PYTHON_IPADDR_SOURCE = ipaddr-$(PYTHON_IPADDR_VERSION).tar.gz
+PYTHON_IPADDR_SITE = http://pypi.python.org/packages/source/i/ipaddr
+PYTHON_IPADDR_SETUP_TYPE = distutils
+PYTHON_IPADDR_LICENSE = Apache-2.0
+PYTHON_IPADDR_LICENSE_FILES = COPYING
+
+$(eval $(python-package))
-- 
2.1.3

             reply	other threads:[~2014-12-02 12:56 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-02 12:56 Peter Korsgaard [this message]
2014-12-05 22:46 ` [Buildroot] [PATCH] package: add python-ipaddr Thomas Petazzoni
2014-12-07 22:10 ` 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=1417524985-22499-1-git-send-email-peter@korsgaard.com \
    --to=peter@korsgaard.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