summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-05-02 19:15:52 +0200
committerMichał Górny <mgorny@gentoo.org>2017-05-02 19:43:35 +0200
commit1a5652a646aa1b4849e90bcc97e335ccb092a8a7 (patch)
tree6f371bbd794e098a9e101eae9ebf51b0d8750c3a /dev-python/deform
parentdev-python/d2to1: Clean old versions up (diff)
downloadgentoo-1a5652a646aa1b4849e90bcc97e335ccb092a8a7.tar.gz
gentoo-1a5652a646aa1b4849e90bcc97e335ccb092a8a7.tar.bz2
gentoo-1a5652a646aa1b4849e90bcc97e335ccb092a8a7.zip
dev-python/deform: Clean old versions up
Diffstat (limited to 'dev-python/deform')
-rw-r--r--dev-python/deform/Manifest1
-rw-r--r--dev-python/deform/deform-0.9.8.ebuild40
2 files changed, 0 insertions, 41 deletions
diff --git a/dev-python/deform/Manifest b/dev-python/deform/Manifest
index 41580168f61d..8cce7b30a559 100644
--- a/dev-python/deform/Manifest
+++ b/dev-python/deform/Manifest
@@ -1,2 +1 @@
-DIST deform-0.9.8.tar.gz 1336542 SHA256 fd4a4f216d939423a4fe5ef86ec9523b0f5f048cc37a7c9beed3d8316a06a094 SHA512 561fb7bdeefa848c2eeac3a36a13116409be0b9c90ef515fc9a3ac8f31e071767a155734a104ac261794caf35d0aacd434f243f19ffe4321fdabac3d9ccec789 WHIRLPOOL 4fd24743b0b01a279a193b6b24a4743d03c2bf7fa272f58953343e497f35fd1c835f3e0c9fd53ec9bdfdbe239d754ca927458b16696acc1b79c06c0fcc6f295e
DIST deform-0.9.9.tar.gz 1336829 SHA256 a0ddbeba3ed5f4b061a2c83423e00a421003600868d71021816897dfa1d4b77a SHA512 f0f615415696adba8add8f37c7ab8b8d213ec6d1eb68e2322961cef46df9e381b2368515b524d71eed110a33aa8a7f0aee8302e39b4d6a8871a0eb78108aca11 WHIRLPOOL fa3a2462ae3f9d5ec81305c15efb2ceca0335dde12f3ef801933caf306dcfd3c95d989f2c61e940a757b9a029e5a090fa05435b24b5d18b3665bdbfc6975c602
diff --git a/dev-python/deform/deform-0.9.8.ebuild b/dev-python/deform/deform-0.9.8.ebuild
deleted file mode 100644
index a59c8350520c..000000000000
--- a/dev-python/deform/deform-0.9.8.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 pypy )
-inherit distutils-r1
-
-DESCRIPTION="Another form generation library"
-HOMEPAGE="http://docs.pylonsproject.org/projects/deform/en/latest/ https://pypi.python.org/pypi/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 || die
-}