diff options
| author | Michał Górny <mgorny@gentoo.org> | 2020-12-10 13:53:41 +0100 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2020-12-10 13:53:41 +0100 |
| commit | 9df773451af4fdd56783802491f900ce26ef2f1f (patch) | |
| tree | b3f6d755b94aac89745e048580fbdc398d92eb27 /dev-python | |
| parent | 0b0b26ae9b03a88ca84d5c353aaca66b5f9a152f (diff) | |
| download | gentoo-9df773451af4fdd56783802491f900ce26ef2f1f.tar.gz gentoo-9df773451af4fdd56783802491f900ce26ef2f1f.tar.bz2 gentoo-9df773451af4fdd56783802491f900ce26ef2f1f.zip | |
dev-python/cheetah: Remove last-rited pkg
Closes: https://bugs.gentoo.org/753722
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/cheetah/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/cheetah/cheetah-2.4.4-r1.ebuild | 45 | ||||
| -rw-r--r-- | dev-python/cheetah/metadata.xml | 15 |
3 files changed, 0 insertions, 61 deletions
diff --git a/dev-python/cheetah/Manifest b/dev-python/cheetah/Manifest deleted file mode 100644 index 5e957f6f425a..000000000000 --- 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 7af0e545a7da..000000000000 --- 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 af1e88f2ab32..000000000000 --- 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>python@gentoo.org</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> |
