commit: dccd985d5f76e302db07e327564ce7cad387a708 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> AuthorDate: Wed Nov 10 12:45:28 2021 +0000 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> CommitDate: Wed Nov 10 12:48:46 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dccd985d
dev-db/sadisplay: treeclean Closes: https://bugs.gentoo.org/814572 Closes: https://bugs.gentoo.org/817383 Closes: https://bugs.gentoo.org/696674 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org> dev-db/sadisplay/Manifest | 1 - dev-db/sadisplay/metadata.xml | 21 --------------------- dev-db/sadisplay/sadisplay-0.4.9.ebuild | 22 ---------------------- profiles/package.mask | 7 ------- 4 files changed, 51 deletions(-) diff --git a/dev-db/sadisplay/Manifest b/dev-db/sadisplay/Manifest deleted file mode 100644 index eac76e7c8d5..00000000000 --- a/dev-db/sadisplay/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST sadisplay-0.4.9.tar.gz 9536 BLAKE2B 0265eb470ab600b761cf6d0e1872c3225e863de8aa602fbcdb1839c33ced8825318d4e4f8ee24de420847c077d1830af069af37ea8d3e3e6c76f47dc2335e1b3 SHA512 30fe8dd2a6247328bc4d7640e5a34b15a062322729cb8a2ffb66c740145475a95ac924f752017fda8f347268ce598957cfe78e8fd6f80413267c72b143b3e8b8 diff --git a/dev-db/sadisplay/metadata.xml b/dev-db/sadisplay/metadata.xml deleted file mode 100644 index 19004e01d9e..00000000000 --- a/dev-db/sadisplay/metadata.xml +++ /dev/null @@ -1,21 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person" proxied="yes"> - <email>[email protected]</email> - <name>Horea Christian</name> - </maintainer> - <maintainer type="project" proxied="proxy"> - <email>[email protected]</email> - <name>Proxy Maintainers</name> - </maintainer> - <longdescription lang="en"> - Simple package for describing SQLAlchemy schema and display raw - database tables by reflecting feature. Works with mapped classes - and raw tables. Relation detecting by ForeignKey columns. - Supports mapped class inherit. - </longdescription> - <upstream> - <remote-id type="pypi">sadisplay</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-db/sadisplay/sadisplay-0.4.9.ebuild b/dev-db/sadisplay/sadisplay-0.4.9.ebuild deleted file mode 100644 index a524fd790f3..00000000000 --- a/dev-db/sadisplay/sadisplay-0.4.9.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7,8} ) - -DISTUTILS_USE_SETUPTOOLS=rdepend - -inherit distutils-r1 - -DESCRIPTION="SqlAlchemy schema display script" -HOMEPAGE="https://pypi.org/project/sadisplay" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND="dev-python/sqlalchemy[${PYTHON_USEDEP}]" - -distutils_enable_tests pytest diff --git a/profiles/package.mask b/profiles/package.mask index 3cf551c5741..b55303cc006 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -549,13 +549,6 @@ dev-python/ptvsd # Removal on 2021-11-09. Bug #817386. dev-python/pipfile -# Arthur Zamarin <[email protected]> (2021-10-10) -# Upstream lost to history. Web archive finds a very broken repo. -# Has issues with python 3.9 and python 3.10. -# Extra Bugs: Bug #696674, Bug #814572 -# Removal on 2021-11-09. Bug #817383. -dev-db/sadisplay - # Sam James <[email protected]> (2021-10-10) # Needs upstream build system fixes (currently in progress). # Python toggles don't work correctly right now.
