Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pytz: metadata.xml pytz-2013.9.ebuild ChangeLog
Date: Thu, 06 Feb 2014 06:34:42
Message-Id: 20140206063439.731302004C@flycatcher.gentoo.org
1 bicatali 14/02/06 06:34:39
2
3 Modified: metadata.xml ChangeLog
4 Added: pytz-2013.9.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2.8-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
9
10 Revision Changes Path
11 1.4 dev-python/pytz/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/metadata.xml?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/metadata.xml?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/metadata.xml?r1=1.3&r2=1.4
16
17 Index: metadata.xml
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/pytz/metadata.xml,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- metadata.xml 31 Mar 2012 17:02:44 -0000 1.3
24 +++ metadata.xml 6 Feb 2014 06:34:39 -0000 1.4
25 @@ -1,14 +1,16 @@
26 <?xml version="1.0" encoding="UTF-8"?>
27 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
28 <pkgmetadata>
29 - <herd>python</herd>
30 - <longdescription lang="en">pytz brings the Olson tz database into Python. This library allows
31 - accurate and cross platform timezone calculations using Python 2.3
32 - or higher. It also solves the issue of ambiguous times at the end of
33 - daylight savings, which you can read more about in the Python
34 - Library Reference (datetime.tzinfo).
35 - Amost all (over 540) of the Olson timezones are supported.</longdescription>
36 - <upstream>
37 - <remote-id type="pypi">pytz</remote-id>
38 - </upstream>
39 +<herd>python</herd>
40 +<longdescription lang="en">
41 + pytz brings the Olson tz database into Python. This library allows
42 + accurate and cross platform timezone calculations using Python 2.3
43 + or higher. It also solves the issue of ambiguous times at the end of
44 + daylight savings, which you can read more about in the Python
45 + Library Reference (datetime.tzinfo).
46 + Amost all (over 540) of the Olson timezones are supported.
47 +</longdescription>
48 +<upstream>
49 + <remote-id type="pypi">pytz</remote-id>
50 +</upstream>
51 </pkgmetadata>
52
53
54
55 1.161 dev-python/pytz/ChangeLog
56
57 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/ChangeLog?rev=1.161&view=markup
58 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/ChangeLog?rev=1.161&content-type=text/plain
59 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/ChangeLog?r1=1.160&r2=1.161
60
61 Index: ChangeLog
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo-x86/dev-python/pytz/ChangeLog,v
64 retrieving revision 1.160
65 retrieving revision 1.161
66 diff -u -r1.160 -r1.161
67 --- ChangeLog 7 Sep 2013 22:08:39 -0000 1.160
68 +++ ChangeLog 6 Feb 2014 06:34:39 -0000 1.161
69 @@ -1,6 +1,12 @@
70 # ChangeLog for dev-python/pytz
71 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
72 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/ChangeLog,v 1.160 2013/09/07 22:08:39 radhermit Exp $
73 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
74 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/ChangeLog,v 1.161 2014/02/06 06:34:39 bicatali Exp $
75 +
76 +*pytz-2013.9 (06 Feb 2014)
77 +
78 + 06 Feb 2014; Sébastien Fabbro <bicatali@g.o> +pytz-2013.9.ebuild,
79 + metadata.xml:
80 + Version bump
81
82 *pytz-2013d (07 Sep 2013)
83
84
85
86
87 1.1 dev-python/pytz/pytz-2013.9.ebuild
88
89 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/pytz-2013.9.ebuild?rev=1.1&view=markup
90 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/pytz-2013.9.ebuild?rev=1.1&content-type=text/plain
91
92 Index: pytz-2013.9.ebuild
93 ===================================================================
94 # Copyright 1999-2014 Gentoo Foundation
95 # Distributed under the terms of the GNU General Public License v2
96 # $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/pytz-2013.9.ebuild,v 1.1 2014/02/06 06:34:39 bicatali Exp $
97
98 EAPI=5
99 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
100 inherit distutils-r1
101
102 DESCRIPTION="World timezone definitions for Python"
103 HOMEPAGE="http://pythonhosted.org/pytz/"
104 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.bz2"
105
106 LICENSE="MIT"
107 SLOT="0"
108 KEYWORDS="~alpha ~amd64 ~arm ~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"
109 IUSE=""
110
111 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
112 >=sys-libs/timezone-data-2013i"
113 RDEPEND="${DEPEND}"
114
115 DOCS=( CHANGES.txt )
116
117 PATCHES=(
118 # Use timezone-data zoneinfo.
119 "${FILESDIR}/${PN}-2009j-zoneinfo.patch"
120 # ...and do not install a copy of it.
121 "${FILESDIR}/${PN}-2009h-zoneinfo-noinstall.patch"
122 )
123
124 python_test() {
125 "${PYTHON}" pytz/tests/test_tzinfo.py
126 }