public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Lars Wendler" <polynomial-c@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ipaddress/
Date: Mon, 23 Jan 2017 03:38:11 +0000 (UTC)	[thread overview]
Message-ID: <1485142669.ec5425bcaa5eb55e2a17384aa065ffeb062f087b.polynomial-c@gentoo> (raw)

commit:     ec5425bcaa5eb55e2a17384aa065ffeb062f087b
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 23 02:41:31 2017 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Mon Jan 23 03:37:49 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec5425bc

dev-python/ipaddress: Bump to version 1.0.18

Package-Manager: Portage-2.3.3, Repoman-2.3.1

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

diff --git a/dev-python/ipaddress/Manifest b/dev-python/ipaddress/Manifest
index e7c9a36..e3b6289 100644
--- a/dev-python/ipaddress/Manifest
+++ b/dev-python/ipaddress/Manifest
@@ -1,3 +1,4 @@
 DIST ipaddress-1.0.14.tar.gz 30429 SHA256 226f4be44c6cb64055e23060848266f51f329813baae28b53dc50e93488b3b3e SHA512 fb33b484ca435f4e8817c735a1084f2fa749abca4643a10be644003fdb73cc9205fc28f484ef96d2db90e8b27d8a238d1d7cf20140f7942e39be12c7524e8d6f WHIRLPOOL 30e21d5b7568125575fecd0f8cac4172713c029faa81f88cd2a6111b47da1fb3bea9305a9311ce1a7b2795e9d54b58f2cbef1e5b66f355b8c91633ead0836d04
 DIST ipaddress-1.0.16.tar.gz 31765 SHA256 5a3182b322a706525c46282ca6f064d27a02cffbd449f9f47416f1dc96aa71b0 SHA512 50baf15f185b039037eef7b047d5a0ffbe1b335d2d94c218b6a2012ae1ba89c5e5c4f64667d8a623e4e4e7598d90c8a7caa8327ea4c155260ab90384f86a6c89 WHIRLPOOL de25e35f36e33a0b490ba51fb9abe8f2e81b09ba3e2b8d496f3e4fe1b29e243da928a0ce8ea837cee39c49d3ba60fddbe143a7eee1642baf1e97f10b5bb3785b
 DIST ipaddress-1.0.17.tar.gz 32434 SHA256 3a21c5a15f433710aaa26f1ae174b615973a25182006ae7f9c26de151cd51716 SHA512 c9f7c7226fd28a1b3905139713c2269b4bdbe5bc1b8e44ab8edd56c0cd2b6938577a66fce139ecce06398de89321097ac672bff2d1618ca2f3b917c15553f50d WHIRLPOOL 6d2f0be2f7db20f94fd83ac344fad17196c2351456641ce01ec116d80d657f37e98ae8df78e5bbb716bc95c598d16c49269cd35845cf44c26da88963f24d59a2
+DIST ipaddress-1.0.18.tar.gz 32475 SHA256 5d8534c8e185f2d8a1fda1ef73f2c8f4b23264e8e30063feeb9511d492a413e1 SHA512 7d1c8cf67db5b55a872783390ca214bb39e243d313311674afe10008e86638838bef5f9e6d703803bdcfde6d27520b1fc19d0adb19d482e27a327fb735aa0312 WHIRLPOOL 0cbe1230da55740e8486590a27f491c79b5c005e75c9b70b990168b600981f87e6167859ac2a4a00f21885ae6ffd86bd06a9aa8a445a7d595c2818dee8d239cc

diff --git a/dev-python/ipaddress/ipaddress-1.0.18.ebuild b/dev-python/ipaddress/ipaddress-1.0.18.ebuild
new file mode 100644
index 00000000..439395f
--- /dev/null
+++ b/dev-python/ipaddress/ipaddress-1.0.18.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 pypy )
+
+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:[~2017-01-23  3:48 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-23  3:38 Lars Wendler [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
2016-11-25 16:18 Michał Górny
2016-10-24 11:30 Lars Wendler
2015-12-29 10:02 Justin Lecher
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=1485142669.ec5425bcaa5eb55e2a17384aa065ffeb062f087b.polynomial-c@gentoo \
    --to=polynomial-c@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