djc         15/01/17 14:15:43

  Modified:             ChangeLog
  Added:                python-daemon-2.0.3.ebuild
  Log:
  Version bump python-daemon to 2.0.3 (fixes bug 536404)
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
30380381)

Revision  Changes    Path
1.17                 dev-python/python-daemon/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-daemon/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   10 Jan 2015 19:41:44 -0000      1.16
+++ ChangeLog   17 Jan 2015 14:15:43 -0000      1.17
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/python-daemon
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-daemon/ChangeLog,v 1.16 
2015/01/10 19:41:44 djc Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-daemon/ChangeLog,v 1.17 
2015/01/17 14:15:43 djc Exp $
+
+*python-daemon-2.0.3 (17 Jan 2015)
+
+  17 Jan 2015; Dirkjan Ochtman <d...@gentoo.org> +python-daemon-2.0.3.ebuild:
+  Version bump python-daemon to 2.0.3 (fixes bug 536404)
 
 *python-daemon-2.0.1 (10 Jan 2015)
 



1.1                  dev-python/python-daemon/python-daemon-2.0.3.ebuild

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

Index: python-daemon-2.0.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/python-daemon/python-daemon-2.0.3.ebuild,v 
1.1 2015/01/17 14:15:43 djc Exp $

EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} )

inherit distutils-r1

DESCRIPTION="Library to implement a well-behaved Unix daemon process"
HOMEPAGE="http://pypi.python.org/pypi/python-daemon";
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

LICENSE="PSF-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
IUSE="test"

RDEPEND=">=dev-python/lockfile-0.9[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
        dev-python/setuptools[${PYTHON_USEDEP}]
        test? (
                >=dev-python/unittest2-0.8.0[${PYTHON_USEDEP}]
                >=dev-python/mock-1.0[${PYTHON_USEDEP}]
                dev-python/testtools[${PYTHON_USEDEP}]
                >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
        )"

DOCS=( ChangeLog )

python_test() {
        esetup.py test
}




Reply via email to