diff options
author | V3n3RiX <venerix@koprulu.sector> | 2021-11-13 13:10:00 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2021-11-13 13:10:00 +0000 |
commit | e9d044d4b9b71200a96adfa280848858c0f468c9 (patch) | |
tree | 1bd8ef816043a8cd340f1d774e79553a1a7d31d8 /dev-db/sadisplay | |
parent | fc2f1018fc323ef2c6572734a9b130427cba76a6 (diff) |
gentoo resync : 13.11.2021
Diffstat (limited to 'dev-db/sadisplay')
-rw-r--r-- | dev-db/sadisplay/Manifest | 3 | ||||
-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, 46 deletions
diff --git a/dev-db/sadisplay/Manifest b/dev-db/sadisplay/Manifest deleted file mode 100644 index 16f81ca415c1..000000000000 --- a/dev-db/sadisplay/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST sadisplay-0.4.9.tar.gz 9536 BLAKE2B 0265eb470ab600b761cf6d0e1872c3225e863de8aa602fbcdb1839c33ced8825318d4e4f8ee24de420847c077d1830af069af37ea8d3e3e6c76f47dc2335e1b3 SHA512 30fe8dd2a6247328bc4d7640e5a34b15a062322729cb8a2ffb66c740145475a95ac924f752017fda8f347268ce598957cfe78e8fd6f80413267c72b143b3e8b8 -EBUILD sadisplay-0.4.9.ebuild 476 BLAKE2B 47175e13c1ef36529ea68f98b6b5b50e0a659233d3fbfa445b9b5d3e544c3792c0b005eb0df802839239613bbef283170791b1e9125ed1126e973dedfa64ad01 SHA512 32e5eb90291bbbe461111058f5fcaa185ba6ab004baf590687a152798f180c42a56e7c82e2177a95230bb255caf9ee7c7d45a45f7ad34c953c899dc5e1af7c64 -MISC metadata.xml 746 BLAKE2B 1d7662352841799b1ceef390a109fc8a189f14fe8426c556bb49f504a1ec0031ece4abb1e5eb2136a757630579d843da2539ce5098ba8f31e6f9555dd73f27c4 SHA512 5e6dfd34d1db54e822eed63835cae0fcdc9df7ac0cb2c194f5a91788cab179138e075cb2373a005b6b7fb9ececf0bd8a4c8b8bcb98cf454e81881f7b531980cb 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 |