djc         15/01/28 18:27:12

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

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-daemon/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   17 Jan 2015 14:15:43 -0000      1.17
+++ ChangeLog   28 Jan 2015 18:27:12 -0000      1.18
@@ -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.17 
2015/01/17 14:15:43 djc Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-daemon/ChangeLog,v 1.18 
2015/01/28 18:27:12 djc Exp $
+
+*python-daemon-2.0.4 (28 Jan 2015)
+
+  28 Jan 2015; Dirkjan Ochtman <d...@gentoo.org> +python-daemon-2.0.4.ebuild:
+  Version bump python-daemon to 2.0.4
 
 *python-daemon-2.0.3 (17 Jan 2015)
 



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

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

Index: python-daemon-2.0.4.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.4.ebuild,v 
1.1 2015/01/28 18:27:12 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