[arch-commits] Commit in python-pyquery/repos/community-staging-any (2 files)

Felix Yan felixonmars at archlinux.org
Sat Nov 21 10:29:20 UTC 2020


    Date: Saturday, November 21, 2020 @ 10:29:20
  Author: felixonmars
Revision: 758457

archrelease: copy trunk to community-staging-any

Added:
  python-pyquery/repos/community-staging-any/PKGBUILD
    (from rev 758456, python-pyquery/trunk/PKGBUILD)
Deleted:
  python-pyquery/repos/community-staging-any/PKGBUILD

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-21 10:29:08 UTC (rev 758456)
+++ PKGBUILD	2020-11-21 10:29:20 UTC (rev 758457)
@@ -1,34 +0,0 @@
-# Maintainer : Felix Yan <felixonmars at archlinux.org>
-# Contributor: speps <speps at aur dot archlinux dot org>
-# Contributor: Arnau Sanchez <tokland {at} gmail {dot} com>
-
-pkgname=python-pyquery
-pkgver=1.4.1
-pkgrel=5
-pkgdesc="A jquery-like library for python."
-arch=('any')
-url="https://github.com/gawel/pyquery/"
-license=('BSD')
-depends=('python-lxml' 'python-cssselect')
-optdepends=('python-webob: query wsgi app')
-makedepends=('python-setuptools')
-checkdepends=('python-requests' 'python-webob' 'python-nose' 'python-webtest')
-source=("https://github.com/gawel/pyquery/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('25fe43155ecfcafb34863cee0a4690f51f23690b866a9e985f605f9995093e6698dbe867e6a98978f6f389735666fe17328d60c59904456ee1b35ff450eae463')
-
-build() {
-  cd pyquery-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd pyquery-$pkgver
-  nosetests3
-}
-
-package() {
-  cd pyquery-$pkgver
-  python setup.py install -O1 --root="$pkgdir"
-
-  install -Dm644 LICENSE.txt -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: python-pyquery/repos/community-staging-any/PKGBUILD (from rev 758456, python-pyquery/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-11-21 10:29:20 UTC (rev 758457)
@@ -0,0 +1,34 @@
+# Maintainer : Felix Yan <felixonmars at archlinux.org>
+# Contributor: speps <speps at aur dot archlinux dot org>
+# Contributor: Arnau Sanchez <tokland {at} gmail {dot} com>
+
+pkgname=python-pyquery
+pkgver=1.4.3
+pkgrel=1
+pkgdesc="A jquery-like library for python."
+arch=('any')
+url="https://github.com/gawel/pyquery/"
+license=('BSD')
+depends=('python-lxml' 'python-cssselect')
+optdepends=('python-webob: query wsgi app')
+makedepends=('python-setuptools')
+checkdepends=('python-requests' 'python-webob' 'python-nose' 'python-webtest')
+source=("https://github.com/gawel/pyquery/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('ab5110232d79209fb861fa3ac61c8803352c28c8372ba5d96b3fe731ebdb0b732c0c1642719c9cebbd0030a27edd2a962a7c368c99a7c966bf0ea77f7ae89a37')
+
+build() {
+  cd pyquery-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd pyquery-$pkgver
+  nosetests3
+}
+
+package() {
+  cd pyquery-$pkgver
+  python setup.py install -O1 --root="$pkgdir"
+
+  install -Dm644 LICENSE.txt -t "$pkgdir"/usr/share/licenses/$pkgname/
+}



More information about the arch-commits mailing list