Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jingo/
Date: Thu, 04 Jan 2018 21:50:51
Message-Id: 1515102633.913f2227057c593916f8f928373fc6df54bb53fe.mgorny@gentoo
1 commit: 913f2227057c593916f8f928373fc6df54bb53fe
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 4 20:39:07 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 4 21:50:33 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=913f2227
7
8 dev-python/jingo: Clean old up
9
10 dev-python/jingo/Manifest | 1 -
11 dev-python/jingo/jingo-0.7.ebuild | 19 -------------------
12 2 files changed, 20 deletions(-)
13
14 diff --git a/dev-python/jingo/Manifest b/dev-python/jingo/Manifest
15 index 262ebe2880a..139a1719fb1 100644
16 --- a/dev-python/jingo/Manifest
17 +++ b/dev-python/jingo/Manifest
18 @@ -1,2 +1 @@
19 -DIST jingo-0.7.tar.gz 9365 BLAKE2B c384719f789598a38c5acd662be581344ed96d1030920dcbde78c8a57523f336b0ad060f798bc628ed2d22d8001b7b0e75621149a73d743583e69531dcd08df3 SHA512 7358c20371d761ad147aaa2991056d1789d6a80d645741d816c38369abc469911ca6a1ab4324e7b1243832605fd80cdb3df89610106d2a850f634f1595da254d
20 DIST jingo-0.9.0.tar.gz 10536 BLAKE2B b7cf8cf544c44dc74d750f85e5abf43a0d58bbb13a814610b7dd970995ec8e2c4b94d6b46f20be7031a1755fa47e9c28aa98f17d08bacdb967373924302c7739 SHA512 ec064df61639a96dcd0f0b8383d93a650928035e8744f600bd55e42e2ca4b2436db9cff3d75780d2803e9a326fa17308c424c693e14553c9b9a3b45e4132989a
21
22 diff --git a/dev-python/jingo/jingo-0.7.ebuild b/dev-python/jingo/jingo-0.7.ebuild
23 deleted file mode 100644
24 index 52c0324c275..00000000000
25 --- a/dev-python/jingo/jingo-0.7.ebuild
26 +++ /dev/null
27 @@ -1,19 +0,0 @@
28 -# Copyright 1999-2015 Gentoo Foundation
29 -# Distributed under the terms of the GNU General Public License v2
30 -
31 -EAPI=5
32 -PYTHON_COMPAT=( python{2_7,3_4} pypy )
33 -
34 -inherit distutils-r1
35 -
36 -DESCRIPTION="An adapter for using Jinja2 templates with Django"
37 -HOMEPAGE="https://github.com/jbalogh/jingo/"
38 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
39 -
40 -LICENSE="BSD"
41 -SLOT="0"
42 -KEYWORDS="amd64 x86"
43 -IUSE=""
44 -
45 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
46 -RDEPEND="dev-python/jinja[${PYTHON_USEDEP}]"