idella4     14/10/13 09:40:27

  Modified:             ChangeLog
  Added:                pyquery-1.2.9.ebuild
  Log:
  bump; drop all those keywords to all add py3.4 support due to their absence 
in recent release of webtest, update test phase
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.45                 dev-python/pyquery/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyquery/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog   18 Jun 2014 16:01:12 -0000      1.44
+++ ChangeLog   13 Oct 2014 09:40:27 -0000      1.45
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/pyquery
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyquery/ChangeLog,v 1.44 
2014/06/18 16:01:12 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyquery/ChangeLog,v 1.45 
2014/10/13 09:40:27 idella4 Exp $
+
+*pyquery-1.2.9 (13 Oct 2014)
+
+  13 Oct 2014; Ian Delaney <idel...@gentoo.org> +pyquery-1.2.9.ebuild:
+  bump; drop all those keywords to all add py3.4 support due to their absence 
in
+  recent release of webtest, update test phase
 
   18 Jun 2014; Tobias Klausmann <klaus...@gentoo.org> pyquery-1.2.4.ebuild:
   Stable on alpha, bug #450174



1.1                  dev-python/pyquery/pyquery-1.2.9.ebuild

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

Index: pyquery-1.2.9.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyquery/pyquery-1.2.9.ebuild,v 
1.1 2014/10/13 09:40:27 idella4 Exp $

EAPI=5

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

inherit distutils-r1

DESCRIPTION="A jQuery-like library for python"
HOMEPAGE="https://github.com/gawel/pyquery";
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="beautifulsoup3 test"

RDEPEND=">=dev-python/lxml-2.1[beautifulsoup3?,${PYTHON_USEDEP}]
        >dev-python/cssselect-0.7.9[${PYTHON_USEDEP}]
        >=dev-python/webob-1.1.9[${PYTHON_USEDEP}]"
DEPEND="
        dev-python/setuptools[${PYTHON_USEDEP}]
        app-arch/unzip
        test? ( ${RDEPEND}
                dev-python/requests[${PYTHON_USEDEP}]
                dev-python/nose[${PYTHON_USEDEP}]
                dev-python/webtest[${PYTHON_USEDEP}] )"

REQUIRED_USE="test? ( beautifulsoup3 )"

python_test() {
        # The suite, it appears, requires this hard setting of PYTHONPATH!
        PYTHONPATH=. nosetests || die "Tests fail with ${EPYTHON}"
}




Reply via email to