Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/inotifyx: inotifyx-0.2.2.ebuild ChangeLog
Date: Mon, 01 Jun 2015 04:43:29
Message-Id: 20150601044316.3D51EA1C@oystercatcher.gentoo.org
1 patrick 15/06/01 04:43:16
2
3 Modified: ChangeLog
4 Added: inotifyx-0.2.2.ebuild
5 Log:
6 Bump
7
8 (Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)
9
10 Revision Changes Path
11 1.11 dev-python/inotifyx/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/inotifyx/ChangeLog?rev=1.11&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/inotifyx/ChangeLog?rev=1.11&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/inotifyx/ChangeLog?r1=1.10&r2=1.11
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/inotifyx/ChangeLog,v
20 retrieving revision 1.10
21 retrieving revision 1.11
22 diff -u -r1.10 -r1.11
23 --- ChangeLog 8 Apr 2015 08:05:10 -0000 1.10
24 +++ ChangeLog 1 Jun 2015 04:43:16 -0000 1.11
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-python/inotifyx
27 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/inotifyx/ChangeLog,v 1.10 2015/04/08 08:05:10 mgorny Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/inotifyx/ChangeLog,v 1.11 2015/06/01 04:43:16 patrick Exp $
30 +
31 +*inotifyx-0.2.2 (01 Jun 2015)
32 +
33 + 01 Jun 2015; Patrick Lauer <patrick@g.o> +inotifyx-0.2.2.ebuild:
34 + Bump
35
36 08 Apr 2015; Michał Górny <mgorny@g.o> inotifyx-0.2.0-r1.ebuild:
37 Drop old Python implementations
38
39
40
41 1.1 dev-python/inotifyx/inotifyx-0.2.2.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/inotifyx/inotifyx-0.2.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/inotifyx/inotifyx-0.2.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: inotifyx-0.2.2.ebuild
47 ===================================================================
48 # Copyright 1999-2015 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-python/inotifyx/inotifyx-0.2.2.ebuild,v 1.1 2015/06/01 04:43:16 patrick Exp $
51
52 EAPI=5
53 PYTHON_COMPAT=( python2_7 pypy )
54
55 inherit distutils-r1
56
57 DESCRIPTION="Python bindings to the Linux inotify file system event monitoring API"
58 HOMEPAGE="http://www.alittletooquiet.net/software/inotifyx/"
59 SRC_URI="http://launchpad.net/inotifyx/dev/v${PV}/+download/${P}.tar.gz"
60
61 LICENSE="MIT"
62 SLOT="0"
63 KEYWORDS="~amd64 ~x86"
64 IUSE="test"
65
66 DEPEND=""
67 RDEPEND=""
68
69 python_prepare_all() {
70 use test && DISTUTILS_NO_PARALLEL_BUILD=1
71 }
72
73 python_test() {
74 "${PYTHON}" setup.py build -b "build-${EPYTHON}" test || die "Tests failed under ${EPYTHON}"
75 }