From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0DF8F138206 for ; Wed, 3 Jan 2018 22:13:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 581FAE08D0; Wed, 3 Jan 2018 22:13:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 29B0BE08BE for ; Wed, 3 Jan 2018 22:13:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1785D335C38 for ; Wed, 3 Jan 2018 22:13:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AA5CE1A1 for ; Wed, 3 Jan 2018 22:13:11 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1515017584.0b23bae29905a01dd8a80f2e2e3afa6e21a5d80e.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/dnspython/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/dnspython/Manifest dev-python/dnspython/dnspython-1.12.0-r200.ebuild dev-python/dnspython/dnspython-1.12.0-r301.ebuild X-VCS-Directories: dev-python/dnspython/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 0b23bae29905a01dd8a80f2e2e3afa6e21a5d80e X-VCS-Branch: master Date: Wed, 3 Jan 2018 22:13:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 37d8188d-921a-439d-8aab-ed79907c5300 X-Archives-Hash: 82d8db216b2fe40bebcfa6a93ae6297a commit: 0b23bae29905a01dd8a80f2e2e3afa6e21a5d80e Author: Michał Górny gentoo org> AuthorDate: Wed Jan 3 12:24:42 2018 +0000 Commit: Michał Górny gentoo 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 -}