public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/dnspython/
Date: Wed,  3 Jan 2018 22:13:11 +0000 (UTC)	[thread overview]
Message-ID: <1515017584.0b23bae29905a01dd8a80f2e2e3afa6e21a5d80e.mgorny@gentoo> (raw)

commit:     0b23bae29905a01dd8a80f2e2e3afa6e21a5d80e
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  3 12:24:42 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jan  3 22:13:04 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b23bae2

dev-python/dnspython: Clean old up

 dev-python/dnspython/Manifest                     |  2 --
 dev-python/dnspython/dnspython-1.12.0-r200.ebuild | 36 --------------------
 dev-python/dnspython/dnspython-1.12.0-r301.ebuild | 41 -----------------------
 3 files changed, 79 deletions(-)

diff --git a/dev-python/dnspython/Manifest b/dev-python/dnspython/Manifest
index 31c7e06e21f..f547dd89ee4 100644
--- a/dev-python/dnspython/Manifest
+++ b/dev-python/dnspython/Manifest
@@ -1,3 +1 @@
-DIST dnspython-1.12.0.tar.gz 135164 BLAKE2B ff2a49188dd5b9ab510f3b1cd99d3f409286431bc17bd4ddb23e84c696ddc2a652c662505176539254b7854b10c5f83335a0c3c42aa9b21a788c4d432a7a565f SHA512 583d069ed7ee9b20f16a964023fa0300f15032c27de6d084205f73394f19a2d5bb1641ef95b08a8ddf1f622eeb5fa8cbfa62b8a2ee478a49b0dff0995e4ae42e
 DIST dnspython-1.15.0.zip 252157 BLAKE2B 6766c1e69bc4225b08f3b1b3871fac2aba7ae707de5f16718798ce4d6846308500c5341f9ace1b48d3858ffc965a7295ee42cc2c35ff23ac38d71927dcaecfe9 SHA512 942f7cf083d1b0a9f03f040ceca194c38777f2e40862c388051986112b3f2a4a8426733ff46ec5a155319776e4a856412c3430b052b2f92f251f0e3260eb9bc1
-DIST dnspython3-1.12.0.zip 226945 BLAKE2B 1bad6df7d62481d52407146c8ee33fab9dad47ed52ae43855ec11fe347588a2d8b251deed4527ab9b2291cb5aa23e8d508e5e7af0ca89686b2c7dedc2b7684fc SHA512 02c61eb91c2e872f2c8fa0e09b88d593a067130b5ac3ea6eabd0abec413ecb6d3b7d5472ca502334f4c441af249511109006ae6a7b41d36ba1db3e777971b3ae

diff --git a/dev-python/dnspython/dnspython-1.12.0-r200.ebuild b/dev-python/dnspython/dnspython-1.12.0-r200.ebuild
deleted file mode 100644
index 2e61d8d91ba..00000000000
--- a/dev-python/dnspython/dnspython-1.12.0-r200.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="DNS toolkit for Python"
-HOMEPAGE="http://www.dnspython.org/ https://pypi.python.org/pypi/dnspython"
-SRC_URI="http://www.dnspython.org/kits/${PV}/${P}.tar.gz"
-
-LICENSE="ISC"
-SLOT="py2"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
-IUSE="examples test"
-
-RDEPEND="dev-python/pycrypto[${PYTHON_USEDEP}]
-	!dev-python/dnspython:0"
-DEPEND="${RDEPEND}
-	app-arch/unzip"
-
-# For testsuite
-DISTUTILS_IN_SOURCE_BUILD=1
-
-python_test() {
-	cd tests || die
-	"${PYTHON}" utest.py || die "tests failed under ${EPYTHON}"
-	einfo "Testsuite passed under ${EPYTHON}"
-}
-
-python_install_all() {
-	use examples && local EXAMPLES=( examples/. )
-	distutils-r1_python_install_all
-}

diff --git a/dev-python/dnspython/dnspython-1.12.0-r301.ebuild b/dev-python/dnspython/dnspython-1.12.0-r301.ebuild
deleted file mode 100644
index a327618e6d5..00000000000
--- a/dev-python/dnspython/dnspython-1.12.0-r301.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python3_{4,5,6} )
-
-inherit distutils-r1
-
-MY_PN="${PN}3"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="DNS toolkit for Python"
-HOMEPAGE="http://www.dnspython.org/ https://pypi.python.org/pypi/dnspython"
-SRC_URI="http://www.dnspython.org/kits3/${PV}/${MY_P}.zip"
-
-LICENSE="ISC"
-SLOT="py3"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
-IUSE="examples test"
-
-RDEPEND="dev-python/pycrypto[${PYTHON_USEDEP}]
-	!dev-python/dnspython:0"
-DEPEND="${RDEPEND}
-	app-arch/unzip"
-
-S="${WORKDIR}/${MY_P}"
-
-# For testsuite
-DISTUTILS_IN_SOURCE_BUILD=1
-
-python_test() {
-	cd tests || die
-	"${PYTHON}" utest.py || die "tests failed under ${EPYTHON}"
-	einfo "Testsuite passed under ${EPYTHON}"
-}
-
-python_install_all() {
-	use examples && local EXAMPLES=( examples/. )
-	distutils-r1_python_install_all
-}


             reply	other threads:[~2018-01-03 22:13 UTC|newest]

