commit: 5ce6e4136b650de8e90af76b93273f31f1eb2dcf Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Fri Dec 15 19:05:23 2023 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Fri Dec 15 19:05:23 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ce6e413
dev-python/empy: treeclean Closes: https://bugs.gentoo.org/917124 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> dev-python/empy/Manifest | 1 - dev-python/empy/empy-3.3.4-r1.ebuild | 37 ------------------------------------ dev-python/empy/metadata.xml | 12 ------------ profiles/package.mask | 7 ------- 4 files changed, 57 deletions(-) diff --git a/dev-python/empy/Manifest b/dev-python/empy/Manifest deleted file mode 100644 index 251da5dae65f..000000000000 --- a/dev-python/empy/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST empy-3.3.4.tar.gz 138495 BLAKE2B 0040b26966d3d6c7911cc7957159084ddb610085affaa5cf214121fdb292c43b071df8990749e02c0c3ef46cba131188e0907b8ab7c28a0834498b505bec0a2e SHA512 5de8de26484468d180a2575bfc8302cb3d32004ed4d70768310b7564a9ed1bb880b8c1d862f419588b2b5baa8c3da8bc707eac41f3921e6136cc5bc3f47f1a3d diff --git a/dev-python/empy/empy-3.3.4-r1.ebuild b/dev-python/empy/empy-3.3.4-r1.ebuild deleted file mode 100644 index f26277162f81..000000000000 --- a/dev-python/empy/empy-3.3.4-r1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="A powerful and robust templating system for Python" -HOMEPAGE="http://www.alcyone.com/software/empy/" -SRC_URI="http://www.alcyone.com/software/${PN}/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="amd64 ~arm ~ia64 ppc x86" -IUSE="doc" - -python_test() { - "${PYTHON}" em.py sample.em | diff sample.bench - - assert "Testing failed with ${EPYTHON}" -} - -python_install_all() { - distutils-r1_python_install_all - - if use doc; then - docinto examples - dodoc sample.em sample.bench - # 3.3 has the html in this funny place. Fix in later version: - docinto html - dodoc doc/home/max/projects/empy/doc/em/* - dodoc doc/home/max/projects/empy/doc/em.html - dodoc doc/index.html - fi -} diff --git a/dev-python/empy/metadata.xml b/dev-python/empy/metadata.xml deleted file mode 100644 index 9f0ae35b28d6..000000000000 --- a/dev-python/empy/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>[email protected]</email> - <name>Python</name> - </maintainer> - <stabilize-allarches/> - <upstream> - <remote-id type="pypi">empy</remote-id> - </upstream> -</pkgmetadata> diff --git a/profiles/package.mask b/profiles/package.mask index 5a0c9108505f..88962b106f77 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -193,13 +193,6 @@ dev-haskell/terminfo # Lots of applications need porting, bug #917537. >=dev-libs/libxml2-2.12.0 -# Arthur Zamarin <[email protected]> (2023-11-10) -# No reverse dependencies, no tests, no upstream activity. All ebuild -# maintenance on this package was done randomly by @python project members, -# at late stage of python porting, which is hard with no tests. -# Removal on 2023-12-10. Bug #917124. -dev-python/empy - # Michał Górny <[email protected]> (2023-11-06) # Unmaintained. Last commit in 2017. Distutils is deprecated. # No revdeps.
