[arch-commits] Commit in scrapy/trunk (PKGBUILD)

Evangelos Foutras foutrelis at gemini.archlinux.org
Thu Dec 9 04:52:01 UTC 2021


    Date: Thursday, December 9, 2021 @ 04:52:00
  Author: foutrelis
Revision: 1065812

Add upstream fix for queuelib 1.6.1

Modified:
  scrapy/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-09 04:29:55 UTC (rev 1065811)
+++ PKGBUILD	2021-12-09 04:52:00 UTC (rev 1065812)
@@ -18,11 +18,14 @@
               '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=('01a5ab605ba6783567147b7ca8c0dd963266aeb63e8eac19e962ee5d6dda85052c23a4d161ab69f130925b8a6f271ffbc28784a8f7fc0216428b5579eaad47b6')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/scrapy/scrapy/archive/$pkgver.tar.gz"
+        $pkgname-add-peek-method-to-queues.patch::https://github.com/scrapy/scrapy/commit/68379197986a.patch)
+sha512sums=('01a5ab605ba6783567147b7ca8c0dd963266aeb63e8eac19e962ee5d6dda85052c23a4d161ab69f130925b8a6f271ffbc28784a8f7fc0216428b5579eaad47b6'
+            'defc36c52bc86d990e36a3de4d2e7bafc6c3183670c9dd99d659f41de9d5ce8247c5cbb0aba9a4a8713d0073498441919e8410975a65ccec8243ca4d31c63336')
 
 prepare() {
   cd scrapy-$pkgver
+  patch -Np1 -i ../$pkgname-add-peek-method-to-queues.patch
   sed -i 's/,<4.0//' setup.py
 }
 



More information about the arch-commits mailing list