Gentoo Archives: gentoo-commits

From: "Julian Ospald (hasufell)" <hasufell@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/watchdog: watchdog-0.8.0.ebuild ChangeLog
Date: Sun, 06 Jul 2014 11:29:12
Message-Id: 20140706112908.EC8742004E@flycatcher.gentoo.org
1 hasufell 14/07/06 11:29:08
2
3 Modified: ChangeLog
4 Added: watchdog-0.8.0.ebuild
5 Log:
6 version bump
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key BDEED020)
9
10 Revision Changes Path
11 1.2 dev-python/watchdog/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/watchdog/ChangeLog?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/watchdog/ChangeLog?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/watchdog/ChangeLog?r1=1.1&r2=1.2
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/watchdog/ChangeLog,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- ChangeLog 30 Mar 2014 19:57:21 -0000 1.1
24 +++ ChangeLog 6 Jul 2014 11:29:08 -0000 1.2
25 @@ -1,10 +1,14 @@
26 # ChangeLog for dev-python/watchdog
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/watchdog/ChangeLog,v 1.1 2014/03/30 19:57:21 hasufell Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/watchdog/ChangeLog,v 1.2 2014/07/06 11:29:08 hasufell Exp $
30 +
31 +*watchdog-0.8.0 (06 Jul 2014)
32 +
33 + 06 Jul 2014; Julian Ospald <hasufell@g.o> +watchdog-0.8.0.ebuild:
34 + version bump
35
36 *watchdog-0.7.1 (30 Mar 2014)
37
38 30 Mar 2014; Julian Ospald <hasufell@g.o> +watchdog-0.7.1.ebuild,
39 +metadata.xml:
40 initial import
41 -
42
43
44
45 1.1 dev-python/watchdog/watchdog-0.8.0.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/watchdog/watchdog-0.8.0.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/watchdog/watchdog-0.8.0.ebuild?rev=1.1&content-type=text/plain
49
50 Index: watchdog-0.8.0.ebuild
51 ===================================================================
52 # Copyright 1999-2014 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $Header: /var/cvsroot/gentoo-x86/dev-python/watchdog/watchdog-0.8.0.ebuild,v 1.1 2014/07/06 11:29:08 hasufell Exp $
55
56 EAPI=5
57
58 PYTHON_COMPAT=( python{2_7,3_2,3_3} )
59 inherit distutils-r1
60
61 DESCRIPTION="Python API and shell utilities to monitor file system events"
62 HOMEPAGE="http://github.com/gorakhargosh/watchdog"
63 SRC_URI="mirror://pypi/w/watchdog/${P}.tar.gz"
64
65 LICENSE="Apache-2.0"
66 SLOT="0"
67 KEYWORDS="~amd64 ~x86"
68 IUSE=""
69
70 DEPEND="dev-python/pyyaml[${PYTHON_USEDEP}]"
71 RDEPEND="${DEPEND}
72 dev-python/argh[${PYTHON_USEDEP}]
73 dev-python/pathtools[${PYTHON_USEDEP}]"
74
75 pkg_postinst() {
76 elog "optional dependencies:"
77 elog " dev-python/argcomplete (bash completion)"
78 }