Gentoo Archives: gentoo-commits

From: "Maxim Koltsov (maksbotan)" <maksbotan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/hglib: metadata.xml hglib-0.1.ebuild ChangeLog Manifest
Date: Sun, 04 Dec 2011 12:14:43
Message-Id: 20111204121433.CE8162004B@flycatcher.gentoo.org
1 maksbotan 11/12/04 12:14:33
2
3 Added: metadata.xml hglib-0.1.ebuild ChangeLog Manifest
4 Log:
5 Added dev-python/hglib-0.1, thanks to Arne Babenhauserheide. Bug #392387
6
7 (Portage version: 2.1.10.39/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 dev-python/hglib/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hglib/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hglib/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>proxy-maintainers</herd>
21 <maintainer>
22 <email>arne_bab@×××.de</email>
23 <name>Arne Babenhauserheide</name>
24 </maintainer>
25 <maintainer>
26 <email>maksbotan@g.o</email>
27 <name>Maxim Koltsov</name>
28 </maintainer>
29 </pkgmetadata>
30
31
32
33 1.1 dev-python/hglib/hglib-0.1.ebuild
34
35 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hglib/hglib-0.1.ebuild?rev=1.1&view=markup
36 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hglib/hglib-0.1.ebuild?rev=1.1&content-type=text/plain
37
38 Index: hglib-0.1.ebuild
39 ===================================================================
40 # Copyright 1999-2011 Gentoo Foundation
41 # Distributed under the terms of the GNU General Public License v2
42 # $Header: /var/cvsroot/gentoo-x86/dev-python/hglib/hglib-0.1.ebuild,v 1.1 2011/12/04 12:14:33 maksbotan Exp $
43
44 EAPI=3
45 PYTHON_DEPEND="2"
46 PYTHON_USE_WITH="threads"
47 SUPPORT_PYTHON_ABIS="1"
48 RESTRICT_PYTHON_ABIS="2.5 2.6 3.* *-jython"
49 MY_P="python-${P}"
50 MY_PN="python-${PN}"
51
52 inherit distutils
53
54 DESCRIPTION="Library for using the Mercurial Command Server from Python"
55 HOMEPAGE="http://mercurial.selenic.com/"
56 SRC_URI="http://mercurial.selenic.com/release/${MY_PN}/${MY_P}.tar.gz"
57
58 LICENSE="MIT"
59 SLOT="0"
60 KEYWORDS="~amd64"
61 IUSE="test"
62
63 RDEPEND=">=dev-vcs/mercurial-1.9"
64 DEPEND="test? ( dev-python/nose )"
65
66 S=${WORKDIR}/${MY_P}
67
68 src_test() {
69 rm tests/test-summary.py # currently fails
70 testing() {
71 # local testdir="${T}/tests-${PYTHON_ABI}"
72 # rm -rf "${testdir}"
73 "$(PYTHON)" test.py
74 }
75 python_execute_function testing
76 }
77
78
79
80 1.1 dev-python/hglib/ChangeLog
81
82 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hglib/ChangeLog?rev=1.1&view=markup
83 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hglib/ChangeLog?rev=1.1&content-type=text/plain
84
85 Index: ChangeLog
86 ===================================================================
87 # ChangeLog for dev-python/hglib
88 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
89 # $Header: /var/cvsroot/gentoo-x86/dev-python/hglib/ChangeLog,v 1.1 2011/12/04 12:14:33 maksbotan Exp $
90
91 *hglib-0.1 (04 Dec 2011)
92
93 04 Dec 2011; Maxim Koltsov <maksbotan@g.o> +hglib-0.1.ebuild,
94 +metadata.xml:
95 Added dev-python/hglib-0.1, thanks to Arne Babenhauserheide. Bug #392387
96
97
98
99
100 1.1 dev-python/hglib/Manifest
101
102 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hglib/Manifest?rev=1.1&view=markup
103 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hglib/Manifest?rev=1.1&content-type=text/plain
104
105 Index: Manifest
106 ===================================================================
107 DIST python-hglib-0.1.tar.gz 24412 RMD160 f61f71948cf85899b75fee599c4896b769309be0 SHA1 b9fd096d759dd459e97e00c045e199e0cb10b0dc SHA256 f9e031e50d19ee59d2f40e51794b1ecb69db41b3faa52bda8e3abb8d53babf9e
108 EBUILD hglib-0.1.ebuild 926 RMD160 553c552f331ce1bba74529154df2e02965e75974 SHA1 d22f2ed017e864e67eacd3b81d6f17716a1af701 SHA256 5078f39a39a30ebe15b060cded0036afa9d2b750121fa04633da867adee32855
109 MISC ChangeLog 307 RMD160 5ab9f98645ad34e4ab9666c01f370a22d61415ce SHA1 79162e8f2124f6c6e5a25fae56b7056ee804921d SHA256 43e4b23f6d7a94c06543d56a9cd9df4812f83a8d390faba0a5589a1bb8e6d9c1
110 MISC metadata.xml 357 RMD160 3a97e4a5712124574f105dc71a659d07bb16ae20 SHA1 d9812e86e4341cc91eaaa7b60cea0a920c6b321f SHA256 edfb1bb504696c6207d87ca6ba3cca10d54eaeae6bf33b71be53af75e4557cb7