xarthisius    14/12/04 17:26:26

  Modified:             pyClamd-0.3.10.ebuild ChangeLog
  Log:
  Properly depend on setuptools wrt #528740 by Toralf Förster 
<[email protected]>
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x5D21B852895192F9)

Revision  Changes    Path
1.2                  dev-python/pyClamd/pyClamd-0.3.10.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyClamd/pyClamd-0.3.10.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyClamd/pyClamd-0.3.10.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyClamd/pyClamd-0.3.10.ebuild?r1=1.1&r2=1.2

Index: pyClamd-0.3.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyClamd/pyClamd-0.3.10.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pyClamd-0.3.10.ebuild       20 Sep 2014 13:06:30 -0000      1.1
+++ pyClamd-0.3.10.ebuild       4 Dec 2014 17:26:26 -0000       1.2
@@ -1,10 +1,11 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyClamd/pyClamd-0.3.10.ebuild,v 
1.1 2014/09/20 13:06:30 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyClamd/pyClamd-0.3.10.ebuild,v 
1.2 2014/12/04 17:26:26 xarthisius Exp $
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+
 inherit distutils-r1
 
 DESCRIPTION="python interface to Clamd (Clamav daemon)"
@@ -16,6 +17,9 @@
 KEYWORDS="~amd64"
 IUSE=""
 
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="${DEPEND}"
+
 src_prepare() {
        sed -e 's:/etc/clamav/clamd.conf:/etc/clamd.conf:' \
                -i pyclamd/pyclamd.py || die



1.2                  dev-python/pyClamd/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyClamd/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   20 Sep 2014 13:06:30 -0000      1.1
+++ ChangeLog   4 Dec 2014 17:26:26 -0000       1.2
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/pyClamd
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyClamd/ChangeLog,v 1.1 
2014/09/20 13:06:30 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyClamd/ChangeLog,v 1.2 
2014/12/04 17:26:26 xarthisius Exp $
+
+  04 Dec 2014; Kacper Kowalik <[email protected]> pyClamd-0.3.10.ebuild:
+  Properly depend on setuptools wrt #528740 by Toralf Förster
+  <[email protected]>
 
 *pyClamd-0.3.10 (20 Sep 2014)
 




Reply via email to