mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-25 21:08:35 -07:00
dev-python/deform: Clean old versions up
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user