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/sampy: metadata.xml sampy-1.2.1.ebuild Manifest ChangeLog
Date: Wed, 29 Jan 2014 18:42:01
Message-Id: 20140129184156.A51252004C@flycatcher.gentoo.org
1 bicatali 14/01/29 18:41:56
2
3 Added: metadata.xml sampy-1.2.1.ebuild Manifest ChangeLog
4 Log:
5 Initial import
6
7 (Portage version: 2.2.8-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
8
9 Revision Changes Path
10 1.1 dev-python/sampy/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sampy/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sampy/metadata.xml?rev=1.1&content-type=text/plain
14
15 Index: metadata.xml
16 ===================================================================
17 <?xml version="1.0" encoding="UTF-8"?>
18 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
19 <pkgmetadata>
20 <herd>sci-astronomy</herd>
21 <longdescription lang="en">
22 SAMPy is a Python implementation of the Internation Virtual
23 Astronomy Organiztion of the Simple Application
24 Messaging Protocol (with Web Profile support).
25 </longdescription>
26 <upstream>
27 <remote-id type="pypi">sampy</remote-id>
28 </upstream>
29 </pkgmetadata>
30
31
32
33 1.1 dev-python/sampy/sampy-1.2.1.ebuild
34
35 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sampy/sampy-1.2.1.ebuild?rev=1.1&view=markup
36 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sampy/sampy-1.2.1.ebuild?rev=1.1&content-type=text/plain
37
38 Index: sampy-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/sampy/sampy-1.2.1.ebuild,v 1.1 2014/01/29 18:41:56 bicatali Exp $
43
44 EAPI=5
45
46 PYTHON_COMPAT=( python{2_6,2_7} )
47 inherit distutils-r1
48
49 DESCRIPTION="Simple Application Messaging Protocol messaging system implementation in Python"
50 HOMEPAGE="http://packages.python.org/sampy/"
51 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
52
53 LICENSE="GPL-2"
54 SLOT="0"
55 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
56 IUSE=""
57
58
59
60 1.1 dev-python/sampy/Manifest
61
62 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sampy/Manifest?rev=1.1&view=markup
63 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sampy/Manifest?rev=1.1&content-type=text/plain
64
65 Index: Manifest
66 ===================================================================
67 DIST sampy-1.2.1.tar.gz 63520 SHA256 5c8d913d95cb432c11be29ab42414f05ce13ef16a811b8118d5ff69dceb1fc67 SHA512 a531d797b1ce3539a78cdb6ea9b943adad1537ce4e151925b9ed44513fcff1de625026e2d23abc39cd326f69cf71849124395c3cc874c603ecc60ab14e188d13 WHIRLPOOL 9536e320e983ac1f7e31eb1d4de2ba60834f29dc3000b8b5dd87e70fa6881650b4c2e4cc11478b28046e2cc01974441b1310b4fae76ba550578169cb30ccdf80
68 EBUILD sampy-1.2.1.ebuild 457 SHA256 a697864d2733c8f995a1a8d70d00a8fa467e25a61d7f6405b8b6b83737774f37 SHA512 45550f24deb8f02e19f93a4dfcba88f49d6e218f4e1f4a9e9253c261e6ea49827581f8f391ed13a5b04f4d92d52890d79d0d2acd74a18152a315bfeabbe0df1a WHIRLPOOL f36cf9b114e7a95ad98d2849abda51b1f6742e217a1330cddda0adebcdc6673389f56016bbe74115f40c960dff811d71c51a48c5d1ae52395a3ace4ffd5458d2
69 MISC metadata.xml 440 SHA256 0a97c1622d8d57e5cfedcdb84ede2f63ded1d3298aa68290ddd2d59c8f7e7dbd SHA512 be74e6d9dd441462025ab5d51238e18e396f80a193d6c5fe448a45b808a4256a8946eab2ff670a652121336acffab73d41b3ca11234a0f5c28e47fbc45372385 WHIRLPOOL 91c91066fa4ad5c85abaf83fb56a97439d90f7d2dd98508431e61b036cd20fa2124834ed7a0ecad158313a6ebf48ad7a0204f31a1be648b77af54071115c00bf
70
71
72
73 1.1 dev-python/sampy/ChangeLog
74
75 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sampy/ChangeLog?rev=1.1&view=markup
76 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sampy/ChangeLog?rev=1.1&content-type=text/plain
77
78 Index: ChangeLog
79 ===================================================================
80 # ChangeLog for dev-python/sampy
81 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
82 # $Header: /var/cvsroot/gentoo-x86/dev-python/sampy/ChangeLog,v 1.1 2014/01/29 18:41:56 bicatali Exp $
83
84 *sampy-1.2.1 (29 Jan 2014)
85
86 29 Jan 2014; Sébastien Fabbro <bicatali@g.o> +metadata.xml,
87 +sampy-1.2.1.ebuild:
88 Initial import