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 67FB41382C5 for ; Mon, 11 May 2020 17:49:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3890FE0898; Mon, 11 May 2020 17:49:04 +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 0C3F5E0898 for ; Mon, 11 May 2020 17:49:04 +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 BC66734FC3F for ; Mon, 11 May 2020 17:49:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2C614235 for ; Mon, 11 May 2020 17:48:58 +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: <1589218537.999bacea40a3e4de0b49fa6f640b5e4dab611b89.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-distutils-extra/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-distutils-extra/Manifest dev-python/python-distutils-extra/python-distutils-extra-2.42-r1.ebuild X-VCS-Directories: dev-python/python-distutils-extra/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 999bacea40a3e4de0b49fa6f640b5e4dab611b89 X-VCS-Branch: master Date: Mon, 11 May 2020 17:48:58 +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: 3a71edb3-6e04-422a-aed8-49faeecf0474 X-Archives-Hash: eba69536d8f2a40cf777524fbd76be4e commit: 999bacea40a3e4de0b49fa6f640b5e4dab611b89 Author: Michał Górny gentoo org> AuthorDate: Mon May 11 17:35:37 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon May 11 17:35:37 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=999bacea dev-python/python-distutils-extra: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/python-distutils-extra/Manifest | 1 - .../python-distutils-extra-2.42-r1.ebuild | 50 ---------------------- 2 files changed, 51 deletions(-) diff --git a/dev-python/python-distutils-extra/Manifest b/dev-python/python-distutils-extra/Manifest index b23c1e120cd..dfcf028535d 100644 --- a/dev-python/python-distutils-extra/Manifest +++ b/dev-python/python-distutils-extra/Manifest @@ -1,2 +1 @@ DIST python-distutils-extra-2.44.tar.bz2 37687 BLAKE2B 3d7e3ad277440bfb6fbade8b890b95aad37589700b69a26ec9a5c30e97491871bc8c8f82b540131859d2ce82cebd3758f29ca510abe28046ffcaa0e7240fad3e SHA512 517222b4e34efba730db53ffeee8b8c8d96bd9d1b6044e6ca84c0f2c1d5c0e044240b899d460c50295615c94c513f7e57db3e34e5db6588a01ec92a73999f822 -DIST python-distutils-extra_2.42.tar.xz 37996 BLAKE2B dee4cc950bb34027b60dcf58e173bae502a7090062e3c2218fd2ec562d6350f5872ed5c0865b89f1463bd35be0f365f23e05bb0220f70a944181af40df42ee60 SHA512 ff0df0a25a29504bec89970dbbf24d0b618e9f2d5d07a037f67778b86c92e880eafee86dd102b4ada4f280abd3102de9f4a4e47dbc68c1eaaa05fb492cbbae29 diff --git a/dev-python/python-distutils-extra/python-distutils-extra-2.42-r1.ebuild b/dev-python/python-distutils-extra/python-distutils-extra-2.42-r1.ebuild deleted file mode 100644 index 183471d82a3..00000000000 --- a/dev-python/python-distutils-extra/python-distutils-extra-2.42-r1.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DISTUTILS_USE_SETUPTOOLS="rdepend" -PYTHON_COMPAT=( python{2_7,3_6,3_7,3_8} pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="Gettext support, themed icons and scrollkeeper-based documentation in distutils" -HOMEPAGE="https://launchpad.net/python-distutils-extra" -SRC_URI="mirror://ubuntu/pool/universe/p/${PN}/${PN}_${PV}.tar.xz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ppc x86" -IUSE="test" -RESTRICT="!test? ( test )" - -DEPEND="test? ( dev-python/pytest[${PYTHON_USEDEP}] )" - -DOCS=( doc/{README,FAQ} ) - -python_prepare_all() { - # This line is run when the file is imported - # https://bugs.launchpad.net/python-distutils-extra/+bug/1657919 - sed -i '/^unittest.main()$/d' test/auto.py || die - - distutils-r1_python_prepare_all -} - -python_test() { - # 5 tests fail with disabled byte-compilation (they rely on exact - # output from python). - # The other 4 are broken. - pytest -vv -k "not (test_pot_manual or test_pot_auto_explicit or \ - test_pot_auto or test_modules or test_packages) and not \ - (test_desktop or test_po or test_policykit or \ - test_requires_provides)" test/auto.py || \ - die "tests failed with ${EPYTHON}" -} - -python_install_all() { - distutils-r1_python_install_all - - docinto examples - dodoc doc/{setup.cfg.example,setup.py.example} - docompress -x /usr/share/doc/${PF}/examples -}