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/datashape: metadata.xml datashape-0.1.0.ebuild Manifest ChangeLog
Date: Mon, 10 Feb 2014 20:28:53
Message-Id: 20140210202850.9C31D2004C@flycatcher.gentoo.org
1 bicatali 14/02/10 20:28:50
2
3 Added: metadata.xml datashape-0.1.0.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/datashape/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/datashape/metadata.xml?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/datashape/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 lang="en">
23 DataShape is a language for describing data. It is an extension of
24 the NumPy dtype with an emphasis on cross language support.
25 </longdescription>
26 </pkgmetadata>
27
28
29
30 1.1 dev-python/datashape/datashape-0.1.0.ebuild
31
32 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/datashape/datashape-0.1.0.ebuild?rev=1.1&view=markup
33 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/datashape/datashape-0.1.0.ebuild?rev=1.1&content-type=text/plain
34
35 Index: datashape-0.1.0.ebuild
36 ===================================================================
37 # Copyright 1999-2014 Gentoo Foundation
38 # Distributed under the terms of the GNU General Public License v2
39 # $Header: /var/cvsroot/gentoo-x86/dev-python/datashape/datashape-0.1.0.ebuild,v 1.1 2014/02/10 20:28:50 bicatali Exp $
40
41 EAPI=5
42
43 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
44
45 inherit distutils-r1
46
47 DESCRIPTION="Language defining a data description protocol"
48 HOMEPAGE="https://github.com/ContinuumIO/datashape"
49 SRC_URI="https://github.com/ContinuumIO/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
50
51 LICENSE="BSD"
52 SLOT="0"
53 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
54 IUSE="doc test"
55
56 RDEPEND="
57 dev-python/ply[${PYTHON_USEDEP}]
58 dev-python/numpy[${PYTHON_USEDEP}]
59 "
60 DEPEND="${RDEPEND}
61 doc? ( dev-python/sphinx )
62 test? ( dev-python/nose[${PYTHON_USEDEP}] )
63 "
64
65 python_compile_all() {
66 use doc && emake -C docs html
67 }
68
69 python_test() {
70 cd "${BUILD_DIR}"/lib* || die
71 nosetests -v || die
72 }
73
74 python_install_all() {
75 use doc && local HTML_DOCS=( docs/build/html/. )
76 distutils-r1_python_install_all
77 }
78
79
80
81 1.1 dev-python/datashape/Manifest
82
83 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/datashape/Manifest?rev=1.1&view=markup
84 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/datashape/Manifest?rev=1.1&content-type=text/plain
85
86 Index: Manifest
87 ===================================================================
88 DIST datashape-0.1.0.tar.gz 61707 SHA256 7f8f25bb628eb84f6a47abe8349384b3344ccec6cf868d6457008e13daaf19b5 SHA512 9c5723b065233cd6fde05228503cb3a144a9146f982c6a6a3316fda955dc6daaac8e7c1c31f6300b3e0e367274b7fdc2ca74642d999e03951bbc936e512f9d14 WHIRLPOOL da41532ee679d9090b89b8ddc45353c3a6090e23823647ad6207476db3a32df6a0169c09dbe4480ed4b0398c530ad47513db5b38a405fc79707d065f78871cfa
89 EBUILD datashape-0.1.0.ebuild 985 SHA256 ca026a6eeee3c5d59ccc621f88f4073dc2ff6247b5c8d640d477677da717bcd2 SHA512 64c4eeab532c57f55bee9407677db178aaeb031fbb5323c2e59c01f6c7487f1ba9149cbfbb0b60040d81658d01449c170437d7c03a84b4c2cef670e945b34f88 WHIRLPOOL 7ca53ce0ce6cbb37ec1220778fbdf0e836b61b7a82058d71bcc4106fadb6d3528bb86cac64d0f50842a341c9e2a2e06d7ed0f50027e9f9943b6f4f4eb6616940
90 MISC metadata.xml 337 SHA256 cc799b084d7b02eeedd9866b24d37e6f6d7a61ed6534a934062ca40a377e881a SHA512 ece3f13f7a6d47daff2603ff8b7f8d726039ef44fb3e4a9c379fae3df6699a6910c369a949b087a1e515e4462c5d28f30cc57d19f863ff32074d2b8d35234a44 WHIRLPOOL ac91bd1ce5bd9288499b57fd6a52e0daa8ac482034a73b4fc900cb3cdf351381b02cbce73662bf6b777e02683badea08eb61e3d711c8acee9e44d3e5d037199b
91
92
93
94 1.1 dev-python/datashape/ChangeLog
95
96 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/datashape/ChangeLog?rev=1.1&view=markup
97 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/datashape/ChangeLog?rev=1.1&content-type=text/plain
98
99 Index: ChangeLog
100 ===================================================================
101 # ChangeLog for dev-python/datashape
102 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
103 # $Header: /var/cvsroot/gentoo-x86/dev-python/datashape/ChangeLog,v 1.1 2014/02/10 20:28:50 bicatali Exp $
104
105 *datashape-0.1.0 (10 Feb 2014)
106
107 10 Feb 2014; Sébastien Fabbro <bicatali@g.o> +datashape-0.1.0.ebuild,
108 +metadata.xml:
109 Initial import