commit: 86ddef564c2566cf94afe5860623b15df5935366 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr> AuthorDate: Sat Aug 14 19:12:28 2021 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sat Aug 14 19:12:28 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86ddef56
dev-python/markuppy: Remove last-rited pkg Closes: https://bugs.gentoo.org/801991 Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr> Signed-off-by: David Seifert <soap <AT> gentoo.org> dev-python/markuppy/Manifest | 1 - dev-python/markuppy/markuppy-1.14.ebuild | 24 ------------------------ dev-python/markuppy/metadata.xml | 11 ----------- profiles/package.mask | 5 ----- 4 files changed, 41 deletions(-) diff --git a/dev-python/markuppy/Manifest b/dev-python/markuppy/Manifest deleted file mode 100644 index a3aef08d273..00000000000 --- a/dev-python/markuppy/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST MarkupPy-1.14.tar.gz 6815 BLAKE2B 219a220c3aefd2870a6cfa6e4d460989cfdecf65a9e760a222f70d202ee4d6d4ce287f08a7e881218360d662c5281f140c9a4a176182fce19d548707a998ec63 SHA512 dbc0abaaa0b9ffd95d2aebe62e5f718a44a0e614eeded5f3624df190778f11a10aa98e34c444e38295ac05de38c4ddad57fe885446ebe7c4b9fd1d64b312f168 diff --git a/dev-python/markuppy/markuppy-1.14.ebuild b/dev-python/markuppy/markuppy-1.14.ebuild deleted file mode 100644 index 13e2b91439e..00000000000 --- a/dev-python/markuppy/markuppy-1.14.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7..9} ) - -inherit distutils-r1 - -MY_PN="MarkupPy" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="MarkupPy - An HTML/XML generator" -HOMEPAGE="https://pypi.org/project/MarkupPy/ https://github.com/tylerbakke/MarkupPy" -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" - -S="${WORKDIR}/${MY_P}" - -SLOT="0" -LICENSE="BSD-2" -KEYWORDS="~amd64" - -# MarkupPy does not have any test suite -RESTRICT="test" diff --git a/dev-python/markuppy/metadata.xml b/dev-python/markuppy/metadata.xml deleted file mode 100644 index 4ba0f85b029..00000000000 --- a/dev-python/markuppy/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">MarkupPy</remote-id> - </upstream> -</pkgmetadata> diff --git a/profiles/package.mask b/profiles/package.mask index 2f5c29ade35..52481296738 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -392,11 +392,6 @@ dev-ruby/spork # Removal on 2021-08-13. Bugs #755896, #781467. net-proxy/polipo -# Marco Scardovi <[email protected]> (2021-07-13) -# These packages were only ported for netbox. Not useful for anything else -# No revdeps. Removal in 30 days (Bug #801991) -dev-python/markuppy - # Andrew Ammerlaan <[email protected]> (2021-07-12) # Version 3.3.0 suffers from ridiculously high CPU usage, this version has # therefore been retracted upstream.
