public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ipaddress/
Date: Tue, 29 Dec 2015 10:02:02 +0000 (UTC)	[thread overview]
Message-ID: <1451383313.1e1829d7ea7a366fc2b86d579e55d8dbc5ab2b39.jlec@gentoo> (raw)

commit:     1e1829d7ea7a366fc2b86d579e55d8dbc5ab2b39
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 29 07:27:04 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Dec 29 10:01:53 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e1829d7

dev-python/ipaddress: Version Bump

Package-Manager: portage-2.2.26
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 dev-python/ipaddress/Manifest                |  1 +
 dev-python/ipaddress/ipaddress-1.0.16.ebuild | 25 +++++++++++++++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/dev-python/ipaddress/Manifest b/dev-python/ipaddress/Manifest
index afa1b8a..78845a3 100644
--- a/dev-python/ipaddress/Manifest
+++ b/dev-python/ipaddress/Manifest
@@ -1,2 +1,3 @@
 DIST ipaddress-1.0.14.tar.gz 30429 SHA256 226f4be44c6cb64055e23060848266f51f329813baae28b53dc50e93488b3b3e SHA512 fb33b484ca435f4e8817c735a1084f2fa749abca4643a10be644003fdb73cc9205fc28f484ef96d2db90e8b27d8a238d1d7cf20140f7942e39be12c7524e8d6f WHIRLPOOL 30e21d5b7568125575fecd0f8cac4172713c029faa81f88cd2a6111b47da1fb3bea9305a9311ce1a7b2795e9d54b58f2cbef1e5b66f355b8c91633ead0836d04
 DIST ipaddress-1.0.15.tar.gz 30438 SHA256 af6c85cfc9cdb12b861655e6b9f2f59618bf3088cbde858727b2c0a98e9f6636 SHA512 6cb53a2689da356b9f853bca564ca41b9d9c5700dd3c46c6f2937f2f7f97f955f3e351700494fdd2f20d6333f5feb2e5cb2d957eb4c626cc2c28cc3521fca0a1 WHIRLPOOL e1dd179078cddb62232468e8ea6032272c41892c23d6a77269ddb4daf70d9eb5a3a1a908e8e4d2c077a2959a79665e65b9c1b0a9f4f698217c9b87a7480da0a7
+DIST ipaddress-1.0.16.tar.gz 31765 SHA256 5a3182b322a706525c46282ca6f064d27a02cffbd449f9f47416f1dc96aa71b0 SHA512 50baf15f185b039037eef7b047d5a0ffbe1b335d2d94c218b6a2012ae1ba89c5e5c4f64667d8a623e4e4e7598d90c8a7caa8327ea4c155260ab90384f86a6c89 WHIRLPOOL de25e35f36e33a0b490ba51fb9abe8f2e81b09ba3e2b8d496f3e4fe1b29e243da928a0ce8ea837cee39c49d3ba60fddbe143a7eee1642baf1e97f10b5bb3785b

diff --git a/dev-python/ipaddress/ipaddress-1.0.16.ebuild b/dev-python/ipaddress/ipaddress-1.0.16.ebuild
new file mode 100644
index 0000000..182e7d2
--- /dev/null
+++ b/dev-python/ipaddress/ipaddress-1.0.16.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 pypy pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="IPv4/IPv6 manipulation library, backport of the ipaddress module"
+HOMEPAGE="https://github.com/phihag/ipaddress"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="PSF-2"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND=""
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+
+python_test() {
+	"${PYTHON}" test_ipaddress.py || die
+}


             reply	other threads:[~2015-12-29 10:02 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-29 10:02 Justin Lecher [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-03-27 16:30 [gentoo-commits] repo/gentoo:master commit in: dev-python/ipaddress/ Michał Górny
2020-03-27 16:30 Michał Górny
2020-03-27 16:30 Michał Górny
2020-02-19  7:39 Michał Górny
2019-11-22  3:15 Patrick McLean
2019-05-02 21:10 Mikle Kolyada
2019-04-12 21:04 Aaron Bauman
2019-04-12  7:06 Sergei Trofimovich
2019-04-08 15:04 Mikle Kolyada
2019-04-07 21:53 Mikle Kolyada
2019-04-07 21:16 Sergei Trofimovich
2019-04-07 10:16 Mikle Kolyada
2018-11-19 21:15 Fabian Groffen
2018-08-21  2:11 Virgil Dupras
2018-08-18 23:03 Mikle Kolyada
2018-06-27  8:19 Fabian Groffen
2018-04-06 11:05 Fabian Groffen
2018-02-24  5:51 Matt Thode
2018-02-21 20:18 Michał Górny
2017-09-30  0:31 Matt Thode
2017-09-12  9:13 Fabian Groffen
2017-07-15 16:22 Tobias Klausmann
2017-05-02 14:02 Michał Górny
2017-02-28 21:39 Michael Weber
2017-01-23  3:38 Lars Wendler
2017-01-23  3:38 Lars Wendler
2016-11-25 16:18 Michał Górny
2016-10-24 11:30 Lars Wendler
2015-11-12 18:38 Justin Lecher
2015-10-17 11:01 Markus Meier
2015-10-10 18:49 Mikle Kolyada
2015-09-30  3:36 Jeroen Roovers
2015-09-28 15:27 Tobias Klausmann
2015-09-28  7:58 Justin Lecher
2015-09-16 13:29 Tobias Klausmann
2015-09-08  8:16 Joshua Kinard
2015-08-24 14:04 Agostino Sarubbo
2015-08-24 14:02 Agostino Sarubbo

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=1451383313.1e1829d7ea7a366fc2b86d579e55d8dbc5ab2b39.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