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/stsci-distutils: stsci-distutils-0.3.7.ebuild ChangeLog
Date: Tue, 28 Jan 2014 18:00:28
Message-Id: 20140128180024.8252E2004C@flycatcher.gentoo.org
1 bicatali 14/01/28 18:00:24
2
3 Modified: ChangeLog
4 Added: stsci-distutils-0.3.7.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.15 dev-python/stsci-distutils/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/stsci-distutils/ChangeLog?rev=1.15&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/stsci-distutils/ChangeLog?rev=1.15&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/stsci-distutils/ChangeLog?r1=1.14&r2=1.15
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/stsci-distutils/ChangeLog,v
20 retrieving revision 1.14
21 retrieving revision 1.15
22 diff -u -r1.14 -r1.15
23 --- ChangeLog 5 Sep 2013 18:46:55 -0000 1.14
24 +++ ChangeLog 28 Jan 2014 18:00:24 -0000 1.15
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-python/stsci-distutils
27 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/stsci-distutils/ChangeLog,v 1.14 2013/09/05 18:46:55 mgorny Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-python/stsci-distutils/ChangeLog,v 1.15 2014/01/28 18:00:24 bicatali Exp $
31 +
32 +*stsci-distutils-0.3.7 (28 Jan 2014)
33 +
34 + 28 Jan 2014; Sébastien Fabbro <bicatali@g.o>
35 + +stsci-distutils-0.3.7.ebuild:
36 + Version bump
37
38 05 Sep 2013; Michał Górny <mgorny@g.o> stsci-distutils-0.3.2-r1.ebuild,
39 stsci-distutils-0.3.4.ebuild:
40
41
42
43 1.1 dev-python/stsci-distutils/stsci-distutils-0.3.7.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/stsci-distutils/stsci-distutils-0.3.7.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/stsci-distutils/stsci-distutils-0.3.7.ebuild?rev=1.1&content-type=text/plain
47
48 Index: stsci-distutils-0.3.7.ebuild
49 ===================================================================
50 # Copyright 1999-2014 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-python/stsci-distutils/stsci-distutils-0.3.7.ebuild,v 1.1 2014/01/28 18:00:24 bicatali Exp $
53
54 EAPI=5
55
56 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
57 MY_PN=${PN/-/.}
58 MY_P=${MY_PN}-${PV}
59
60 inherit distutils-r1
61
62 DESCRIPTION="Utilities used to package some of STScI's Python projects"
63 HOMEPAGE="http://www.stsci.edu/resources/software_hardware/stsci_python"
64 SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
65
66 LICENSE="BSD"
67 SLOT="0"
68 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
69 IUSE=""
70
71 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
72 dev-python/d2to1[${PYTHON_USEDEP}]"
73 RDEPEND="${DEPEND}"
74
75 S="${WORKDIR}/${MY_P}"