Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/python-dateutil: ChangeLog python-dateutil-2.4.1-r1.ebuild python-dateutil-2.4.1.ebuild
Date: Mon, 30 Mar 2015 00:57:16
Message-Id: 20150330005707.745F514CFF@oystercatcher.gentoo.org
1 idella4 15/03/30 00:57:06
2
3 Modified: ChangeLog
4 Added: python-dateutil-2.4.1-r1.ebuild
5 Removed: python-dateutil-2.4.1.ebuild
6 Log:
7 revbump; upstream added missing testsuite to already released 2.4.1, rm the 2.4.1.ebuild to avoid confusion over new hash values and the renamed file @ pypi
8
9 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
10
11 Revision Changes Path
12 1.72 dev-python/python-dateutil/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-dateutil/ChangeLog?rev=1.72&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-dateutil/ChangeLog?rev=1.72&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-dateutil/ChangeLog?r1=1.71&r2=1.72
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/ChangeLog,v
21 retrieving revision 1.71
22 retrieving revision 1.72
23 diff -u -r1.71 -r1.72
24 --- ChangeLog 25 Mar 2015 14:33:07 -0000 1.71
25 +++ ChangeLog 30 Mar 2015 00:57:06 -0000 1.72
26 @@ -1,6 +1,14 @@
27 # ChangeLog for dev-python/python-dateutil
28 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/ChangeLog,v 1.71 2015/03/25 14:33:07 idella4 Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/ChangeLog,v 1.72 2015/03/30 00:57:06 idella4 Exp $
31 +
32 +*python-dateutil-2.4.1-r1 (30 Mar 2015)
33 +
34 + 30 Mar 2015; Ian Delaney <idella4@g.o>
35 + +python-dateutil-2.4.1-r1.ebuild, -python-dateutil-2.4.1.ebuild:
36 + revbump; upstream added missing testsuite to already released 2.4.1, rm the
37 + 2.4.1.ebuild to avoid confusion over new hash values and the renamed file @
38 + pypi
39
40 *python-dateutil-2.4.1 (25 Mar 2015)
41
42
43
44
45 1.1 dev-python/python-dateutil/python-dateutil-2.4.1-r1.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-dateutil/python-dateutil-2.4.1-r1.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-dateutil/python-dateutil-2.4.1-r1.ebuild?rev=1.1&content-type=text/plain
49
50 Index: python-dateutil-2.4.1-r1.ebuild
51 ===================================================================
52 # Copyright 1999-2015 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $Header: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/python-dateutil-2.4.1-r1.ebuild,v 1.1 2015/03/30 00:57:06 idella4 Exp $
55
56 EAPI=5
57 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
58
59 inherit distutils-r1
60
61 DESCRIPTION="Extensions to the standard Python datetime module"
62 HOMEPAGE="https://dateutil.readthedocs.org/ https://pypi.python.org/pypi/python-dateutil https://github.com/dateutil/dateutil/"
63 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.post1.tar.gz"
64
65 LICENSE="BSD"
66 SLOT="0"
67 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
68 IUSE=""
69
70 RDEPEND=">=dev-python/six-1.5[${PYTHON_USEDEP}]
71 sys-libs/timezone-data"
72 DEPEND="${RDEPEND}
73 dev-python/setuptools[${PYTHON_USEDEP}]"
74
75 python_prepare_all() {
76 # don't install zoneinfo tarball
77 sed -i '/package_data=/d' setup.py || die
78
79 distutils-r1_python_prepare_all
80 }
81
82 python_test() {
83 esetup.py test
84 }