From: "Patrick McLean" <chutzpah@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ipaddress/
Date: Fri, 22 Nov 2019 03:15:26 +0000 (UTC) [thread overview]
Message-ID: <1574392514.330d06b8d5f4a24e7a2c68083225e20c06f7e4d1.chutzpah@gentoo> (raw)
commit: 330d06b8d5f4a24e7a2c68083225e20c06f7e4d1
Author: Patrick McLean <patrick.mclean <AT> sony <DOT> com>
AuthorDate: Fri Nov 22 01:49:53 2019 +0000
Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Fri Nov 22 03:15:14 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=330d06b8
dev-python/ipaddress: Version bump to 1.0.23, add py38
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
dev-python/ipaddress/Manifest | 1 +
dev-python/ipaddress/ipaddress-1.0.23.ebuild | 30 ++++++++++++++++++++++++++++
2 files changed, 31 insertions(+)
diff --git a/dev-python/ipaddress/Manifest b/dev-python/ipaddress/Manifest
index a8520965342..3e82a884a11 100644
--- a/dev-python/ipaddress/Manifest
+++ b/dev-python/ipaddress/Manifest
@@ -2,3 +2,4 @@ DIST ipaddress-1.0.14.tar.gz 30429 BLAKE2B cbd9db35c965adca5162db0d263920f537377
DIST ipaddress-1.0.18.tar.gz 32475 BLAKE2B 7d116b1aad36bc58f9a6769b562e0b6dd260fc497a4fd697cf13d506c8828ba7e63f86f1908ec9cff1f1bb15aa76a0e850c628c30e22d5440df320b3c8ad0328 SHA512 7d1c8cf67db5b55a872783390ca214bb39e243d313311674afe10008e86638838bef5f9e6d703803bdcfde6d27520b1fc19d0adb19d482e27a327fb735aa0312
DIST ipaddress-1.0.19.tar.gz 32854 BLAKE2B ea6bd0ac5418dca343e39c12e31a96aa6b13b091da05b7afcb3051251d3c8b8ce76a19f1d6b7ad2caf3f0077f6b522c4e0915a7a8eae28a72700732278ae4c6b SHA512 e49d0d0b76c108f985a5d209092495b5839195d9c4d5c975cc17c89e98d9b6bf0983f71f3b183c3974eccf0529cfb22aa8fbe384485be019da3fb74d50f1f4f1
DIST ipaddress-1.0.22.tar.gz 33051 BLAKE2B ae9145a275d373f07ad3996b9c06007259cde7a03f6389fed2a83d9210dc8f135026d931b2ddf408f5f465b37861c9e998ae2eaac782741a0fa6ae07dd4259c7 SHA512 b0b0bae50c0819c46554f4ca2d14403a054d73cb9df7efd8bde03bd32b7599510a0e8eb7a63bd7cc6af45a035a0fcce38058b0625732472c7f252f72b88a6084
+DIST ipaddress-1.0.23.tar.gz 32958 BLAKE2B 96f8f3065aaa082c67c5468598e78bf928653588333f8f96c47aafea30c6aa5e3abf419f98e6388b9791a8f7e679f7fb31f36bb1d6a274a19b0e8ea434a8cbc1 SHA512 340e2a8698df1868038f55889671442eba17f06ec3f493759d8d0a9bf406eefbe1f67c14ca616f52e5bf2280942dcece7e89fb19de0923bee1ee20e60f48896e
diff --git a/dev-python/ipaddress/ipaddress-1.0.23.ebuild b/dev-python/ipaddress/ipaddress-1.0.23.ebuild
new file mode 100644
index 00000000000..1a0f10bccbf
--- /dev/null
+++ b/dev-python/ipaddress/ipaddress-1.0.23.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{2_7,3_{5,6,7,8}} pypy{,3} )
+
+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 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+
+python_prepare_all() {
+ sed -i 's:unittest.main():unittest.main(verbosity=2):' \
+ test_ipaddress.py || die
+
+ distutils-r1_python_prepare_all
+}
+
+python_test() {
+ "${PYTHON}" test_ipaddress.py || die
+}
next reply other threads:[~2019-11-22 3:15 UTC|newest]
Thread overview: 39+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-11-22 3:15 Patrick McLean [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-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-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=1574392514.330d06b8d5f4a24e7a2c68083225e20c06f7e4d1.chutzpah@gentoo \
--to=chutzpah@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