commit: 9df773451af4fdd56783802491f900ce26ef2f1f Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Dec 10 12:53:41 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Dec 10 12:53:41 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9df77345
dev-python/cheetah: Remove last-rited pkg Closes: https://bugs.gentoo.org/753722 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/cheetah/Manifest | 1 - dev-python/cheetah/cheetah-2.4.4-r1.ebuild | 45 ------------------------------ dev-python/cheetah/metadata.xml | 15 ---------- profiles/package.mask | 6 ---- 4 files changed, 67 deletions(-) diff --git a/dev-python/cheetah/Manifest b/dev-python/cheetah/Manifest deleted file mode 100644 index 5e957f6f425..00000000000 --- a/dev-python/cheetah/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST Cheetah-2.4.4.tar.gz 190989 BLAKE2B 567aee718199021c3de725376da37b2f28081cf8741d1af201f7e6e88e026f460c10f3502463d58285a1340e308c718f709d437185f99f22c11f76c586ba4a60 SHA512 11b8cbf7d71789d6ae83596b133ddbe0bf1ccf2bca4c59562e7cd1d9bb75fa9d3208c0021d7d77edafdb03fd399cf1a26c003267fbffb94f27bf4457b0f9234c diff --git a/dev-python/cheetah/cheetah-2.4.4-r1.ebuild b/dev-python/cheetah/cheetah-2.4.4-r1.ebuild deleted file mode 100644 index 7af0e545a7d..00000000000 --- a/dev-python/cheetah/cheetah-2.4.4-r1.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -MY_PN="Cheetah" -MY_P="${MY_PN}-${PV/_}" - -DESCRIPTION="Python-powered template engine and code generator" -HOMEPAGE="http://www.cheetahtemplate.org/ https://rtyler.github.com/cheetah/ https://pypi.org/project/Cheetah/" -SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz" - -LICENSE="MIT" -IUSE="" -KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" -SLOT="0" - -RDEPEND="dev-python/markdown[${PYTHON_USEDEP}] - !dev-python/cheetah3" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}]" - -S="${WORKDIR}/${MY_P}" - -DOCS=( CHANGES README.markdown TODO ) -# Race in the test suite -DISTUTILS_IN_SOURCE_BUILD=1 - -python_prepare_all() { - # Disable broken tests. - sed \ - -e "/Unicode/d" \ - -e "s/if not sys.platform.startswith('java'):/if False:/" \ - -e "/results =/a\\ sys.exit(not results.wasSuccessful())" \ - -i cheetah/Tests/Test.py || die "sed failed" - - distutils-r1_python_prepare_all -} - -python_test() { - "${PYTHON}" cheetah/Tests/Test.py || die "Testing failed with ${EPYTHON}" -} diff --git a/dev-python/cheetah/metadata.xml b/dev-python/cheetah/metadata.xml deleted file mode 100644 index af1e88f2ab3..00000000000 --- a/dev-python/cheetah/metadata.xml +++ /dev/null @@ -1,15 +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> - <longdescription>Cheetah is a Python-powered template engine and code generator. It can be used -as a standalone utility or it can be combined with other tools. Web developers -are its principle user group, but it has many potential uses and is also being -used to generate C++ game code, Java, SQL, form emails, and even Python code.</longdescription> - <upstream> - <remote-id type="pypi">Cheetah</remote-id> - </upstream> -</pkgmetadata> diff --git a/profiles/package.mask b/profiles/package.mask index 6e373702bbd..64787c10b25 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -419,12 +419,6 @@ media-plugins/kodi-game-libretro-bnes # Removal in 30 days. Bug #753725. dev-python/typing -# Michał Górny <[email protected]> (2020-11-09) -# Dead Python 2 package. Replaced by dev-python/cheetah3. The last -# mongodb versions needing it are masked now. -# Removal in 30 days. Bug #753722. -dev-python/cheetah - # Alexys Jacob <[email protected]> (2020-11-09) # Mask dev-db/mongodb versions which do not support python3 so we # can move forward in cleaning python2 from tree. Bug #708954.
