patrick     15/07/27 09:01:04

  Modified:             ChangeLog
  Added:                scrapy-1.0.1.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.32                 dev-python/scrapy/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/scrapy/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog   6 Jul 2015 04:45:28 -0000       1.31
+++ ChangeLog   27 Jul 2015 09:01:04 -0000      1.32
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/scrapy
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/scrapy/ChangeLog,v 1.31 
2015/07/06 04:45:28 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/scrapy/ChangeLog,v 1.32 
2015/07/27 09:01:04 patrick Exp $
+
+*scrapy-1.0.1 (27 Jul 2015)
+
+  27 Jul 2015; Patrick Lauer <[email protected]> +scrapy-1.0.1.ebuild:
+  Bump
 
 *scrapy-1.0.0 (06 Jul 2015)
 



1.1                  dev-python/scrapy/scrapy-1.0.1.ebuild

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

Index: scrapy-1.0.1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/scrapy/scrapy-1.0.1.ebuild,v 1.1 
2015/07/27 09:01:04 patrick Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE="sqlite(+)"

inherit vcs-snapshot distutils-r1

DESCRIPTION="A high-level Python Screen Scraping framework"
HOMEPAGE="http://scrapy.org http://pypi.python.org/pypi/Scrapy/";
SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="boto doc ibl test ssl"

RDEPEND=">=dev-python/six-1.5.2[${PYTHON_USEDEP}]
        dev-libs/libxml2[python,${PYTHON_USEDEP}]
        virtual/python-imaging[${PYTHON_USEDEP}]
        dev-python/lxml[${PYTHON_USEDEP}]
        ibl? ( dev-python/numpy[${PYTHON_USEDEP}] )
        ssl? ( dev-python/pyopenssl[${PYTHON_USEDEP}] )
        boto? ( dev-python/boto[${PYTHON_USEDEP}] )
        >=dev-python/twisted-core-10.0.0[${PYTHON_USEDEP}]
        >=dev-python/twisted-conch-10.0.0[${PYTHON_USEDEP}]
        >=dev-python/twisted-mail-10.0.0[${PYTHON_USEDEP}]
        >=dev-python/twisted-web-10.0.0[${PYTHON_USEDEP}]
        >=dev-python/w3lib-1.8.0[${PYTHON_USEDEP}]
        dev-python/queuelib[${PYTHON_USEDEP}]
        >=dev-python/cssselect-0.9[${PYTHON_USEDEP}]"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
        dev-python/six[${PYTHON_USEDEP}]
        doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
        test? ( ${RDEPEND}
                dev-python/boto[${PYTHON_USEDEP}]
                dev-python/mock[${PYTHON_USEDEP}]
                >=net-proxy/mitmproxy-0.10.1[${PYTHON_USEDEP}]
                dev-python/netlib[${PYTHON_USEDEP}]
                dev-python/jmespath[${PYTHON_USEDEP}]
                dev-python/testfixtures[${PYTHON_USEDEP}]
                net-ftp/vsftpd )"
# pytest-twisted listed as a test dep but not in portage.
# Testsuite currently survives without it, so appears optional

REQUIRED_USE="test? ( ssl boto )"

python_compile_all() {
        if use doc; then
                PYTHONPATH="${S}" emake -C docs html || die "emake html failed"
        fi
}

python_test() {
        py.test ${PN} || die "tests failed"
}

python_install_all() {
        use doc && local HTML_DOCS=( docs/build/html/. )
        distutils-r1_python_install_all
}




Reply via email to