jlec        15/02/17 13:39:15

  Modified:             ChangeLog
  Added:                watchdog-0.8.3.ebuild
  Log:
  Version Bump
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  Changes    Path
1.13                 dev-python/watchdog/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/watchdog/ChangeLog?rev=1.13&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/watchdog/ChangeLog?rev=1.13&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/watchdog/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/watchdog/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   11 Feb 2015 06:27:51 -0000      1.12
+++ ChangeLog   17 Feb 2015 13:39:15 -0000      1.13
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/watchdog
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/watchdog/ChangeLog,v 1.12 
2015/02/11 06:27:51 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/watchdog/ChangeLog,v 1.13 
2015/02/17 13:39:15 jlec Exp $
+
+*watchdog-0.8.3 (17 Feb 2015)
+
+  17 Feb 2015; Justin Lecher <[email protected]> +watchdog-0.8.3.ebuild:
+  Version Bump
 
   11 Feb 2015; Patrick Lauer <[email protected]> watchdog-0.8.2.ebuild:
   Add pypy



1.1                  dev-python/watchdog/watchdog-0.8.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/watchdog/watchdog-0.8.3.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/watchdog/watchdog-0.8.3.ebuild?rev=1.1&content-type=text/plain

Index: watchdog-0.8.3.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/watchdog/watchdog-0.8.3.ebuild,v 
1.1 2015/02/17 13:39:15 jlec Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 python3_{3,4} pypy)

inherit distutils-r1 eutils

DESCRIPTION="Python API and shell utilities to monitor file system events"
HOMEPAGE="http://github.com/gorakhargosh/watchdog";
SRC_URI="mirror://pypi/w/watchdog/${P}.tar.gz"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"

CDEPEND="dev-python/pyyaml[${PYTHON_USEDEP}]"
RDEPEND="${CDEPEND}
        dev-python/argh[${PYTHON_USEDEP}]
        dev-python/pathtools[${PYTHON_USEDEP}]"
DEPEND="${CDEPEND}
        test? (
                dev-python/pytest[${PYTHON_USEDEP}]
                dev-python/pytest-cov[${PYTHON_USEDEP}]
                >=dev-python/pytest-timeout-0.3[${PYTHON_USEDEP}]
                )"

python_test() {
        esetup.py test
}

pkg_postinst() {
        optfeature "Bash completion" dev-python/argcomplete
}




Reply via email to