[arch-commits] Commit in python-w3lib/repos/community-staging-any (PKGBUILD PKGBUILD)
Evangelos Foutras
foutrelis at archlinux.org
Wed Nov 11 10:40:16 UTC 2020
Date: Wednesday, November 11, 2020 @ 10:40:16
Author: foutrelis
Revision: 750250
archrelease: copy trunk to community-staging-any
Added:
python-w3lib/repos/community-staging-any/PKGBUILD
(from rev 750249, python-w3lib/trunk/PKGBUILD)
Deleted:
python-w3lib/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 62 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 31 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-11 10:40:12 UTC (rev 750249)
+++ PKGBUILD 2020-11-11 10:40:16 UTC (rev 750250)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Bence Balint <balintbence1337 at gmail.com>
-
-pkgname=python-w3lib
-pkgver=1.22.0
-pkgrel=2
-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
-}
Copied: python-w3lib/repos/community-staging-any/PKGBUILD (from rev 750249, python-w3lib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-11-11 10:40:16 UTC (rev 750250)
@@ -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=3
+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