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

Felix Yan felixonmars at archlinux.org
Sat Oct 15 11:50:24 UTC 2016


    Date: Saturday, October 15, 2016 @ 11:50:23
  Author: felixonmars
Revision: 192300

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |  120 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 60 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-10-15 11:50:01 UTC (rev 192299)
+++ PKGBUILD	2016-10-15 11:50:23 UTC (rev 192300)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer : Felix Yan <felixonmars at gmail.com>
-# Contributor: speps <speps at aur dot archlinux dot org>
-# Contributor: Arnau Sanchez <tokland {at} gmail {dot} com>
-
-pkgbase=python-pyquery
-pkgname=('python-pyquery' 'python2-pyquery')
-pkgver=1.2.15
-pkgrel=1
-pkgdesc="A jquery-like library for python."
-arch=('any')
-url="https://github.com/gawel/pyquery/"
-license=('custom:BSD')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-lxml' 'python2-lxml' 'python-cssselect' 'python2-cssselect' 'git')
-checkdepends=('python-requests' 'python2-requests' 'python-webob' 'python2-webob' 'python-nose' 'python2-nose'
-              'python-coverage' 'python2-coverage' 'python-webtest' 'python2-webtest' 'python2-beautifulsoup4'
-              'python2-restkit')
-source=("git+https://github.com/gawel/pyquery.git#tag=$pkgver")
-sha512sums=('SKIP')
-
-prepare() {
-  cp -a pyquery{,-py2}
-}
-
-build() {
-  cd "$srcdir"/pyquery
-  python setup.py build
-
-  cd "$srcdir"/pyquery-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/pyquery
-  nosetests3
-
-  cd "$srcdir"/pyquery-py2
-  nosetests2
-}
-
-package_python-pyquery() {
-  depends=('python-lxml' 'python-cssselect')
-  optdepends=('python-webob: query wsgi app')
-
-  cd pyquery
-  python setup.py install -O1 --root="$pkgdir/"
-
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-pyquery() {
-  depends=('python2-lxml' 'python2-cssselect')
-  optdepends=('python2-webob: to query wsgi app'
-              'python2-restkit: to get url directly with a HostProxy app')
-
-  cd pyquery-py2
-  python2 setup.py install -O1 --root="$pkgdir/"
-
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-pyquery/repos/community-any/PKGBUILD (from rev 192299, python-pyquery/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-10-15 11:50:23 UTC (rev 192300)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer : Felix Yan <felixonmars at gmail.com>
+# Contributor: speps <speps at aur dot archlinux dot org>
+# Contributor: Arnau Sanchez <tokland {at} gmail {dot} com>
+
+pkgbase=python-pyquery
+pkgname=('python-pyquery' 'python2-pyquery')
+pkgver=1.2.17
+pkgrel=1
+pkgdesc="A jquery-like library for python."
+arch=('any')
+url="https://github.com/gawel/pyquery/"
+license=('custom:BSD')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-lxml' 'python2-lxml' 'python-cssselect' 'python2-cssselect' 'git')
+checkdepends=('python-requests' 'python2-requests' 'python-webob' 'python2-webob' 'python-nose' 'python2-nose'
+              'python-coverage' 'python2-coverage' 'python-webtest' 'python2-webtest' 'python2-beautifulsoup4'
+              'python2-restkit')
+source=("git+https://github.com/gawel/pyquery.git#tag=$pkgver")
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a pyquery{,-py2}
+}
+
+build() {
+  cd "$srcdir"/pyquery
+  python setup.py build
+
+  cd "$srcdir"/pyquery-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/pyquery
+  nosetests3
+
+  cd "$srcdir"/pyquery-py2
+  nosetests2
+}
+
+package_python-pyquery() {
+  depends=('python-lxml' 'python-cssselect')
+  optdepends=('python-webob: query wsgi app')
+
+  cd pyquery
+  python setup.py install -O1 --root="$pkgdir/"
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-pyquery() {
+  depends=('python2-lxml' 'python2-cssselect')
+  optdepends=('python2-webob: to query wsgi app'
+              'python2-restkit: to get url directly with a HostProxy app')
+
+  cd pyquery-py2
+  python2 setup.py install -O1 --root="$pkgdir/"
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list