diff options
-rw-r--r-- | dev-python/scrapy/scrapy-1.0.3.ebuild | 5 | ||||
-rw-r--r-- | dev-python/scrapy/scrapy-1.4.0.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/dev-python/scrapy/scrapy-1.0.3.ebuild b/dev-python/scrapy/scrapy-1.0.3.ebuild index d4a6a31c3618..2018788ca142 100644 --- a/dev-python/scrapy/scrapy-1.0.3.ebuild +++ b/dev-python/scrapy/scrapy-1.0.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -9,7 +9,8 @@ PYTHON_REQ_USE="sqlite(+)" inherit vcs-snapshot distutils-r1 DESCRIPTION="A high-level Python Screen Scraping framework" -HOMEPAGE="https://github.com/scrapy/scrapy/ http://pypi.python.org/pypi/Scrapy/" +HOMEPAGE="https://github.com/scrapy/scrapy/ + https://pypi.python.org/pypi/Scrapy/" SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD-2" diff --git a/dev-python/scrapy/scrapy-1.4.0.ebuild b/dev-python/scrapy/scrapy-1.4.0.ebuild index e26e409f3d1a..344dc792517e 100644 --- a/dev-python/scrapy/scrapy-1.4.0.ebuild +++ b/dev-python/scrapy/scrapy-1.4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,8 @@ PYTHON_REQ_USE="sqlite(+)" inherit distutils-r1 DESCRIPTION="A high-level Python Screen Scraping framework" -HOMEPAGE="https://github.com/scrapy/scrapy/ https://pypi.python.org/pypi/Scrapy/" +HOMEPAGE="https://github.com/scrapy/scrapy/ + https://pypi.python.org/pypi/Scrapy/" SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD-2" |