diff options
author | 2021-11-10 13:45:28 +0100 | |
---|---|---|
committer | 2021-11-10 13:48:46 +0100 | |
commit | dccd985d5f76e302db07e327564ce7cad387a708 (patch) | |
tree | 04b40e64b81810b7098b3c6999a428a14fbf143e /dev-db | |
parent | dev-vcs/github-pages-publish: treeclean (diff) | |
download | gentoo-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>
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/sadisplay/Manifest | 1 | ||||
-rw-r--r-- | dev-db/sadisplay/metadata.xml | 21 | ||||
-rw-r--r-- | dev-db/sadisplay/sadisplay-0.4.9.ebuild | 22 |
3 files changed, 0 insertions, 44 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 |