Thread overview: 102+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-03 22:13 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-09-08 11:48 [gentoo-commits] repo/gentoo:master commit in: dev-python/dnspython/ Michał Górny
2025-09-08  5:39 Michał Górny
2025-09-07  3:39 Arthur Zamarin
2025-09-07  3:39 Arthur Zamarin
2025-09-05  9:36 Jakov Smolić
2025-09-02 19:07 Arthur Zamarin
2025-09-02 19:07 Arthur Zamarin
2025-09-02 17:12 Michał Górny
2025-09-02 16:57 Michał Górny
2025-09-02  5:02 Michał Górny
2025-05-14 11:59 Michał Górny
2025-02-19 16:09 Michał Górny
2024-10-26 15:32 Michał Górny
2024-10-26 14:47 Arthur Zamarin
2024-10-06  2:30 Michał Górny
2024-05-17 10:51 Michał Górny
2024-03-07 16:10 Michał Górny
2024-02-19  4:10 Michał Górny
2024-02-17  6:10 Michał Górny
2024-02-11 13:14 Michał Górny
2024-02-11  6:01 Sam James
2024-01-21  6:21 Michał Górny
2023-08-19 16:05 Michał Górny
2023-08-19 15:56 Arthur Zamarin
2023-08-10  2:53 Michał Górny
2023-07-27  3:21 Michał Górny
2023-07-16  3:06 Michał Górny
2023-05-28 11:36 Sam James
2023-02-16 20:21 Michał Górny
2023-01-16 18:21 Michał Górny
2023-01-16  6:11 Michał Górny
2022-10-09 16:15 James Le Cuirot
2022-07-29 14:37 Michał Górny
2022-07-29 14:37 Michał Górny
2022-07-04  6:57 Michał Górny
2022-07-04  6:57 Michał Górny
2022-07-04  6:57 Michał Górny
2022-05-15 10:41 Michał Górny
2022-05-11 12:56 Jakov Smolić
2022-05-05  9:51 WANG Xuerui
2022-04-15 15:23 Arthur Zamarin
2022-04-15 15:21 Arthur Zamarin
2022-04-08 14:23 Arthur Zamarin
2022-03-09 19:13 Arthur Zamarin
2022-02-04 19:28 Michał Górny
2022-01-18 22:44 Michał Górny
2021-12-03 20:47 Arthur Zamarin
2021-11-28 14:42 Michał Górny
2021-07-28  0:19 Marek Szuba
2021-06-05 11:03 Michał Górny
2021-06-05 11:03 Michał Górny
2021-02-19  8:35 Michał Górny
2021-02-19  2:54 Sam James
2021-01-08  9:43 Michał Górny
2021-01-08  0:45 Michał Górny
2020-08-22  9:15 Michał Górny
2020-08-19  4:09 Sam James
2020-07-19 17:18 Michał Górny
2020-07-11 22:08 Sam James
2020-05-26 18:09 Michał Górny
2020-05-26 18:09 Michał Górny
2020-04-27 19:21 Michał Górny
2020-03-26 20:52 Michał Górny
2020-03-26 20:52 Michał Górny
2020-03-26 20:52 Michał Górny
2019-11-27  7:58 Patrick McLean
2019-11-11 19:39 Sergei Trofimovich
2019-07-31 13:13 Agostino Sarubbo
2019-07-31 13:11 Agostino Sarubbo
2019-07-31 12:09 Agostino Sarubbo
2019-07-31 10:59 Agostino Sarubbo
2019-07-31 10:55 Agostino Sarubbo
2019-07-31 10:54 Agostino Sarubbo
2019-07-30  5:40 Michał Górny
2019-07-30  5:40 Michał Górny
2019-07-30  5:40 Michał Górny
2019-05-13 14:34 Manuel Rüger
2018-10-10 15:49 Matthew Thode
2018-08-05 11:06 Manuel Rüger
2017-05-27  6:57 Markus Meier
2017-05-19  2:23 Michael Weber
2017-05-12 17:56 Tobias Klausmann
2017-05-11  7:05 Jeroen Roovers
2017-05-10 14:55 Mike Gilbert
2017-03-26  4:16 Matt Thode
2017-03-13  2:18 Zac Medico
2017-02-20 18:12 Markus Meier
2017-01-23 18:58 Tobias Klausmann
2017-01-22 11:29 Jeroen Roovers
2017-01-21 20:33 Agostino Sarubbo
2017-01-18 11:57 Agostino Sarubbo
2017-01-17 16:22 Agostino Sarubbo
2016-11-26 17:59 Mike Gilbert
2016-10-10 18:42 Matt Thode
2016-03-27 17:44 David Seifert
2016-02-28  7:32 Matt Thode
2016-02-28  7:08 Matt Thode
2016-01-11 11:32 Justin Lecher
2016-01-11 11:32 Justin Lecher
2015-10-30 12:03 Justin Lecher
2015-09-16 12:52 Justin Lecher

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=1515017584.0b23bae29905a01dd8a80f2e2e3afa6e21a5d80e.mgorny@gentoo \
    --to=mgorny@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