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

2020-11-21 Thread Felix Yan via arch-commits
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
===
--- PKGBUILD2020-11-21 22:19:22 UTC (rev 758641)
+++ PKGBUILD2020-11-21 22:19:35 UTC (rev 758642)
@@ -1,40 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: PyroDevil 
-# Contributor: Anibal Pacheco 
-
-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)
+++ PKGBUILD2020-11-21 22:19:35 UTC (rev 758642)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+# Contributor: PyroDevil 
+# Contributor: Anibal Pacheco 
+
+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
+}


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

2020-11-18 Thread Felix Yan via arch-commits
Date: Thursday, November 19, 2020 @ 07:24:17
  Author: felixonmars
Revision: 757334

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-19 07:23:54 UTC (rev 757333)
+++ PKGBUILD2020-11-19 07:24:17 UTC (rev 757334)
@@ -1,40 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: PyroDevil 
-# Contributor: Anibal Pacheco 
-
-pkgname=scrapy
-pkgver=2.3.0
-pkgrel=3
-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')
-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=('be1cc2b62d08b87989a1f33132223deabebb62cc126611d5473425fca46de88f95ad049ce9fb4195eaac57dbfaeb1a49f933fd3211ae602c9c43aea68ec4')
-
-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 757333, 
scrapy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-19 07:24:17 UTC (rev 757334)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+# Contributor: PyroDevil 
+# Contributor: Anibal Pacheco 
+
+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
+}


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

2020-11-16 Thread Felix Yan via arch-commits
Date: Monday, November 16, 2020 @ 19:38:08
  Author: felixonmars
Revision: 755533

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-16 19:37:58 UTC (rev 755532)
+++ PKGBUILD2020-11-16 19:38:08 UTC (rev 755533)
@@ -1,40 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: PyroDevil 
-# Contributor: Anibal Pacheco 
-
-pkgname=scrapy
-pkgver=2.3.0
-pkgrel=2
-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')
-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=('be1cc2b62d08b87989a1f33132223deabebb62cc126611d5473425fca46de88f95ad049ce9fb4195eaac57dbfaeb1a49f933fd3211ae602c9c43aea68ec4')
-
-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 755532, 
scrapy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-16 19:38:08 UTC (rev 755533)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+# Contributor: PyroDevil 
+# Contributor: Anibal Pacheco 
+
+pkgname=scrapy
+pkgver=2.3.0
+pkgrel=3
+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')
+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=('be1cc2b62d08b87989a1f33132223deabebb62cc126611d5473425fca46de88f95ad049ce9fb4195eaac57dbfaeb1a49f933fd3211ae602c9c43aea68ec4')
+
+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
+}


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

2018-07-28 Thread Felix Yan via arch-commits
Date: Saturday, July 28, 2018 @ 14:38:00
  Author: felixonmars
Revision: 363796

archrelease: copy trunk to community-staging-any

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

--+
 PKGBUILD |  102 ++---
 1 file changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-28 14:34:14 UTC (rev 363795)
+++ PKGBUILD2018-07-28 14:38:00 UTC (rev 363796)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: PyroDevil 
-# Contributor: Anibal Pacheco 
-
-pkgname=scrapy
-pkgver=1.5.1
-pkgrel=1
-pkgdesc="A fast high-level scraping and web crawling framework."
-arch=('any')
-license=('BSD')
-url="http://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";
-
"https://github.com/scrapy/scrapy/commit/b364d27247b2d9b86c164569c7e0459fa3f8391b.patch";
-
"https://github.com/scrapy/scrapy/commit/f4f39057cbbfa4daf66f82061e57101b88d88d05.patch";)
-sha512sums=('3811d10e901ec049bb7ea4d4c477e5115fc8a1090c7cb5888fddeee51a56f60679ccb7e85da5a4d9ce7320f8cc67eefe3eaa335e27d9c696e6a875a5058121bb'
-
'd710e737d21ac52acb5de4b85ec757b13e492635c0c98249b3b5463b7a4471cabe434f9cd4a809db6e365019c1a71cc1bd555057a0545460c5bcbe147afe552a'
-
'6300a2b790b4d377877d6883644627d7ff94dbd38f04cc1561e87bba2ba6ad474c41153dc0b8b55768ac38ae4cf72af942fcdb465e31fe90741471adb947d1d0')
-
-prepare() {
-  cd scrapy-$pkgver
-  # fix flaky tests: https://github.com/scrapy/scrapy/pull/3210
-  patch -p1 -i ../b364d27247b2d9b86c164569c7e0459fa3f8391b.patch
-  # fix python37 issues: https://github.com/scrapy/scrapy/pull/3326
-  patch -p1 -i ../f4f39057cbbfa4daf66f82061e57101b88d88d05.patch
-}
-
-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 363795, 
scrapy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-28 14:38:00 UTC (rev 363796)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: PyroDevil 
+# Contributor: Anibal Pacheco 
+
+pkgname=scrapy
+pkgver=1.5.1
+pkgrel=1
+pkgdesc="A fast high-level scraping and web crawling framework."
+arch=('any')
+license=('BSD')
+url="http://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";
+
"https://github.com/scrapy/scrapy/commit/b364d27247b2d9b86c164569c7e0459fa3f8391b.patch";
+
"https://github.com/scrapy/scrapy/commit/f4f39057cbbfa4daf66f82061e57101b88d88d05.patch";)
+sha512sums=('3811d10e901ec049bb7ea4d4c477e5115fc8a1090c7cb5888fddeee51a56f60679ccb7e85da5a4d9ce7320f8cc67eefe3eaa335e27d9c696e6a875a5058121bb'
+
'd710e737d21ac52acb5de4b85ec757b13e492635c0c98249b3b5463b7a4471cabe434f9cd4a809db6e365019c1a71cc1bd555057a0545460c5bcbe147afe552a'
+
'6300a2b790b4d377877d6883644627d7ff94dbd38f04cc1561e87bba2ba6ad474c41153dc0b8b55768ac38ae4cf72af942fcdb465e31fe90741471adb947d1d0')
+
+prepare() {
+  cd scrapy-$pkgver
+  # fix flaky tests: https://github.com/scrapy/scrapy/pull/3210
+  patch -p1 -i ../b364d27247b2d9b86c164569c7e0459fa3f8391b.patch
+  # fix python37 issues: https://github.com/scrapy/scrapy/pull/3326
+  patch -p1 -i ../f4f39057cbbfa4daf66f82061e57101b88d88d05.patch
+}
+
+build() {
+  cd scrapy-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd scrapy-$pkgver
+