summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2021-11-10 13:45:28 +0100
committerJakov Smolić <jsmolic@gentoo.org>2021-11-10 13:48:46 +0100
commitdccd985d5f76e302db07e327564ce7cad387a708 (patch)
tree04b40e64b81810b7098b3c6999a428a14fbf143e
parentdev-vcs/github-pages-publish: treeclean (diff)
downloadgentoo-dccd985d5f76e302db07e327564ce7cad387a708.tar.gz
gentoo-dccd985d5f76e302db07e327564ce7cad387a708.tar.bz2
gentoo-dccd985d5f76e302db07e327564ce7cad387a708.zip
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@gentoo.org>
-rw-r--r--dev-db/sadisplay/Manifest1
-rw-r--r--dev-db/sadisplay/metadata.xml21
-rw-r--r--dev-db/sadisplay/sadisplay-0.4.9.ebuild22
-rw-r--r--profiles/package.mask7
4 files changed, 0 insertions, 51 deletions
diff --git a/dev-db/sadisplay/Manifest b/dev-db/sadisplay/Manifest
deleted file mode 100644
index eac76e7c8d52..000000000000
--- 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 19004e01d9ec..000000000000
--- 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>gentoo@chymera.eu</email>
- <name>Horea Christian</name>
- </maintainer>
- <maintainer type="project" proxied="proxy">
- <email>proxy-maint@gentoo.org</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 a524fd790f30..000000000000
--- 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 3cf551c5741a..b55303cc006c 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 <arthurzam@gentoo.org> (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 <sam@gentoo.org> (2021-10-10)
# Needs upstream build system fixes (currently in progress).
# Python toggles don't work correctly right now.