diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-05-02 14:15:20 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-05-02 15:11:12 +0200 |
commit | 38df2c4cf679ab5abdfae43332ed94f1d47026eb (patch) | |
tree | da9caf09cc5edd20486cb222c4d0a5b9dfae4a4d /dev-python | |
parent | dev-python/encore: Clean old versions up (diff) | |
download | gentoo-38df2c4cf679ab5abdfae43332ed94f1d47026eb.tar.gz gentoo-38df2c4cf679ab5abdfae43332ed94f1d47026eb.tar.bz2 gentoo-38df2c4cf679ab5abdfae43332ed94f1d47026eb.zip |
dev-python/pystache: Clean old versions up
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pystache/Manifest | 1 | ||||
-rw-r--r-- | dev-python/pystache/pystache-0.5.3.ebuild | 26 |
2 files changed, 0 insertions, 27 deletions
diff --git a/dev-python/pystache/Manifest b/dev-python/pystache/Manifest index b481d0b27caa..1c50f74d274a 100644 --- a/dev-python/pystache/Manifest +++ b/dev-python/pystache/Manifest @@ -1,2 +1 @@ -DIST pystache-0.5.3.tar.gz 74827 SHA256 445c8663291abf11305693ecac7b9f3ff976555f5506ccc05a0353260a5a16dc SHA512 2b77f3e26cf37e663b7414e5ca95667f8332bb1005ae835775543c0d2c282f0c7bd8ded3f1e06da930247e39e5d206fb3f90d80e7c556b98cd69d4be74836843 WHIRLPOOL ae6ff420d95c36e61c7e95f12dcfb0ef18c7fc9f114b250a9cecda86fafa0acd66d959fbfe47802d0558fcce929c5be89f5d0c5f76a8bac08e26078a60766ef7 DIST pystache-0.5.4.tar.gz 75131 SHA256 f7bbc265fb957b4d6c7c042b336563179444ab313fb93a719759111eabd3b85a SHA512 4ac325e1431f58f740218c9ec309821db82d89989ef4ca7fc3536dea0ef1c90e8e85ebaa7df27f33129ca02252b84bcbd7429a1ed999b496f62f174dd66502cb WHIRLPOOL ced73b06095323eb56f215aa68517ea32b8b4ba51b34ab71c861d09bdebbae91e6b05ed162a75592e40f5d18691a5df16e3dd1678789c4e6c4ccee2789201cbd diff --git a/dev-python/pystache/pystache-0.5.3.ebuild b/dev-python/pystache/pystache-0.5.3.ebuild deleted file mode 100644 index 53d3bd4685ea..000000000000 --- a/dev-python/pystache/pystache-0.5.3.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) -inherit distutils-r1 - -DESCRIPTION="Mustache for Python" -HOMEPAGE="https://github.com/defunkt/pystache" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="test" - -RDEPEND="" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/nose[${PYTHON_USEDEP}] )" - -python_test() { - cd "${BUILD_DIR}"/lib - nosetests || die -} |