[arch-commits] Commit in scrapy/repos/community-staging-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sat Nov 21 22:19:35 UTC 2020


    Date: Saturday, November 21, 2020 @ 22:19:35
  Author: felixonmars
Revision: 758642

archrelease: copy trunk to community-staging-any

Added:
  scrapy/repos/community-staging-any/PKGBUILD
    (from rev 758641, scrapy/trunk/PKGBUILD)
Deleted:
  scrapy/repos/community-staging-any/PKGBUILD

----------+
 PKGBUILD |   80 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-21 22:19:22 UTC (rev 758641)
+++ PKGBUILD	2020-11-21 22:19:35 UTC (rev 758642)
@@ -1,40 +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=2.4.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-itemloaders'
-         'python-lxml' 'libxml2' 'python-parsel' 'python-pydispatcher' 'python-pyopenssl'
-         'python-queuelib' 'python-service-identity' 'python-setuptools' 'python-w3lib'
-         'python-zope-interface' 'python-protego' 'python-itemadapter')
-checkdepends=('python-pytest-runner' 'python-pytest-twisted' 'python-botocore' 'bpython'
-              'python-brotlipy' 'python-jmespath' 'ipython' 'mitmproxy' 'python-pillow'
-              'python-sybil' 'python-testfixtures' 'python-pyftpdlib' 'python-uvloop')
-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=('0ee24ccae664fbe35c1f5b7589a8b24ea9bfad62315e2736a166a839769b5d953bab00f5b34a449a585a3632faee460f484b939a05b3f69a7466b914531ec21c')
-
-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-staging-any/PKGBUILD (from rev 758641, scrapy/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-11-21 22:19:35 UTC (rev 758642)
@@ -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=2.4.1
+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-itemloaders'
+         'python-lxml' 'libxml2' 'python-parsel' 'python-pydispatcher' 'python-pyopenssl'
+         'python-queuelib' 'python-service-identity' 'python-setuptools' 'python-w3lib'
+         'python-zope-interface' 'python-protego' 'python-itemadapter')
+checkdepends=('python-pytest-runner' 'python-pytest-twisted' 'python-botocore' 'bpython'
+              'python-brotlipy' 'python-jmespath' 'ipython' 'mitmproxy' 'python-pillow'
+              'python-sybil' 'python-testfixtures' 'python-pyftpdlib' 'python-uvloop')
+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=('639a281ff0f20c51ab4be20e1935a171d06c4ba4b4d4340023cc4ad583266b63ad93d8efeec8bf5ee65ddfb1a72092957c61b3444bc67da4049f6f8102a57d3c')
+
+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