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-sphinxext: metadata.xml stsci-sphinxext-1.2.1.ebuild Manifest ChangeLog
Date: Wed, 05 Feb 2014 23:22:38
Message-Id: 20140205232234.3DF4A2004C@flycatcher.gentoo.org
1 bicatali 14/02/05 23:22:34
2
3 Added: metadata.xml stsci-sphinxext-1.2.1.ebuild Manifest
4 ChangeLog
5 Log:
6 Initial import
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.1 dev-python/stsci-sphinxext/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/stsci-sphinxext/metadata.xml?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/stsci-sphinxext/metadata.xml?rev=1.1&content-type=text/plain
15
16 Index: metadata.xml
17 ===================================================================
18 <?xml version="1.0" encoding="UTF-8"?>
19 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
20 <pkgmetadata>
21 <herd>python</herd>
22 <longdescription>
23 This project contains extensions to Sphinx to build documentation
24 from Space Telescope Science Institute.
25 </longdescription>
26 <upstream>
27 <remote-id type="pypi">stsci.sphinxext</remote-id>
28 </upstream>
29 </pkgmetadata>
30
31
32
33 1.1 dev-python/stsci-sphinxext/stsci-sphinxext-1.2.1.ebuild
34
35 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/stsci-sphinxext/stsci-sphinxext-1.2.1.ebuild?rev=1.1&view=markup
36 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/stsci-sphinxext/stsci-sphinxext-1.2.1.ebuild?rev=1.1&content-type=text/plain
37
38 Index: stsci-sphinxext-1.2.1.ebuild
39 ===================================================================
40 # Copyright 1999-2014 Gentoo Foundation
41 # Distributed under the terms of the GNU General Public License v2
42 # $Header: /var/cvsroot/gentoo-x86/dev-python/stsci-sphinxext/stsci-sphinxext-1.2.1.ebuild,v 1.1 2014/02/05 23:22:34 bicatali Exp $
43
44 EAPI=5
45
46 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
47 MY_PN=${PN/-/.}
48 MY_P=${MY_PN}-${PV}
49
50 inherit distutils-r1
51
52 DESCRIPTION="Tools and templates to customize Sphinx for STScI projects"
53 HOMEPAGE="http://www.stsci.edu/resources/software_hardware/stsci_python"
54 SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
55
56 LICENSE="BSD"
57 SLOT="0"
58 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
59 IUSE=""
60
61 RDEPEND="
62 dev-python/matplotlib[${PYTHON_USEDEP}]
63 dev-python/numpydoc[python_targets_python2_6?,python_targets_python2_7?]"
64 DEPEND="${RDEPEND}
65 dev-python/setuptools[${PYTHON_USEDEP}]"
66
67 S="${WORKDIR}/${MY_P}"
68
69
70
71 1.1 dev-python/stsci-sphinxext/Manifest
72
73 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/stsci-sphinxext/Manifest?rev=1.1&view=markup
74 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/stsci-sphinxext/Manifest?rev=1.1&content-type=text/plain
75
76 Index: Manifest
77 ===================================================================
78 DIST stsci.sphinxext-1.2.1.tar.gz 75591 SHA256 17ae92d3ee683b0ac11a0f9a8b3862207aa7790f188147dd0de6a99721776f5a SHA512 98860d6748a6be00a853b12adb283ec138c8111d7c990c5ae7f493089eb5974943aa9fb101ec8b4f280b77c49d07ce6d44c50384477d57710ded0f3382155943 WHIRLPOOL 7a44b4097e1adb88cd8bbc7c900f42702eb8cc9f100239cbdc902ec0be667085bf639c7bd37ca633e33a873edd570fd3f8b624134dd68213d49173de2e701f9d
79 EBUILD stsci-sphinxext-1.2.1.ebuild 844 SHA256 c483be6111e2102a5be17ef52b37a9a8dfb55ab03d18956228405f4161ec1c48 SHA512 f177819d4c32a43753741888a17faa5bc3ec9ce50531b5f51634f5953c650f33f1861a49aaeb2fda8d12d6859db20f145035b38ad939345c9ba2009cba579fb9 WHIRLPOOL 59969ed80d1932225484312eb3812de55e79cdb9f8d53e74917b6d0c429fd0eeee8af66ec9e75ba1de5794d137b36b1bd95146d80a9d3236180759160cb958cb
80 MISC metadata.xml 382 SHA256 250b4712d2e776844af3c5d2b7094b84dfa7d36a609624acc4eb031dd971569b SHA512 be1b2e52f36bc62fbdee46afc0407fb758381081878ab9ba890210be62e084532896937d6e2c0f3afa0c62e1466c2515244fbb7120aa6b43b5fddb130d4e8ef3 WHIRLPOOL e5c113becedd9be0ca2a7ca8dd0aca99490610381ee769d3f61d9563301e77bb1482613053adee75de26c8d4962dfc9951f8522c1787c22953d6c7f07380330f
81
82
83
84 1.1 dev-python/stsci-sphinxext/ChangeLog
85
86 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/stsci-sphinxext/ChangeLog?rev=1.1&view=markup
87 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/stsci-sphinxext/ChangeLog?rev=1.1&content-type=text/plain
88
89 Index: ChangeLog
90 ===================================================================
91 # ChangeLog for dev-python/stsci-sphinxext
92 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
93 # $Header: /var/cvsroot/gentoo-x86/dev-python/stsci-sphinxext/ChangeLog,v 1.1 2014/02/05 23:22:34 bicatali Exp $
94
95 *stsci-sphinxext-1.2.1 (05 Feb 2014)
96
97 05 Feb 2014; Sébastien Fabbro <bicatali@g.o> +metadata.xml,
98 +stsci-sphinxext-1.2.1.ebuild:
99 Initial import