From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/netaddr/
Date: Fri, 4 Sep 2015 07:57:08 +0000 (UTC) [thread overview]
Message-ID: <1441353426.7488f9d3727222657909bdb9f64e0c2548795fab.jlec@gentoo> (raw)
commit: 7488f9d3727222657909bdb9f64e0c2548795fab
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 4 07:12:45 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Sep 4 07:57:06 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7488f9d3
dev-python/netaddr: Version Bump
Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
dev-python/netaddr/Manifest | 1 +
dev-python/netaddr/netaddr-0.7.18.ebuild | 29 +++++++++++++++++++++++++++++
2 files changed, 30 insertions(+)
diff --git a/dev-python/netaddr/Manifest b/dev-python/netaddr/Manifest
index 683d8e5..d7ebfb9 100644
--- a/dev-python/netaddr/Manifest
+++ b/dev-python/netaddr/Manifest
@@ -3,3 +3,4 @@ DIST netaddr-0.7.13.tar.gz 1548094 SHA256 ca42c260b49e5fd74ba9104efa6a4fca6b5531
DIST netaddr-0.7.14.tar.gz 1560641 SHA256 02abbb54c9edd6a3046385d2634f51c1dbddbbc9b5816599ecd052b1d9ff445f SHA512 8492932aa5218d84e211df9ac405b9f2eb2f66d9a0cfe7b427634461bd3c71a3c94662c8e13e0d484481cb621e60dfff22aa8065b00a03094543c33b50d3502f WHIRLPOOL 6198af280532f782a3a539749c41b44f139ea600edbfcd7aac66cd167546f27dee54afa63c9e48841180fdceb79bff086ab1fbe8b10c9b197e4c975754da0858
DIST netaddr-0.7.15.tar.gz 1525041 SHA256 d5b5bb3f4e9a94f93d232bb876e567517d8fb59e5bebb5339483b44df5529d11 SHA512 b6279638598b756366fd236003dbd5315b4535d2d13153857d1a2b160d9521eb94e2a46e89eb317b72081ae6b0e8916da7932fa766541616e49b2a24b7494cf3 WHIRLPOOL b515b2fc7dc7970f9751ec28ca2a7b0937a7ad7a1f9a36b9e995dea430b004c2294263654d9c321fe29e7eff7af1e78281bf89432b408aa6324b0833b80e1847
DIST netaddr-0.7.17.tar.gz 1714398 SHA256 386b161ba1efb7e9b7def525859633627ff2e8719bb444c4e78e10529fec4e50 SHA512 915109fee5025b37bbd10ba68b2c26d743e96f5579cffd5f3871ffb97e8a37b76e73ef903f0db1b4322c33768f17ba5555af66cb7e48dfac4f536c3cf0315db0 WHIRLPOOL a6c9889a12be25e7a22162564c895c89bd1039216bcc16323cfa1c20e99d7af464eb51d6a246315728a328aaadc8dca9fafd4ad4a31d1a8ba946aba0f506d4d1
+DIST netaddr-0.7.18.tar.gz 1715389 SHA256 a1f5c9fcf75ac2579b9995c843dade33009543c04f218ff7c007b3c81695bd19 SHA512 f2a05d177e8e45cc42c494340a4dc65afdbc75bce16acc7d2e9cda06f4c2404df086780d10c764b6845cef32cf18cf00069f8b11c2dd0cb7fbcdde7d75b81253 WHIRLPOOL 2e8b370ae79a70a84e309f2eeecf413a39aefb2bc52d5eb1952e8240d6bf9b356b417390e59e388c717b36f746088972288bd8d3fb641758985c214b4d76cba6
diff --git a/dev-python/netaddr/netaddr-0.7.18.ebuild b/dev-python/netaddr/netaddr-0.7.18.ebuild
new file mode 100644
index 0000000..d043d03
--- /dev/null
+++ b/dev-python/netaddr/netaddr-0.7.18.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{3,4} )
+
+inherit distutils-r1
+
+DESCRIPTION="Network address representation and manipulation library"
+HOMEPAGE="https://github.com/drkjam/netaddr https://pypi.python.org/pypi/netaddr https://netaddr.readthedocs.org"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="cli test"
+
+RDEPEND="cli? ( >=dev-python/ipython-0.13.1-r1[${PYTHON_USEDEP}] )"
+DEPEND="
+ test? (
+ dev-python/pytest[${PYTHON_USEDEP}]
+ ${RDEPEND}
+ )"
+
+python_test() {
+ esetup.py test
+}
next reply other threads:[~2015-09-04 7:57 UTC|newest]
Thread overview: 55+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-04 7:57 Justin Lecher [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-07-20 17:43 [gentoo-commits] repo/gentoo:master commit in: dev-python/netaddr/ Michał Górny
2024-06-12 7:42 Michał Górny
2024-06-12 6:22 Arthur Zamarin
2024-06-11 18:46 Michał Górny
2024-05-29 4:17 Michał Górny
2024-03-07 16:24 Michał Górny
2024-03-07 16:22 Michał Górny
2024-03-02 11:44 Michał Górny
2024-03-02 10:52 Arthur Zamarin
2024-02-24 14:04 Sam James
2024-02-18 3:36 Michał Górny
2024-02-16 14:48 Michał Górny
2024-02-16 14:48 Michał Górny
2024-02-15 4:11 Michał Górny
2024-02-10 9:15 Michał Górny
2024-01-24 19:07 Michał Górny
2024-01-24 19:05 Michał Górny
2024-01-18 18:46 Michał Górny
2024-01-18 18:03 Arthur Zamarin
2024-01-09 18:43 Michał Górny
2024-01-03 8:35 Michał Górny
2023-12-31 17:21 Michał Górny
2023-10-24 5:46 Michał Górny
2023-10-23 18:50 Sam James
2023-09-19 3:16 Michał Górny
2023-05-28 11:36 Sam James
2022-06-22 11:50 Michał Górny
2022-06-22 10:12 Agostino Sarubbo
2022-06-22 8:02 Michał Górny
2022-06-22 6:58 Agostino Sarubbo
2022-06-22 6:53 Agostino Sarubbo
2022-05-21 14:14 Michał Górny
2022-05-21 14:14 Michał Górny
2021-11-22 7:27 Sam James
2021-11-22 7:04 Sam James
2021-09-09 13:10 Marek Szuba
2021-08-06 23:39 Louis Sautier
2020-10-16 3:26 Matthew Thode
2020-09-12 1:38 Louis Sautier
2020-09-12 1:38 Louis Sautier
2020-03-29 21:21 Sergei Trofimovich
2020-02-11 18:33 William Hubbs
2020-02-05 16:53 Michał Górny
2019-12-04 17:15 Michał Górny
2019-12-04 17:15 Michał Górny
2017-03-28 1:23 Manuel Rüger
2017-03-12 21:10 Zac Medico
2017-03-12 20:42 Zac Medico
2016-12-29 17:46 Göktürk Yüksek
2016-04-05 22:37 Anthony G. Basile
2016-02-28 6:43 Matt Thode
2016-02-09 9:33 Justin Lecher
2015-09-03 7:28 Justin Lecher
2015-09-02 16:30 Justin Lecher
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=1441353426.7488f9d3727222657909bdb9f64e0c2548795fab.jlec@gentoo \
--to=jlec@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/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