Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/paisley: paisley-0.3.1-r1.ebuild ChangeLog
Date: Wed, 31 Dec 2014 05:14:33
Message-Id: 20141231051429.C5556E8AA@oystercatcher.gentoo.org
1 idella4 14/12/31 05:14:29
2
3 Modified: ChangeLog
4 Added: paisley-0.3.1-r1.ebuild
5 Log:
6 revbump; conversion -> distutils-r1
7
8 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
9
10 Revision Changes Path
11 1.18 dev-python/paisley/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/paisley/ChangeLog?rev=1.18&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/paisley/ChangeLog?rev=1.18&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/paisley/ChangeLog?r1=1.17&r2=1.18
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/paisley/ChangeLog,v
20 retrieving revision 1.17
21 retrieving revision 1.18
22 diff -u -r1.17 -r1.18
23 --- ChangeLog 10 Aug 2014 21:15:13 -0000 1.17
24 +++ ChangeLog 31 Dec 2014 05:14:29 -0000 1.18
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-python/paisley
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/paisley/ChangeLog,v 1.17 2014/08/10 21:15:13 slyfox Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/paisley/ChangeLog,v 1.18 2014/12/31 05:14:29 idella4 Exp $
30 +
31 +*paisley-0.3.1-r1 (31 Dec 2014)
32 +
33 + 31 Dec 2014; Ian Delaney <idella4@g.o> +paisley-0.3.1-r1.ebuild:
34 + revbump; conversion -> distutils-r1
35
36 10 Aug 2014; Sergei Trofimovich <slyfox@g.o> paisley-0.3.1.ebuild:
37 QA: drop trailing '.' from DESCRIPTION
38
39
40
41 1.1 dev-python/paisley/paisley-0.3.1-r1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/paisley/paisley-0.3.1-r1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/paisley/paisley-0.3.1-r1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: paisley-0.3.1-r1.ebuild
47 ===================================================================
48 # Copyright 1999-2014 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-python/paisley/paisley-0.3.1-r1.ebuild,v 1.1 2014/12/31 05:14:29 idella4 Exp $
51
52 EAPI=5
53 PYTHON_COMPAT=( python2_7 )
54 DISTUTILS_SRC_TEST="nosetests"
55
56 inherit distutils-r1
57
58 DESCRIPTION="Paisley is a CouchDB client written in Python to be used within a Twisted application"
59 HOMEPAGE="http://launchpad.net/paisley http://pypi.python.org/pypi/paisley"
60 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
61
62 LICENSE="MIT"
63 SLOT="0"
64 KEYWORDS="~amd64 ~ppc ~x86"
65 IUSE="test"
66
67 RDEPEND="dev-python/simplejson[${PYTHON_USEDEP}]
68 dev-python/twisted-core[${PYTHON_USEDEP}]
69 dev-python/twisted-web[${PYTHON_USEDEP}]"
70 DEPEND="test? ( ${RDEPEND}
71 dev-python/nose[${PYTHON_USEDEP}] )"
72
73 python_test() {
74 nosetests || die "tests failed"
75 }