[arch-commits] Commit in python-w3lib/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu May 14 19:38:36 UTC 2020


    Date: Thursday, May 14, 2020 @ 19:38:35
  Author: felixonmars
Revision: 627977

archrelease: copy trunk to community-any

Added:
  python-w3lib/repos/community-any/PKGBUILD
    (from rev 627976, python-w3lib/trunk/PKGBUILD)
Deleted:
  python-w3lib/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-14 19:38:20 UTC (rev 627976)
+++ PKGBUILD	2020-05-14 19:38:35 UTC (rev 627977)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Bence Balint <balintbence1337 at gmail.com>
-
-pkgname=python-w3lib
-pkgver=1.21.0
-pkgrel=4
-pkgdesc="Library of web-related functions"
-arch=('any')
-license=('BSD')
-url="https://w3lib.readthedocs.org"
-depends=('python-six')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/scrapy/w3lib/archive/v$pkgver.tar.gz")
-sha512sums=('7b55e31e3a942ef1ba3db0ac4d325d7a547ed45764b22d91503358d65dbef6e84abe9777899b3a966882013f1d02314b990078849c68c2e249a41e32025bb92e')
-
-build() {
-  cd "$srcdir"/w3lib-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/w3lib-$pkgver
-  py.test
-}
-
-package() {
-  cd w3lib-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-w3lib/repos/community-any/PKGBUILD (from rev 627976, python-w3lib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-14 19:38:35 UTC (rev 627977)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Bence Balint <balintbence1337 at gmail.com>
+
+pkgname=python-w3lib
+pkgver=1.22.0
+pkgrel=1
+pkgdesc="Library of web-related functions"
+arch=('any')
+license=('BSD')
+url="https://w3lib.readthedocs.org"
+depends=('python-six')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/scrapy/w3lib/archive/v$pkgver.tar.gz")
+sha512sums=('14e12726ca46a60d0a86f670f8b19415c2a6e304eeb9a152008a2d1ea81267ddc5ff36b47fdd308bb4764869ffff61e2c243c20cfe85f79a8eb7e31ba85d46dd')
+
+build() {
+  cd "$srcdir"/w3lib-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/w3lib-$pkgver
+  py.test
+}
+
+package() {
+  cd w3lib-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list