diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-05-02 16:42:00 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-05-02 17:14:46 +0200 |
commit | 6fa5e81dc9b863215981cb20d64e1972c5704fea (patch) | |
tree | 7090981dd3cc1715a758d79f19c784e046c1ae3a /dev-python/jingo/jingo-0.8.2.ebuild | |
parent | dev-python/logilab-common: Clean old versions up (diff) | |
download | gentoo-6fa5e81dc9b863215981cb20d64e1972c5704fea.tar.gz gentoo-6fa5e81dc9b863215981cb20d64e1972c5704fea.tar.bz2 gentoo-6fa5e81dc9b863215981cb20d64e1972c5704fea.zip |
dev-python/jingo: Clean old versions up
Diffstat (limited to 'dev-python/jingo/jingo-0.8.2.ebuild')
-rw-r--r-- | dev-python/jingo/jingo-0.8.2.ebuild | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/dev-python/jingo/jingo-0.8.2.ebuild b/dev-python/jingo/jingo-0.8.2.ebuild deleted file mode 100644 index 4a89c1e0bd2d..000000000000 --- a/dev-python/jingo/jingo-0.8.2.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2015 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 - -DESCRIPTION="An adapter for using Jinja2 templates with Django" -HOMEPAGE="https://github.com/jbalogh/jingo/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="dev-python/jinja[${PYTHON_USEDEP}]" |