Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytz/
Date: Tue, 29 Sep 2015 10:07:11
Message-Id: 1443521217.426b21e4fdee0a8b0b5651cb45a785757264737b.jlec@gentoo
1 commit: 426b21e4fdee0a8b0b5651cb45a785757264737b
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 29 10:06:57 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 29 10:06:57 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=426b21e4
7
8 dev-python/pytz: Drop old
9
10 obsoletes
11
12 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=555404
13
14 Package-Manager: portage-2.2.22
15 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
16
17 dev-python/pytz/Manifest | 1 -
18 dev-python/pytz/pytz-2014.10.ebuild | 31 -------------------------------
19 2 files changed, 32 deletions(-)
20
21 diff --git a/dev-python/pytz/Manifest b/dev-python/pytz/Manifest
22 index 4e944b0..5d623ce 100644
23 --- a/dev-python/pytz/Manifest
24 +++ b/dev-python/pytz/Manifest
25 @@ -1,3 +1,2 @@
26 -DIST pytz-2014.10.tar.bz2 166213 SHA256 387f968fde793b142865802916561839f5591d8b4b14c941125eb0fca7e4e58d SHA512 870ab2dd4e7ebd0e5eb22fe888978f17678ba4ae72aca5106ca5a5fbdb6c4204de18ccbe27124a9f252546b030872d070c016350602aa5f7d1b68c43fa5367ec WHIRLPOOL d1f9cc2a1fcf67d22cad7e61d7634dd5d1c575bc47d72159a5394cdc9804c144093a516b3b8e90d685f4f9a469eb7e4bae3909ea8dcf839369cb3f1454919081
27 DIST pytz-2015.4.tar.bz2 157361 SHA256 a78b484d5472dd8c688f8b3eee18646a25c66ce45b2c26652850f6af9ce52b17 SHA512 ade31780d5d91cb519e69b38f8828e1cf94b5b388a3efd80db42b7a5e5603f43f5726f7aecfd08c78d3637a3017910f3ed1a7727ec291f6579a41882c6289ca4 WHIRLPOOL 7804617d21de5e6212ccc1f17651c8e76a94374af22f542cd6eb54fc6951d0b6ec42cd7623162074994573b6bba492d92397a584277b423742c15b68cb930ae7
28 DIST pytz-2015.6.tar.bz2 156925 SHA256 01eed1b2226dc386d8e467a2ff8c4f1aa08c65d5d7e7c43aa094bd45d5bd68ba SHA512 e6e117d85c0a0310b115cfaae2b9d5957641f8367a7890f4e1afed8129e77c6a08b733b985c06d5f3fe5bbfa565387826883864b79dd4946065561a60ad24f35 WHIRLPOOL 255684e9f24353aeda2f26fc89216aef3b34a87a74df4dc758f87da31cedce6d372d405d37e8c538b786324c6ce03da177d3429438999ecfd744009fd7bbbbe9
29
30 diff --git a/dev-python/pytz/pytz-2014.10.ebuild b/dev-python/pytz/pytz-2014.10.ebuild
31 deleted file mode 100644
32 index eac9d86..0000000
33 --- a/dev-python/pytz/pytz-2014.10.ebuild
34 +++ /dev/null
35 @@ -1,31 +0,0 @@
36 -# Copyright 1999-2015 Gentoo Foundation
37 -# Distributed under the terms of the GNU General Public License v2
38 -# $Id$
39 -
40 -EAPI=5
41 -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 )
42 -inherit distutils-r1
43 -
44 -DESCRIPTION="World timezone definitions for Python"
45 -HOMEPAGE="http://pythonhosted.org/pytz/"
46 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.bz2"
47 -
48 -LICENSE="MIT"
49 -SLOT="0"
50 -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
51 -IUSE=""
52 -
53 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
54 - >=sys-libs/timezone-data-2014i"
55 -RDEPEND="${DEPEND}"
56 -
57 -PATCHES=(
58 - # Use timezone-data zoneinfo.
59 - "${FILESDIR}/${PN}-2009j-zoneinfo.patch"
60 - # ...and do not install a copy of it.
61 - "${FILESDIR}/${PN}-2009h-zoneinfo-noinstall.patch"
62 -)
63 -
64 -python_test() {
65 - "${PYTHON}" pytz/tests/test_tzinfo.py -v || die "Tests fail with ${EPYTHON}"
66 -}