Date: Saturday, December 10, 2022 @ 17:19:59
Author: felixonmars
Revision: 1357377
archrelease: copy trunk to community-any
Added:
python-w3lib/repos/community-any/PKGBUILD
(from rev 1357376, python-w3lib/trunk/PKGBUILD)
Deleted:
python-w3lib/repos/community-any/PKGBUILD
----------+
PKGBUILD | 62 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 31 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-12-10 17:19:48 UTC (rev 1357376)
+++ PKGBUILD 2022-12-10 17:19:59 UTC (rev 1357377)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-# Contributor: Bence Balint <[email protected]>
-
-pkgname=python-w3lib
-pkgver=2.1.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=('a511711e8be7669e80e82bd3ccafa507a57a6f7755af4fab95bd27d3987507cc6ec73497af76ac316831e6f43d103aa98b71388452a83fc01ddbba1f40414bf3')
-
-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 1357376,
python-w3lib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-12-10 17:19:59 UTC (rev 1357377)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: Bence Balint <[email protected]>
+
+pkgname=python-w3lib
+pkgver=2.1.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=('897a2ead229c1cfdba83c78383169bb731840a024e1304e47482e24b38687f49d57474ec02bbbb6282f348ae4bff5398f3e8da923aed29bde52a2ac400f100b0')
+
+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/
+}