[arch-commits] Commit in scrapy/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Wed Jan 8 15:14:27 UTC 2020
Date: Wednesday, January 8, 2020 @ 15:14:27
Author: felixonmars
Revision: 550295
archrelease: copy trunk to community-any
Added:
scrapy/repos/community-any/PKGBUILD
(from rev 550294, scrapy/trunk/PKGBUILD)
Deleted:
scrapy/repos/community-any/PKGBUILD
----------+
PKGBUILD | 78 +++++++++++++++++++++++++++++++------------------------------
1 file changed, 40 insertions(+), 38 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-01-08 15:14:18 UTC (rev 550294)
+++ PKGBUILD 2020-01-08 15:14:27 UTC (rev 550295)
@@ -1,38 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: PyroDevil <p dot devil at gmail dot com>
-# Contributor: Anibal Pacheco <apacheco.uy at gmail.com>
-
-pkgname=scrapy
-pkgver=1.7.4
-pkgrel=2
-pkgdesc="A fast high-level scraping and web crawling framework."
-arch=('any')
-license=('BSD')
-url="https://scrapy.org"
-depends=('python-twisted' 'libxml2' 'python-w3lib' 'python-lxml' 'python-six' 'python-queuelib'
- 'python-setuptools' 'python-cssselect' 'python-pyopenssl' 'python-parsel'
- 'python-pydispatcher' 'python-service-identity')
-checkdepends=('python-pytest-runner' 'python-pillow' 'python-testfixtures' 'python-botocore'
- 'python-jmespath' 'mitmproxy')
-optdepends=('ipython: for enhanced support of the interactive scraping shell')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/scrapy/scrapy/archive/$pkgver.tar.gz")
-sha512sums=('28f3899e2a6edbb2da4dcc7f766221a6a4b6b94c5bc90383801331406426abf89e2f27c8faf6bf4c1c3de0df6c31b9c72d9cd324343ba58fe8858280fc337809')
-
-build() {
- cd scrapy-$pkgver
- python setup.py build
-}
-
-check() {
- cd scrapy-$pkgver
- python setup.py pytest --addopts tests
-}
-
-package() {
- cd scrapy-$pkgver
- python setup.py install -O1 --root="$pkgdir"
-
- install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
- install -D -m644 README.rst "$pkgdir"/usr/share/doc/$pkgname/README.rst
- install -D -m644 docs/intro/install.rst "$pkgdir"/usr/share/doc/$pkgname/INSTALL.rst
-}
Copied: scrapy/repos/community-any/PKGBUILD (from rev 550294, scrapy/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-01-08 15:14:27 UTC (rev 550295)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: PyroDevil <p dot devil at gmail dot com>
+# Contributor: Anibal Pacheco <apacheco.uy at gmail.com>
+
+pkgname=scrapy
+pkgver=1.8.0
+pkgrel=1
+pkgdesc="A fast high-level scraping and web crawling framework."
+arch=('any')
+license=('BSD')
+url="https://scrapy.org"
+depends=('python-twisted' 'python-cryptography' 'python-cssselect' 'python-lxml' 'libxml2'
+ 'python-parsel' 'python-pydispatcher' 'python-pyopenssl' 'python-queuelib'
+ 'python-service-identity' 'python-setuptools' 'python-w3lib' 'python-zope-interface'
+ 'python-protego')
+checkdepends=('python-pytest-runner' 'python-pytest-twisted' 'python-botocore' 'bpython'
+ 'python-brotlipy' 'python-jmespath' 'ipython' 'mitmproxy' 'python-pillow'
+ 'python-sybil' 'python-testfixtures')
+optdepends=('ipython: for enhanced support of the interactive scraping shell')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/scrapy/scrapy/archive/$pkgver.tar.gz")
+sha512sums=('112050599b0cb5dbc647bb4f92a6007230e5ccea13bf954c21d059845219867ef7c4193dcbafd37ed3ff4fc01b8631864c4dea5a7c7550cecc4e317dd899fd29')
+
+build() {
+ cd scrapy-$pkgver
+ python setup.py build
+}
+
+check() {
+ cd scrapy-$pkgver
+ python setup.py pytest --addopts tests
+}
+
+package() {
+ cd scrapy-$pkgver
+ python setup.py install -O1 --root="$pkgdir"
+
+ install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+ install -D -m644 README.rst "$pkgdir"/usr/share/doc/$pkgname/README.rst
+ install -D -m644 docs/intro/install.rst "$pkgdir"/usr/share/doc/$pkgname/INSTALL.rst
+}
More information about the arch-commits
mailing list