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 E4BB5138350 for ; Thu, 19 Mar 2020 22:13:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B5922E0E7B; Thu, 19 Mar 2020 22:13:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 6E6E4E0E7B for ; Thu, 19 Mar 2020 22:13:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 8C96634EF64 for ; Thu, 19 Mar 2020 22:13:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AD7BA192 for ; Thu, 19 Mar 2020 22:12:57 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1584655961.cf3885f28731bf5593b9666221cf233e47ab31c9.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ipy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ipy/Manifest dev-python/ipy/ipy-0.83.ebuild X-VCS-Directories: dev-python/ipy/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: cf3885f28731bf5593b9666221cf233e47ab31c9 X-VCS-Branch: master Date: Thu, 19 Mar 2020 22:12:57 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4636e250-f8ca-4b5d-8e98-7fb345f2497e X-Archives-Hash: df63ee8e6defe50b4d74426300a8a96a commit: cf3885f28731bf5593b9666221cf233e47ab31c9 Author: David Seifert gentoo org> AuthorDate: Thu Mar 19 22:12:41 2020 +0000 Commit: David Seifert gentoo org> CommitDate: Thu Mar 19 22:12:41 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf3885f2 dev-python/ipy: Remove old Package-Manager: Portage-2.3.94, Repoman-2.3.21 Signed-off-by: David Seifert gentoo.org> dev-python/ipy/Manifest | 1 - dev-python/ipy/ipy-0.83.ebuild | 39 --------------------------------------- 2 files changed, 40 deletions(-) diff --git a/dev-python/ipy/Manifest b/dev-python/ipy/Manifest index 547715a7c12..d6c42806e7c 100644 --- a/dev-python/ipy/Manifest +++ b/dev-python/ipy/Manifest @@ -1,2 +1 @@ -DIST IPy-0.83.tar.gz 31816 BLAKE2B 89ca11d292ff3ed6f633aacc2c689e710c5ed43ada32e75425f653bfe87bcf6eb777d5ede33133362833099e51b2248f5e846bae82b28a6050500f25679ddbfb SHA512 6bd69d96fa77dc4ceaf119b81c19a524b871badb37665a763a055e1c8b2ce3433c6e9534f03aa64d02e559dca2fac2c4e1d09b7fd78ed79c0fded88f803ad2de DIST IPy-1.00.tar.gz 35324 BLAKE2B a0e04201a59c61e5cc8f7ce2837c83dded99d0d786406e2e341183a0903d43ed5496ae8ea05d1bee019007bfef7420be623ab3dc08cce33812f1720a59ca413d SHA512 94a8f26cad0d966fdf8d4e57284eadf4cfde88515af6f5aafc8f9597eb0758324b876039d1a121021ba1ac26be2e2ffa89a3f5803dddefdee03fdb5d65b07a81 diff --git a/dev-python/ipy/ipy-0.83.ebuild b/dev-python/ipy/ipy-0.83.ebuild deleted file mode 100644 index 7ac7cac08ff..00000000000 --- a/dev-python/ipy/ipy-0.83.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -PYTHON_COMPAT=( python3_6 ) - -inherit distutils-r1 - -MY_PN="IPy" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Class and tools for handling of IPv4 and IPv6 addresses and networks" -HOMEPAGE="https://github.com/haypo/python-ipy/wiki https://pypi.org/project/IPy/" -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~sparc x86" -IUSE="examples" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="" - -S="${WORKDIR}/${MY_PN}-${PV}" - -python_test() { - # 1 test fail under pypy, persistent from 0.82a, not a regression. - cp -r test_doc.py README test "${BUILD_DIR}" || die - pushd "${BUILD_DIR}" > /dev/null || die - "${PYTHON}" test/test_IPy.py || die "Tests fail with ${EPYTHON}" - "${PYTHON}" test_doc.py || die "Doctests fail with ${EPYTHON}" - popd > /dev/null || die -} - -python_install_all() { - use examples && local EXAMPLES=( example/. ) - distutils-r1_python_install_all -}