Gentoo Archives: gentoo-commits

From: Slawek Lis <slis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/django-sekizai/
Date: Tue, 06 Jun 2017 06:25:55
Message-Id: 1496730223.0be3a21a3957691b56758beeb931c8b6a4056276.slis@gentoo
1 commit: 0be3a21a3957691b56758beeb931c8b6a4056276
2 Author: Slawomir Lis <slis <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 5 06:55:42 2017 +0000
4 Commit: Slawek Lis <slis <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 6 06:23:43 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0be3a21a
7
8 dev-python/django-sekizai: drop old
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-python/django-sekizai/Manifest | 2 --
13 .../django-sekizai/django-sekizai-0.8.2.ebuild | 27 ----------------------
14 .../django-sekizai/django-sekizai-0.9.0.ebuild | 27 ----------------------
15 3 files changed, 56 deletions(-)
16
17 diff --git a/dev-python/django-sekizai/Manifest b/dev-python/django-sekizai/Manifest
18 index 1c06e968556..8cea03f6cab 100644
19 --- a/dev-python/django-sekizai/Manifest
20 +++ b/dev-python/django-sekizai/Manifest
21 @@ -1,3 +1 @@
22 DIST django-sekizai-0.10.0.tar.gz 18731 SHA256 39c5d16ad694aa78278ca84fdc7b9f953ebcf94e2fc95b68c875d02014303260 SHA512 f7e336fce652094394aa3d3f94f53dae0eb80bb3cc7715013f1c8d227b9f36b97746f572a8c5bfe278e41d73783b7a978f86967ec23a7a423f1c014d658347c2 WHIRLPOOL ffdaa0f6ace9e361f52bed0f977014f1e73530f721d6f99f55dbbec6335b9515e9575ed90f4f9307218e4793db81691163cf094cdb6a60bc5f9129a05d21d049
23 -DIST django-sekizai-0.8.2.tar.gz 166925 SHA256 cab1a4f445a9544036ba0b04cafd3102cecac1b313ab2e6a51bff773751298ae SHA512 dc9f8d38df4d2e61d285683e3922c480c8defecf1149d727db9e0d480c80efa488c4c192c54fa7edbf6e98111b460cba46ea904bea72dbfea567aef77a24120d WHIRLPOOL 9ddc8d345cdc1abbe8ca2f48102eb908b23a33fb09a3c9a720f9c7e278b59ecfe2aa9c2528fdcb47e10c35d86822898f188d19f79656b1c6e9ff2d933ad4c31b
24 -DIST django-sekizai-0.9.0.tar.gz 895007 SHA256 1fcf80f1238fe911a795bce6424589075fadc15200a121f493774b232aa334a4 SHA512 3ce523dacb08826fd1dbea6d3b3df966043983d127982e14fcd2322e1513224802a84102e9d5650f849c780b238ded9fa41d6c134f1bd29e90a735af7d589d99 WHIRLPOOL 9e11cb9d5542412ef08a52a3d39a44634ec2d94f6a43ff3e268bf6607f18d71944a56fac96afacc53ab3a429af2751ba8c4627608940e7cd2afb4fbc56f1e92c
25
26 diff --git a/dev-python/django-sekizai/django-sekizai-0.8.2.ebuild b/dev-python/django-sekizai/django-sekizai-0.8.2.ebuild
27 deleted file mode 100644
28 index 11565042832..00000000000
29 --- a/dev-python/django-sekizai/django-sekizai-0.8.2.ebuild
30 +++ /dev/null
31 @@ -1,27 +0,0 @@
32 -# Copyright 1999-2016 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI="5"
36 -
37 -PYTHON_COMPAT=( python2_7 )
38 -
39 -inherit distutils-r1
40 -
41 -DESCRIPTION="Django Template Blocks with extra functionality"
42 -HOMEPAGE="https://github.com/ojii/django-sekizai https://pypi.python.org/pypi/django-sekizai"
43 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
44 -
45 -LICENSE="BSD"
46 -KEYWORDS="~amd64 ~x86"
47 -SLOT="0"
48 -IUSE=""
49 -
50 -RDEPEND="
51 - >=dev-python/django-1.6
52 - >=dev-python/django-classy-tags-0.3.1
53 -"
54 -
55 -DEPEND="
56 - ${RDEPEND}
57 - dev-python/setuptools
58 -"
59
60 diff --git a/dev-python/django-sekizai/django-sekizai-0.9.0.ebuild b/dev-python/django-sekizai/django-sekizai-0.9.0.ebuild
61 deleted file mode 100644
62 index ec6f7538130..00000000000
63 --- a/dev-python/django-sekizai/django-sekizai-0.9.0.ebuild
64 +++ /dev/null
65 @@ -1,27 +0,0 @@
66 -# Copyright 1999-2016 Gentoo Foundation
67 -# Distributed under the terms of the GNU General Public License v2
68 -
69 -EAPI="5"
70 -
71 -PYTHON_COMPAT=( python{2_7,3_{4,5}} )
72 -
73 -inherit distutils-r1
74 -
75 -DESCRIPTION="Django Template Blocks with extra functionality"
76 -HOMEPAGE="https://github.com/ojii/django-sekizai https://pypi.python.org/pypi/django-sekizai"
77 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
78 -
79 -LICENSE="BSD"
80 -KEYWORDS="~amd64 ~x86"
81 -SLOT="0"
82 -IUSE=""
83 -
84 -RDEPEND="
85 - >=dev-python/django-1.6
86 - >=dev-python/django-classy-tags-0.3.1
87 -"
88 -
89 -DEPEND="
90 - ${RDEPEND}
91 - dev-python/setuptools
92 -"