commit: 82fdf6ec4d92196a2d1e7ab8e4cf776d16962497 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Aug 19 08:47:58 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Aug 19 08:56:16 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82fdf6ec
dev-python/jaraco-utils: Remove last-rited pkg Closes: https://bugs.gentoo.org/582728 dev-python/jaraco-utils/Manifest | 1 - dev-python/jaraco-utils/jaraco-utils-10.0.2.ebuild | 33 ---------------------- dev-python/jaraco-utils/metadata.xml | 11 -------- profiles/package.mask | 1 - 4 files changed, 46 deletions(-) diff --git a/dev-python/jaraco-utils/Manifest b/dev-python/jaraco-utils/Manifest deleted file mode 100644 index f3b087ee170..00000000000 --- a/dev-python/jaraco-utils/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST jaraco.util-10.0.2.zip 83375 BLAKE2B 5e3d7782ce1453fb7b7520b6ac715857c71a9a1922afc69bb9cfcffd2b453d71bf0c17c953625de76e27b1b47f90fd9aae2912fa5ab7e0dcc8b88a07272ee408 SHA512 9522d0923db0637b605a11014104fbf6d86fc014fa1d065610df0cf8fe18dc5f962c8f4e4a3822c9223b434fbd252a99ac1949e52f7c9774642244f7a25e12e1 diff --git a/dev-python/jaraco-utils/jaraco-utils-10.0.2.ebuild b/dev-python/jaraco-utils/jaraco-utils-10.0.2.ebuild deleted file mode 100644 index b8e5e621358..00000000000 --- a/dev-python/jaraco-utils/jaraco-utils-10.0.2.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) - -inherit distutils-r1 - -MY_PN="jaraco.util" -DESCRIPTION="General utility modules that supply commonly-used functionality" -HOMEPAGE="https://pypi.org/project/jaraco.util/" -SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.zip" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="test" - -# The binary calc-prorate is now part of tempora -DEPEND="!!dev-python/tempora[${PYTHON_USEDEP}] - dev-python/hgtools[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}] - dev-python/more-itertools[${PYTHON_USEDEP}] - test? ( dev-python/pytest[${PYTHON_USEDEP}] - dev-python/mock[${PYTHON_USEDEP}] ) - " -RDEPEND="" - -S="${WORKDIR}/${MY_PN}-${PV}" - -python_test() { - py.test tests || die "Tests failed under ${EPYTHON}" -} diff --git a/dev-python/jaraco-utils/metadata.xml b/dev-python/jaraco-utils/metadata.xml deleted file mode 100644 index 996855360b4..00000000000 --- a/dev-python/jaraco-utils/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>[email protected]</email> - <name>Python</name> - </maintainer> - <upstream> - <remote-id type="pypi">jaraco.utils</remote-id> - </upstream> -</pkgmetadata> diff --git a/profiles/package.mask b/profiles/package.mask index e2b75e68249..bf8bc1844ff 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -190,7 +190,6 @@ www-apps/guacamole # and dev-python/jaraco-* + dev-python/tempora. # Removal in a month. See https://bugs.gentoo.org/582728 dev-python/hgtools -dev-python/jaraco-utils # Brian Dolbec <[email protected]> (4 July 2018) # No longer needed, newer gpg-2 versions have simple cli options
