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: Mon, 28 Sep 2015 07:58:09 +0000 (UTC)	[thread overview]
Message-ID: <1443427086.21aba9487bd4ae9987d3840369f991ce36b40909.jlec@gentoo> (raw)

commit:     21aba9487bd4ae9987d3840369f991ce36b40909
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 28 07:05:21 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Sep 28 07:58:06 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21aba948

dev-python/ipaddress: Clean old

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

 dev-python/ipaddress/Manifest                |  2 --
 dev-python/ipaddress/ipaddress-1.0.12.ebuild | 21 ---------------------
 dev-python/ipaddress/ipaddress-1.0.7.ebuild  | 21 ---------------------
 3 files changed, 44 deletions(-)

diff --git a/dev-python/ipaddress/Manifest b/dev-python/ipaddress/Manifest
index b6f9fba..8a5c56a 100644
--- a/dev-python/ipaddress/Manifest
+++ b/dev-python/ipaddress/Manifest
@@ -1,3 +1 @@
-DIST ipaddress-1.0.12.tar.gz 16158 SHA256 8c81980950b6360df6d5451456d09e92895f0a9d4aba96ceabcff66ef1f02b11 SHA512 df17687e7d83a2010ddd969049483d542aefc98641e2519202956edb05d77e23daf29334fedb9c6150139e281875dd8169441d023bbf97055226a0f22a40e8f4 WHIRLPOOL 823710fa6be92764c32e2608fb907314fdef90b047f05703add487a7153b26cb72e6fad98f66b7223b27a800151f14a00889adead5ff0edc54e8107ef8ff3648
 DIST ipaddress-1.0.14.tar.gz 30429 SHA256 226f4be44c6cb64055e23060848266f51f329813baae28b53dc50e93488b3b3e SHA512 fb33b484ca435f4e8817c735a1084f2fa749abca4643a10be644003fdb73cc9205fc28f484ef96d2db90e8b27d8a238d1d7cf20140f7942e39be12c7524e8d6f WHIRLPOOL 30e21d5b7568125575fecd0f8cac4172713c029faa81f88cd2a6111b47da1fb3bea9305a9311ce1a7b2795e9d54b58f2cbef1e5b66f355b8c91633ead0836d04
-DIST ipaddress-1.0.7.tar.gz 15126 SHA256 2c99e9eaea2dacbe4038b3be772ec650f5b4f4c8cc479c3704b81673d96849d7 SHA512 bfbb7ab47c50b1a370dab6905e3212fcd960ecdfa2180605d0775f90f80485040a3760d7042ae503a52d1931e44a0b2dc102de22a107cf2dc4b1e7a441841e8b WHIRLPOOL 00bf3d33e34a3998fdc324a1dc4bbe15149a64c72f7f4b020769097d54e5c46fadd7281639e428b5706855b238738bc74a8655c5009e10626b43979539b59baf

diff --git a/dev-python/ipaddress/ipaddress-1.0.12.ebuild b/dev-python/ipaddress/ipaddress-1.0.12.ebuild
deleted file mode 100644
index 76eae42..0000000
--- a/dev-python/ipaddress/ipaddress-1.0.12.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="IPv4/IPv6 manipulation library, a port 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="~amd64 ~arm ~hppa ~ppc64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND=""
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"

diff --git a/dev-python/ipaddress/ipaddress-1.0.7.ebuild b/dev-python/ipaddress/ipaddress-1.0.7.ebuild
deleted file mode 100644
index f24fc4b..0000000
--- a/dev-python/ipaddress/ipaddress-1.0.7.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 pypy )
-
-inherit distutils-r1
-
-DESCRIPTION="IPv4/IPv6 manipulation library"
-HOMEPAGE="https://github.com/phihag/ipaddress"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="PSF-2"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND=""
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"


             reply	other threads:[~2015-09-28  7:58 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-28  7:58 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-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-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=1443427086.21aba9487bd4ae9987d3840369f991ce36b40909.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