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

Felix Yan felixonmars at gemini.archlinux.org
Tue Aug 30 10:33:43 UTC 2022


    Date: Tuesday, August 30, 2022 @ 10:33:43
  Author: felixonmars
Revision: 1288557

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-30 10:33:28 UTC (rev 1288556)
+++ PKGBUILD	2022-08-30 10:33:43 UTC (rev 1288557)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Bence Balint <balintbence1337 at gmail.com>
-
-pkgname=python-w3lib
-pkgver=2.0.0
-pkgrel=1
-pkgdesc="Library of web-related functions"
-arch=('any')
-license=('BSD')
-url="https://github.com/scrapy/w3lib"
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/scrapy/w3lib/archive/v$pkgver.tar.gz")
-sha512sums=('392ec7563e3e72bb8795c67e1378d6f8eb727e82e1a9bf57f03158a43a4d8a7cf3658ddd1e4b04c25e3cdf8ca22154a1bf273a4535e13bfd3ac4a24f7fac7642')
-
-build() {
-  cd w3lib-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd w3lib-$pkgver
-  pytest
-}
-
-package() {
-  cd w3lib-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: python-w3lib/repos/community-any/PKGBUILD (from rev 1288556, python-w3lib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-30 10:33:43 UTC (rev 1288557)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Bence Balint <balintbence1337 at gmail.com>
+
+pkgname=python-w3lib
+pkgver=2.0.1
+pkgrel=1
+pkgdesc="Library of web-related functions"
+arch=('any')
+license=('BSD')
+url="https://github.com/scrapy/w3lib"
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/scrapy/w3lib/archive/v$pkgver.tar.gz")
+sha512sums=('c4c1a00ad6d0c8f9a3a3a6581fb513328f89bfd9f797bf6289133580581c2579b04da8a2c815d14214bc0dbc87839de3d9f7949ad9398402312d3c522361414e')
+
+build() {
+  cd w3lib-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd w3lib-$pkgver
+  pytest
+}
+
+package() {
+  cd w3lib-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}



More information about the arch-commits mailing list