Gentoo Archives: gentoo-commits

From: "Johann Schmitz (ercpe)" <ercpe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/disqus-python: metadata.xml disqus-python-0.4.2.ebuild ChangeLog
Date: Sat, 31 Aug 2013 15:42:03
Message-Id: 20130831154200.0E12F2004B@flycatcher.gentoo.org
1 ercpe 13/08/31 15:41:59
2
3 Added: metadata.xml disqus-python-0.4.2.ebuild ChangeLog
4 Log:
5 Added ebuild for disqus-python (Python client library for accessing the disqus.com API)
6
7 (Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 77C501ED)
8
9 Revision Changes Path
10 1.1 dev-python/disqus-python/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/disqus-python/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/disqus-python/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>python</herd>
21 <maintainer>
22 <email>ercpe@g.o</email>
23 <name>Johann Schmitz</name>
24 </maintainer>
25 <upstream>
26 <remote-id type="github">disqus/disqus-python</remote-id>
27 </upstream>
28 </pkgmetadata>
29
30
31
32 1.1 dev-python/disqus-python/disqus-python-0.4.2.ebuild
33
34 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/disqus-python/disqus-python-0.4.2.ebuild?rev=1.1&view=markup
35 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/disqus-python/disqus-python-0.4.2.ebuild?rev=1.1&content-type=text/plain
36
37 Index: disqus-python-0.4.2.ebuild
38 ===================================================================
39 # Copyright 1999-2013 Gentoo Foundation
40 # Distributed under the terms of the GNU General Public License v2
41 # $Header: /var/cvsroot/gentoo-x86/dev-python/disqus-python/disqus-python-0.4.2.ebuild,v 1.1 2013/08/31 15:41:59 ercpe Exp $
42
43 EAPI=5
44
45 PYTHON_COMPAT=( python{2_6,2_7} )
46
47 inherit distutils-r1 vcs-snapshot
48
49 DESCRIPTION="Python client library for accessing the disqus.com API"
50 HOMEPAGE="https://github.com/disqus/disqus-python"
51 SRC_URI="mirror://pypi/d/${PN}/${P}.tar.gz"
52
53 SLOT="0"
54 LICENSE="Apache-2.0"
55 KEYWORDS="~amd64 ~x86"
56 IUSE="test"
57
58 DEPEND="
59 dev-python/setuptools[${PYTHON_USEDEP}]
60 test? (
61 dev-python/mock[${PYTHON_USEDEP}]
62 )"
63 RDEPEND="dev-python/simplejson[${PYTHON_USEDEP}]"
64
65 python_test() {
66 "${EPYTHON}" "${S}/disqusapi/tests.py" || die
67 }
68
69
70
71 1.1 dev-python/disqus-python/ChangeLog
72
73 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/disqus-python/ChangeLog?rev=1.1&view=markup
74 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/disqus-python/ChangeLog?rev=1.1&content-type=text/plain
75
76 Index: ChangeLog
77 ===================================================================
78 # ChangeLog for dev-python/disqus-python
79 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
80 # $Header: /var/cvsroot/gentoo-x86/dev-python/disqus-python/ChangeLog,v 1.1 2013/08/31 15:41:59 ercpe Exp $
81
82 *disqus-python-0.4.2 (31 Aug 2013)
83
84 31 Aug 2013; Johann Schmitz <ercpe@g.o> +disqus-python-0.4.2.ebuild,
85 +metadata.xml:
86 Added ebuild for disqus-python (Python client library for accessing the
87 disqus.com API)