dev-python/chameleon: Clean old up
authorMichał Górny <mgorny@gentoo.org>
Tue, 2 Jan 2018 22:40:30 +0000 (23:40 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 3 Jan 2018 09:11:09 +0000 (10:11 +0100)
dev-python/chameleon/Manifest
dev-python/chameleon/chameleon-2.16.ebuild [deleted file]

index d64f67a3f52c0507d472bd08de3d3f46c9064040..bc39bd9f5ada75e27b7a0504b81bba6a9487e1b4 100644 (file)
@@ -1,2 +1 @@
-DIST Chameleon-2.16.tar.gz 200838 BLAKE2B 0073d2f9d3903888b672b0b229af5dffb46dfbe455a23a70a3f02d0a49271c9cdc6d10af8b48448607421a426fb05b9dea1733e7931fb6b17fac7d6b9d296f90 SHA512 a6f1491a11e55231ed5304b297d749dd590f1d0340732e00d20e4af1b311df297df2a72cc79f0e4949e5ac00acb9dec29dcb50423facb2b3bcff6ad3d1d75350
 DIST Chameleon-2.25.tar.gz 193965 BLAKE2B a6ae7768c52807a82229d75fc044116a77df5ae3032a98e44558a1d2b3ee2f427f3291b7c2895639050ea1e9fda0e6868ca7b8299cbbf1d5e1b0714af0d835c0 SHA512 b2ffc05c6ab5268757ae6a93a0579d8031dfe7e09882f0f3f0b9a25677ecf896af99a8e7cf6bec98648e9c8526365e7e517bc174d36137734968d80f3f14a05d
diff --git a/dev-python/chameleon/chameleon-2.16.ebuild b/dev-python/chameleon/chameleon-2.16.ebuild
deleted file mode 100644 (file)
index 5d3e5de..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_4} pypy )
-
-inherit distutils-r1
-
-MY_PN="Chameleon"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Fast HTML/XML template compiler for Python"
-HOMEPAGE="http://chameleon.repoze.org https://pypi.python.org/pypi/Chameleon"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="repoze"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="doc test"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-       doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
-RDEPEND=""
-
-S="${WORKDIR}/${MY_P}"
-
-python_compile_all() {
-       use doc && emake html
-}
-
-python_test() {
-       esetup.py test
-}
-
-python_install_all() {
-       use doc && local HTML_DOCS=( _build/html/{[a-z]*,_static} )
-
-       distutils-r1_python_install_all
-}