diff options
author | Virgil Dupras <vdupras@gentoo.org> | 2018-09-03 09:25:58 -0400 |
---|---|---|
committer | Virgil Dupras <vdupras@gentoo.org> | 2018-09-03 09:33:12 -0400 |
commit | 630c0c57527ac4e3e0aac96eec0f26738a43d98a (patch) | |
tree | 30fde206708aa6c06c9ad0c572d78b98a9a9e8e4 /dev-python/jingo | |
parent | dev-python/Coffin: remove last-rited package (diff) | |
download | gentoo-630c0c57527ac4e3e0aac96eec0f26738a43d98a.tar.gz gentoo-630c0c57527ac4e3e0aac96eec0f26738a43d98a.tar.bz2 gentoo-630c0c57527ac4e3e0aac96eec0f26738a43d98a.zip |
dev-python/jingo: remove last-rited package
Bug: https://bugs.gentoo.org/662632
Diffstat (limited to 'dev-python/jingo')
-rw-r--r-- | dev-python/jingo/Manifest | 1 | ||||
-rw-r--r-- | dev-python/jingo/jingo-0.9.0.ebuild | 19 | ||||
-rw-r--r-- | dev-python/jingo/metadata.xml | 9 |
3 files changed, 0 insertions, 29 deletions
diff --git a/dev-python/jingo/Manifest b/dev-python/jingo/Manifest deleted file mode 100644 index 139a1719fb17..000000000000 --- a/dev-python/jingo/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST jingo-0.9.0.tar.gz 10536 BLAKE2B b7cf8cf544c44dc74d750f85e5abf43a0d58bbb13a814610b7dd970995ec8e2c4b94d6b46f20be7031a1755fa47e9c28aa98f17d08bacdb967373924302c7739 SHA512 ec064df61639a96dcd0f0b8383d93a650928035e8744f600bd55e42e2ca4b2436db9cff3d75780d2803e9a326fa17308c424c693e14553c9b9a3b45e4132989a diff --git a/dev-python/jingo/jingo-0.9.0.ebuild b/dev-python/jingo/jingo-0.9.0.ebuild deleted file mode 100644 index 77618d3706d4..000000000000 --- a/dev-python/jingo/jingo-0.9.0.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} 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}]" diff --git a/dev-python/jingo/metadata.xml b/dev-python/jingo/metadata.xml deleted file mode 100644 index a798b91934e7..000000000000 --- a/dev-python/jingo/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <upstream> - <remote-id type="pypi">jingo</remote-id> - <remote-id type="github">jbalogh/jingo</remote-id> - </upstream> -</pkgmetadata> |