patrick 14/05/03 07:34:52 Modified: ChangeLog Added: scrapy-0.18.1.ebuild Log: Bump (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.17 dev-python/scrapy/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/scrapy/ChangeLog?rev=1.17&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/scrapy/ChangeLog?rev=1.17&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/scrapy/ChangeLog?r1=1.16&r2=1.17 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/scrapy/ChangeLog,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- ChangeLog 6 Dec 2013 05:44:16 -0000 1.16 +++ ChangeLog 3 May 2014 07:34:51 -0000 1.17 @@ -1,6 +1,11 @@ # ChangeLog for dev-python/scrapy -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/scrapy/ChangeLog,v 1.16 2013/12/06 05:44:16 patrick Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/scrapy/ChangeLog,v 1.17 2014/05/03 07:34:51 patrick Exp $ + +*scrapy-0.18.1 (03 May 2014) + + 03 May 2014; Patrick Lauer <[email protected]> +scrapy-0.18.1.ebuild: + Bump *scrapy-0.18.0-r1 (06 Dec 2013) 1.1 dev-python/scrapy/scrapy-0.18.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/scrapy/scrapy-0.18.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/scrapy/scrapy-0.18.1.ebuild?rev=1.1&content-type=text/plain Index: scrapy-0.18.1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/scrapy/scrapy-0.18.1.ebuild,v 1.1 2014/05/03 07:34:51 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 examples ibl test ssl" PYTHON_MODNAME="scrapy scrapyd" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}] doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) test? ( dev-python/boto[${PYTHON_USEDEP}] dev-python/queuelib[${PYTHON_USEDEP}] dev-python/django[${PYTHON_USEDEP}] net-ftp/vsftpd )" RDEPEND=" dev-python/six[${PYTHON_USEDEP}] dev-libs/libxml2[python,${PYTHON_USEDEP}] boto? ( dev-python/boto[${PYTHON_USEDEP}] ) virtual/python-imaging[${PYTHON_USEDEP}] dev-python/lxml[${PYTHON_USEDEP}] ibl? ( dev-python/numpy[${PYTHON_USEDEP}] ) ssl? ( dev-python/pyopenssl[${PYTHON_USEDEP}] ) dev-python/setuptools[${PYTHON_USEDEP}] dev-python/twisted-core dev-python/twisted-conch dev-python/twisted-mail dev-python/twisted-web >=dev-python/w3lib-1.1[${PYTHON_USEDEP}] " src_compile() { distutils-r1_src_compile if use doc; then emake -C docs html || die "emake html failed" fi } python_test() { PYTHONPATH="${PWD}" bin/runtests.sh || die } src_install() { distutils-r1_src_install if use doc; then dohtml -r "${S}"/docs/build/html/ fi if use examples; then insinto /usr/share/doc/"${PF}"/examples doins -r "${S}"/examples/* fi }
