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: Thu, 12 Nov 2015 18:38:26 +0000 (UTC)	[thread overview]
Message-ID: <1447353503.43a8e0b5113d975f884f2c808e662397b17217da.jlec@gentoo> (raw)

commit:     43a8e0b5113d975f884f2c808e662397b17217da
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 12 17:53:26 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Nov 12 18:38:23 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43a8e0b5

dev-python/ipaddress: Version Bump and impl cleanup

As this is a backport, packages should use the standard libraries
and depend on the virtual

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

 dev-python/ipaddress/Manifest                                       | 1 +
 dev-python/ipaddress/ipaddress-1.0.14.ebuild                        | 4 ++--
 .../ipaddress/{ipaddress-1.0.14.ebuild => ipaddress-1.0.15.ebuild}  | 6 +++---
 3 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/dev-python/ipaddress/Manifest b/dev-python/ipaddress/Manifest
index 8a5c56a..afa1b8a 100644
--- a/dev-python/ipaddress/Manifest
+++ b/dev-python/ipaddress/Manifest
@@ -1 +1,2 @@
 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

diff --git a/dev-python/ipaddress/ipaddress-1.0.14.ebuild b/dev-python/ipaddress/ipaddress-1.0.14.ebuild
index 5d183f5..66167cf 100644
--- a/dev-python/ipaddress/ipaddress-1.0.14.ebuild
+++ b/dev-python/ipaddress/ipaddress-1.0.14.ebuild
@@ -4,11 +4,11 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 pypy pypy3 )
 
 inherit distutils-r1
 
-DESCRIPTION="IPv4/IPv6 manipulation library, a port of the ipaddress module"
+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"
 

diff --git a/dev-python/ipaddress/ipaddress-1.0.14.ebuild b/dev-python/ipaddress/ipaddress-1.0.15.ebuild
similarity index 62%
copy from dev-python/ipaddress/ipaddress-1.0.14.ebuild
copy to dev-python/ipaddress/ipaddress-1.0.15.ebuild
index 5d183f5..182e7d2 100644
--- a/dev-python/ipaddress/ipaddress-1.0.14.ebuild
+++ b/dev-python/ipaddress/ipaddress-1.0.15.ebuild
@@ -4,17 +4,17 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 pypy pypy3 )
 
 inherit distutils-r1
 
-DESCRIPTION="IPv4/IPv6 manipulation library, a port of the ipaddress module"
+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"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND=""


             reply	other threads:[~2015-11-12 18:38 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-12 18:38 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-12-29 10:02 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=1447353503.43a8e0b5113d975f884f2c808e662397b17217da.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