diff options
author | 2020-04-06 08:35:26 +0300 | |
---|---|---|
committer | 2020-04-06 08:38:06 +0300 | |
commit | 7622f900c65bed93baa22c98c8b09cce1af77e64 (patch) | |
tree | fdb9fda6b1291d0ed16223e0968f7ab337335890 /dev-python/deform | |
parent | net-news/newsboat: unmaintain (diff) | |
download | gentoo-7622f900c65bed93baa22c98c8b09cce1af77e64.tar.gz gentoo-7622f900c65bed93baa22c98c8b09cce1af77e64.tar.bz2 gentoo-7622f900c65bed93baa22c98c8b09cce1af77e64.zip |
dev-python: mass last-rites removal
Closes: https://bugs.gentoo.org/711808
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'dev-python/deform')
-rw-r--r-- | dev-python/deform/Manifest | 1 | ||||
-rw-r--r-- | dev-python/deform/deform-0.9.9.ebuild | 40 | ||||
-rw-r--r-- | dev-python/deform/metadata.xml | 12 |
3 files changed, 0 insertions, 53 deletions
diff --git a/dev-python/deform/Manifest b/dev-python/deform/Manifest deleted file mode 100644 index cc2a5fcca576..000000000000 --- a/dev-python/deform/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST deform-0.9.9.tar.gz 1336829 BLAKE2B 45ef40587e308f889ab8088abea51756291289c44d2ccbc63cafffea57d885360ef750860f95436a3e6d1b4f16ba67e8ebac69ff8281466227655a51a813c00b SHA512 f0f615415696adba8add8f37c7ab8b8d213ec6d1eb68e2322961cef46df9e381b2368515b524d71eed110a33aa8a7f0aee8302e39b4d6a8871a0eb78108aca11 diff --git a/dev-python/deform/deform-0.9.9.ebuild b/dev-python/deform/deform-0.9.9.ebuild deleted file mode 100644 index 156ec54b8cc4..000000000000 --- a/dev-python/deform/deform-0.9.9.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python3_6 ) -inherit distutils-r1 - -DESCRIPTION="Another form generation library" -HOMEPAGE="https://docs.pylonsproject.org/projects/deform/en/latest/ https://pypi.org/project/deform/ https://github.com/Pylons/deform" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="repoze" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="test" -# tests require zope.deprecation -RESTRICT="test" - -RDEPEND=">=dev-python/translationstring-1.1[${PYTHON_USEDEP}] - >=dev-python/colander-1.0_alpha1[${PYTHON_USEDEP}] - >=dev-python/peppercorn-0.4[${PYTHON_USEDEP}] - >=dev-python/chameleon-1.2.3[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - test? ( dev-python/beautifulsoup:4[${PYTHON_USEDEP}] )" - -# Include COPYRIGHT.txt because the license seems to require it. -DOCS=( CHANGES.txt COPYRIGHT.txt README.txt ) - -src_install() { - distutils-r1_src_install - - # Install only the .rst source, as sphinx processing requires - # a theme only available from git that contains hardcoded - # references to files on https://static.pylonsproject.org/ (so - # the docs would not actually work offline). Install the - # source, which is somewhat readable. - docinto docs - dodoc docs/*.rst -} diff --git a/dev-python/deform/metadata.xml b/dev-python/deform/metadata.xml deleted file mode 100644 index 50bfc6978916..000000000000 --- a/dev-python/deform/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>python@gentoo.org</email> - <name>Python</name> - </maintainer> - <upstream> - <remote-id type="pypi">deform</remote-id> - <remote-id type="github">Pylons/deform</remote-id> - </upstream> -</pkgmetadata> |