[arch-commits] Commit in python-pyquery/trunk (PKGBUILD)

2020-11-21 Thread Felix Yan via arch-commits
Date: Saturday, November 21, 2020 @ 10:29:08
  Author: felixonmars
Revision: 758456

upgpkg: python-pyquery 1.4.3-1

Modified:
  python-pyquery/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-21 10:28:13 UTC (rev 758455)
+++ PKGBUILD2020-11-21 10:29:08 UTC (rev 758456)
@@ -3,8 +3,8 @@
 # Contributor: Arnau Sanchez 
 
 pkgname=python-pyquery
-pkgver=1.4.1
-pkgrel=5
+pkgver=1.4.3
+pkgrel=1
 pkgdesc="A jquery-like library for python."
 arch=('any')
 url="https://github.com/gawel/pyquery/;
@@ -14,7 +14,7 @@
 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')
+sha512sums=('ab5110232d79209fb861fa3ac61c8803352c28c8372ba5d96b3fe731ebdb0b732c0c1642719c9cebbd0030a27edd2a962a7c368c99a7c966bf0ea77f7ae89a37')
 
 build() {
   cd pyquery-$pkgver


[arch-commits] Commit in python-pyquery/trunk (PKGBUILD)

2020-11-12 Thread Felix Yan via arch-commits
Date: Thursday, November 12, 2020 @ 18:01:44
  Author: felixonmars
Revision: 752915

upgpkg: python-pyquery 1.4.1-5: Python 3.9 rebuild

Modified:
  python-pyquery/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-12 18:01:33 UTC (rev 752914)
+++ PKGBUILD2020-11-12 18:01:44 UTC (rev 752915)
@@ -4,7 +4,7 @@
 
 pkgname=python-pyquery
 pkgver=1.4.1
-pkgrel=4
+pkgrel=5
 pkgdesc="A jquery-like library for python."
 arch=('any')
 url="https://github.com/gawel/pyquery/;


[arch-commits] Commit in python-pyquery/trunk (PKGBUILD)

2020-06-23 Thread Felix Yan via arch-commits
Date: Tuesday, June 23, 2020 @ 08:42:48
  Author: felixonmars
Revision: 650953

upgpkg: python-pyquery 1.4.1-3: remove python2 sibling

Modified:
  python-pyquery/trunk/PKGBUILD

--+
 PKGBUILD |   48 +++-
 1 file changed, 11 insertions(+), 37 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-23 08:42:16 UTC (rev 650952)
+++ PKGBUILD2020-06-23 08:42:48 UTC (rev 650953)
@@ -2,59 +2,33 @@
 # Contributor: speps 
 # Contributor: Arnau Sanchez 
 
-pkgbase=python-pyquery
-pkgname=('python-pyquery' 'python2-pyquery')
+pkgname=python-pyquery
 pkgver=1.4.1
-pkgrel=2
+pkgrel=3
 pkgdesc="A jquery-like library for python."
 arch=('any')
 url="https://github.com/gawel/pyquery/;
 license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-lxml' 
'python2-lxml'
- 'python-cssselect' 'python2-cssselect')
-checkdepends=('python-requests' 'python2-requests' 'python-webob' 
'python2-webob' 'python-nose'
-  'python2-nose' 'python-webtest' 'python2-webtest'
-  'python2-beautifulsoup4' 'python2-restkit')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/gawel/pyquery/archive/$pkgver.tar.gz;)
+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')
 
-prepare() {
-  cp -a pyquery-$pkgver{,-py2}
-}
-
 build() {
-  cd "$srcdir"/pyquery-$pkgver
+  cd pyquery-$pkgver
   python setup.py build
-
-  cd "$srcdir"/pyquery-$pkgver-py2
-  python2 setup.py build
 }
 
 check() {
-  cd "$srcdir"/pyquery-$pkgver
+  cd pyquery-$pkgver
   nosetests3
-
-  cd "$srcdir"/pyquery-$pkgver-py2
-  nosetests2
 }
 
-package_python-pyquery() {
-  depends=('python-lxml' 'python-cssselect')
-  optdepends=('python-webob: query wsgi app')
-
+package() {
   cd pyquery-$pkgver
   python setup.py install -O1 --root="$pkgdir"
 
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 LICENSE.txt -t "$pkgdir"/usr/share/licenses/$pkgname/
 }
-
-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-$pkgver-py2
-  python2 setup.py install -O1 --root="$pkgdir"
-
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}


[arch-commits] Commit in python-pyquery/trunk (PKGBUILD)

2020-04-01 Thread Eli Schwartz via arch-commits
Date: Wednesday, April 1, 2020 @ 16:27:45
  Author: eschwartz
Revision: 609004

python-pyquery: don't provide python-coverage to the nosetests, it will be 
ignored

You just get a log notice:
nose.plugins.cover: ERROR: Coverage not available: unable to import coverage 
module

But the tests pass fine, it simply skips the plugin, which we don't want anyway.

Modified:
  python-pyquery/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-01 16:27:09 UTC (rev 609003)
+++ PKGBUILD2020-04-01 16:27:45 UTC (rev 609004)
@@ -13,7 +13,7 @@
 makedepends=('python-setuptools' 'python2-setuptools' 'python-lxml' 
'python2-lxml'
  'python-cssselect' 'python2-cssselect')
 checkdepends=('python-requests' 'python2-requests' 'python-webob' 
'python2-webob' 'python-nose'
-  'python2-nose' 'python-coverage' 'python2-coverage' 
'python-webtest' 'python2-webtest'
+  'python2-nose' 'python-webtest' 'python2-webtest'
   'python2-beautifulsoup4' 'python2-restkit')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/gawel/pyquery/archive/$pkgver.tar.gz;)
 
sha512sums=('25fe43155ecfcafb34863cee0a4690f51f23690b866a9e985f605f9995093e6698dbe867e6a98978f6f389735666fe17328d60c59904456ee1b35ff450eae463')


[arch-commits] Commit in python-pyquery/trunk (PKGBUILD)

2019-11-05 Thread Felix Yan via arch-commits
Date: Tuesday, November 5, 2019 @ 20:57:39
  Author: felixonmars
Revision: 524228

upgpkg: python-pyquery 1.4.1-2

Modified:
  python-pyquery/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-05 20:57:08 UTC (rev 524227)
+++ PKGBUILD2019-11-05 20:57:39 UTC (rev 524228)
@@ -5,7 +5,7 @@
 pkgbase=python-pyquery
 pkgname=('python-pyquery' 'python2-pyquery')
 pkgver=1.4.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A jquery-like library for python."
 arch=('any')
 url="https://github.com/gawel/pyquery/;


[arch-commits] Commit in python-pyquery/trunk (PKGBUILD)

2019-11-05 Thread Felix Yan via arch-commits
Date: Tuesday, November 5, 2019 @ 20:33:01
  Author: felixonmars
Revision: 524211

upgpkg: python-pyquery 1.4.1-1

Modified:
  python-pyquery/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-05 20:32:41 UTC (rev 524210)
+++ PKGBUILD2019-11-05 20:33:01 UTC (rev 524211)
@@ -4,8 +4,8 @@
 
 pkgbase=python-pyquery
 pkgname=('python-pyquery' 'python2-pyquery')
-pkgver=1.4.0
-pkgrel=4
+pkgver=1.4.1
+pkgrel=1
 pkgdesc="A jquery-like library for python."
 arch=('any')
 url="https://github.com/gawel/pyquery/;
@@ -16,7 +16,7 @@
   'python2-nose' 'python-coverage' 'python2-coverage' 
'python-webtest' 'python2-webtest'
   'python2-beautifulsoup4' 'python2-restkit')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/gawel/pyquery/archive/$pkgver.tar.gz;)
-sha512sums=('1f49909ec07d7e8f5919735691c3dfa53e4be05ed4bf065992a2115fa63f8a5d1ab7aead077829fa2951836d9115c23b248d1288a51691fafd48d99de52af200')
+sha512sums=('25fe43155ecfcafb34863cee0a4690f51f23690b866a9e985f605f9995093e6698dbe867e6a98978f6f389735666fe17328d60c59904456ee1b35ff450eae463')
 
 prepare() {
   cp -a pyquery-$pkgver{,-py2}


[arch-commits] Commit in python-pyquery/trunk (PKGBUILD)

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 06:13:05
  Author: felixonmars
Revision: 523330

Python 3.8 rebuild

Modified:
  python-pyquery/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-04 06:12:56 UTC (rev 523329)
+++ PKGBUILD2019-11-04 06:13:05 UTC (rev 523330)
@@ -5,7 +5,7 @@
 pkgbase=python-pyquery
 pkgname=('python-pyquery' 'python2-pyquery')
 pkgver=1.4.0
-pkgrel=3
+pkgrel=4
 pkgdesc="A jquery-like library for python."
 arch=('any')
 url="https://github.com/gawel/pyquery/;


[arch-commits] Commit in python-pyquery/trunk (PKGBUILD)

2019-10-26 Thread Felix Yan via arch-commits
Date: Saturday, October 26, 2019 @ 20:28:07
  Author: felixonmars
Revision: 520547

Python 3.8 rebuild

Modified:
  python-pyquery/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-26 20:28:06 UTC (rev 520546)
+++ PKGBUILD2019-10-26 20:28:07 UTC (rev 520547)
@@ -5,7 +5,7 @@
 pkgbase=python-pyquery
 pkgname=('python-pyquery' 'python2-pyquery')
 pkgver=1.4.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A jquery-like library for python."
 arch=('any')
 url="https://github.com/gawel/pyquery/;


[arch-commits] Commit in python-pyquery/trunk (PKGBUILD)

2018-07-17 Thread Eli Schwartz via arch-commits
Date: Wednesday, July 18, 2018 @ 02:50:49
  Author: eschwartz
Revision: 361542

upgpkg: python-pyquery 1.4.0-2

python 3.7 rebuild

Modified:
  python-pyquery/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-07-18 02:49:49 UTC (rev 361541)
+++ PKGBUILD2018-07-18 02:50:49 UTC (rev 361542)
@@ -6,11 +6,11 @@
 pkgbase=python-pyquery
 pkgname=('python-pyquery' 'python2-pyquery')
 pkgver=1.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A jquery-like library for python."
 arch=('any')
 url="https://github.com/gawel/pyquery/;
-license=('custom:BSD')
+license=('BSD')
 makedepends=('python-setuptools' 'python2-setuptools' 'python-lxml' 
'python2-lxml'
  'python-cssselect' 'python2-cssselect')
 checkdepends=('python-requests' 'python2-requests' 'python-webob' 
'python2-webob' 'python-nose'


[arch-commits] Commit in python-pyquery/trunk (PKGBUILD)

2018-01-11 Thread Felix Yan via arch-commits
Date: Friday, January 12, 2018 @ 05:52:35
  Author: felixonmars
Revision: 281530

upgpkg: python-pyquery 1.4.0-1

Modified:
  python-pyquery/trunk/PKGBUILD

--+
 PKGBUILD |   33 +
 1 file changed, 17 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-12 05:51:56 UTC (rev 281529)
+++ PKGBUILD2018-01-12 05:52:35 UTC (rev 281530)
@@ -5,36 +5,37 @@
 
 pkgbase=python-pyquery
 pkgname=('python-pyquery' 'python2-pyquery')
-pkgver=1.3.0
+pkgver=1.4.0
 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')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-lxml' 
'python2-lxml'
+ 'python-cssselect' 'python2-cssselect')
+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=("$pkgbase-$pkgver.tar.gz::https://github.com/gawel/pyquery/archive/$pkgver.tar.gz;)
+sha512sums=('1f49909ec07d7e8f5919735691c3dfa53e4be05ed4bf065992a2115fa63f8a5d1ab7aead077829fa2951836d9115c23b248d1288a51691fafd48d99de52af200')
 
 prepare() {
-  cp -a pyquery{,-py2}
+  cp -a pyquery-$pkgver{,-py2}
 }
 
 build() {
-  cd "$srcdir"/pyquery
+  cd "$srcdir"/pyquery-$pkgver
   python setup.py build
 
-  cd "$srcdir"/pyquery-py2
+  cd "$srcdir"/pyquery-$pkgver-py2
   python2 setup.py build
 }
 
 check() {
-  cd "$srcdir"/pyquery
+  cd "$srcdir"/pyquery-$pkgver
   nosetests3
 
-  cd "$srcdir"/pyquery-py2
+  cd "$srcdir"/pyquery-$pkgver-py2
   nosetests2
 }
 
@@ -42,8 +43,8 @@
   depends=('python-lxml' 'python-cssselect')
   optdepends=('python-webob: query wsgi app')
 
-  cd pyquery
-  python setup.py install -O1 --root="$pkgdir/"
+  cd pyquery-$pkgver
+  python setup.py install -O1 --root="$pkgdir"
 
   install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
@@ -53,8 +54,8 @@
   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/"
+  cd pyquery-$pkgver-py2
+  python2 setup.py install -O1 --root="$pkgdir"
 
   install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }


[arch-commits] Commit in python-pyquery/trunk (PKGBUILD)

2017-10-22 Thread Felix Yan
Date: Sunday, October 22, 2017 @ 12:57:41
  Author: felixonmars
Revision: 263974

upgpkg: python-pyquery 1.3.0-1

Modified:
  python-pyquery/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-22 12:35:05 UTC (rev 263973)
+++ PKGBUILD2017-10-22 12:57:41 UTC (rev 263974)
@@ -5,8 +5,8 @@
 
 pkgbase=python-pyquery
 pkgname=('python-pyquery' 'python2-pyquery')
-pkgver=1.2.17
-pkgrel=2
+pkgver=1.3.0
+pkgrel=1
 pkgdesc="A jquery-like library for python."
 arch=('any')
 url="https://github.com/gawel/pyquery/;


[arch-commits] Commit in python-pyquery/trunk (PKGBUILD)

2017-10-04 Thread Felix Yan
Date: Wednesday, October 4, 2017 @ 15:49:45
  Author: felixonmars
Revision: 261511

update email

Modified:
  python-pyquery/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-04 15:49:27 UTC (rev 261510)
+++ PKGBUILD2017-10-04 15:49:45 UTC (rev 261511)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer : Felix Yan 
+# Maintainer : Felix Yan 
 # Contributor: speps 
 # Contributor: Arnau Sanchez 
 


[arch-commits] Commit in python-pyquery/trunk (PKGBUILD)

2016-12-24 Thread Bartłomiej Piotrowski
Date: Sunday, December 25, 2016 @ 05:46:09
  Author: bpiotrowski
Revision: 201835

Python 3.6 rebuild

Modified:
  python-pyquery/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-25 05:45:23 UTC (rev 201834)
+++ PKGBUILD2016-12-25 05:46:09 UTC (rev 201835)
@@ -6,7 +6,7 @@
 pkgbase=python-pyquery
 pkgname=('python-pyquery' 'python2-pyquery')
 pkgver=1.2.17
-pkgrel=1
+pkgrel=2
 pkgdesc="A jquery-like library for python."
 arch=('any')
 url="https://github.com/gawel/pyquery/;


[arch-commits] Commit in python-pyquery/trunk (PKGBUILD)

2016-10-15 Thread Felix Yan
Date: Saturday, October 15, 2016 @ 11:50:01
  Author: felixonmars
Revision: 192299

upgpkg: python-pyquery 1.2.17-1

Modified:
  python-pyquery/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-15 11:43:00 UTC (rev 192298)
+++ PKGBUILD2016-10-15 11:50:01 UTC (rev 192299)
@@ -5,7 +5,7 @@
 
 pkgbase=python-pyquery
 pkgname=('python-pyquery' 'python2-pyquery')
-pkgver=1.2.15
+pkgver=1.2.17
 pkgrel=1
 pkgdesc="A jquery-like library for python."
 arch=('any')


[arch-commits] Commit in python-pyquery/trunk (PKGBUILD)

2016-10-11 Thread Felix Yan
Date: Wednesday, October 12, 2016 @ 04:31:59
  Author: felixonmars
Revision: 191976

upgpkg: python-pyquery 1.2.15-1

Modified:
  python-pyquery/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-12 04:30:47 UTC (rev 191975)
+++ PKGBUILD2016-10-12 04:31:59 UTC (rev 191976)
@@ -5,7 +5,7 @@
 
 pkgbase=python-pyquery
 pkgname=('python-pyquery' 'python2-pyquery')
-pkgver=1.2.13
+pkgver=1.2.15
 pkgrel=1
 pkgdesc="A jquery-like library for python."
 arch=('any')


[arch-commits] Commit in python-pyquery/trunk (PKGBUILD)

2016-04-12 Thread Felix Yan
Date: Tuesday, April 12, 2016 @ 18:08:32
  Author: fyan
Revision: 170776

upgpkg: python-pyquery 1.2.13-1

Modified:
  python-pyquery/trunk/PKGBUILD

--+
 PKGBUILD |   33 +++--
 1 file changed, 15 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-12 15:49:18 UTC (rev 170775)
+++ PKGBUILD2016-04-12 16:08:32 UTC (rev 170776)
@@ -3,41 +3,38 @@
 # Contributor: speps 
 # Contributor: Arnau Sanchez 
 
-_name=pyquery
 pkgbase=python-pyquery
 pkgname=('python-pyquery' 'python2-pyquery')
-pkgver=1.2.11
-pkgrel=2
+pkgver=1.2.13
+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')
+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=("http://pypi.python.org/packages/source/p/$_name/$_name-$pkgver.tar.gz;
-"https://bitbucket.org/olauzanne/pyquery/raw/b70710332032/LICENSE.txt;)
-sha512sums=('56ee20e0aefdd290069151d5085a876d6502a226ced72bd43e3e88572f31eecee7abecf4bdd38a1a17685021328963e9fe45eaaac121dc880bcb6ba74b8df12d'
-
'4932f86cbe9ed4c2e658acf9c228fdb0b2430fd622d559555196c7db0f43ea435483c7ae9916c325b40130334f4706d30e5adea6bc1d097b3283a7fc64926685')
+source=("git+https://github.com/gawel/pyquery.git#tag=$pkgver;)
+sha512sums=('SKIP')
 
 prepare() {
-  cp -a "$_name-$pkgver"{,-python2}
+  cp -a pyquery{,-py2}
 }
 
 build() {
-  cd $_name-$pkgver
+  cd "$srcdir"/pyquery
   python setup.py build
 
-  cd ../$_name-$pkgver-python2
+  cd "$srcdir"/pyquery-py2
   python2 setup.py build
 }
 
 check() {
-  cd $_name-$pkgver
+  cd "$srcdir"/pyquery
   nosetests3
 
-  cd ../$_name-$pkgver-python2
+  cd "$srcdir"/pyquery-py2
   nosetests2
 }
 
@@ -45,10 +42,10 @@
   depends=('python-lxml' 'python-cssselect')
   optdepends=('python-webob: query wsgi app')
 
-  cd $_name-$pkgver
-  python3 setup.py install -O1 --root="$pkgdir/"
+  cd pyquery
+  python setup.py install -O1 --root="$pkgdir/"
 
-  install -Dm644 ../LICENSE.txt 
"$pkgdir/usr/share/licenses/python-pyquery/LICENSE"
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
 
 package_python2-pyquery() {
@@ -56,8 +53,8 @@
   optdepends=('python2-webob: to query wsgi app'
   'python2-restkit: to get url directly with a HostProxy app')
 
-  cd $_name-$pkgver-python2
+  cd pyquery-py2
   python2 setup.py install -O1 --root="$pkgdir/"
 
-  install -Dm644 ../LICENSE.txt 
"$pkgdir/usr/share/licenses/python2-pyquery/LICENSE"
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }


[arch-commits] Commit in python-pyquery/trunk (PKGBUILD)

2016-02-02 Thread Felix Yan
Date: Tuesday, February 2, 2016 @ 15:47:54
  Author: fyan
Revision: 159976

upgpkg: python-pyquery 1.2.11-2

fix dependencies

Modified:
  python-pyquery/trunk/PKGBUILD

--+
 PKGBUILD |   15 ++-
 1 file changed, 10 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-02 14:41:09 UTC (rev 159975)
+++ PKGBUILD2016-02-02 14:47:54 UTC (rev 159976)
@@ -7,7 +7,7 @@
 pkgbase=python-pyquery
 pkgname=('python-pyquery' 'python2-pyquery')
 pkgver=1.2.11
-pkgrel=1
+pkgrel=2
 pkgdesc="A jquery-like library for python."
 arch=('any')
 url="https://github.com/gawel/pyquery/;
@@ -14,8 +14,8 @@
 license=('custom:BSD')
 makedepends=('python-setuptools' 'python2-setuptools' 'python-lxml' 
'python2-lxml' 'python-cssselect' 'python2-cssselect')
 checkdepends=('python-requests' 'python2-requests' 'python-webob' 
'python2-webob' 'python-nose' 'python2-nose'
-  'python-coverage' 'python2-coverage' 'python-webtest' 
'python2-webtest' 'python2-beautifulsoup4')
-  # In AUR: 'python-waitress' 'python2-waitress') 
+  'python-coverage' 'python2-coverage' 'python-webtest' 
'python2-webtest' 'python2-beautifulsoup4'
+  'python2-restkit')
 source=("http://pypi.python.org/packages/source/p/$_name/$_name-$pkgver.tar.gz;
 "https://bitbucket.org/olauzanne/pyquery/raw/b70710332032/LICENSE.txt;)
 
sha512sums=('56ee20e0aefdd290069151d5085a876d6502a226ced72bd43e3e88572f31eecee7abecf4bdd38a1a17685021328963e9fe45eaaac121dc880bcb6ba74b8df12d'
@@ -35,14 +35,16 @@
 
 check() {
   cd $_name-$pkgver
-  nosetests3 || warning "Tests failed"
+  nosetests3
 
   cd ../$_name-$pkgver-python2
-  nosetests2 || warning "Tests failed"
+  nosetests2
 }
 
 package_python-pyquery() {
   depends=('python-lxml' 'python-cssselect')
+  optdepends=('python-webob: query wsgi app')
+
   cd $_name-$pkgver
   python3 setup.py install -O1 --root="$pkgdir/"
 
@@ -51,6 +53,9 @@
 
 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 $_name-$pkgver-python2
   python2 setup.py install -O1 --root="$pkgdir/"
 


[arch-commits] Commit in python-pyquery/trunk (PKGBUILD)

2016-01-05 Thread Felix Yan
Date: Tuesday, January 5, 2016 @ 16:19:10
  Author: fyan
Revision: 155515

upgpkg: python-pyquery 1.2.10-1

Modified:
  python-pyquery/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-01-05 09:32:10 UTC (rev 155514)
+++ PKGBUILD2016-01-05 15:19:10 UTC (rev 155515)
@@ -6,8 +6,8 @@
 _name=pyquery
 pkgbase=python-pyquery
 pkgname=('python-pyquery' 'python2-pyquery')
-pkgver=1.2.9
-pkgrel=2
+pkgver=1.2.10
+pkgrel=1
 pkgdesc="A jquery-like library for python."
 arch=('any')
 url="https://github.com/gawel/pyquery/;
@@ -16,9 +16,9 @@
 checkdepends=('python-requests' 'python2-requests' 'python-webob' 
'python2-webob' 'python-nose' 'python2-nose'
   'python-coverage' 'python2-coverage' 'python-webtest' 
'python2-webtest' 'python2-beautifulsoup4')
   # In AUR: 'python-waitress' 'python2-waitress') 
-source=("http://pypi.python.org/packages/source/p/$_name/$_name-$pkgver.zip;
+source=("http://pypi.python.org/packages/source/p/$_name/$_name-$pkgver.tar.gz;
 "https://bitbucket.org/olauzanne/pyquery/raw/b70710332032/LICENSE.txt;)
-sha512sums=('f5152b471c896b39032add6a7f0e6ce63f426b4903bc7cf9eef12723c73453b40c310dd1497a7c4189fc6faaf804690fd91fb6d2f97fb6c4d6314682de4b8d05'
+sha512sums=('6e5ccc0d95972da7c6ab67e1dda5c61cd844848c5eba8017f3275979729e5a99a1fce38ae36ed15cee935d07d093fa415d7449fa762833eefbae1e5390af251f'
 
'4932f86cbe9ed4c2e658acf9c228fdb0b2430fd622d559555196c7db0f43ea435483c7ae9916c325b40130334f4706d30e5adea6bc1d097b3283a7fc64926685')
 
 prepare() {


[arch-commits] Commit in python-pyquery/trunk (PKGBUILD)

2015-09-19 Thread Felix Yan
Date: Sunday, September 20, 2015 @ 04:01:51
  Author: fyan
Revision: 14

upgpkg: python-pyquery 1.2.9-2

rebuild for python 3.5

Modified:
  python-pyquery/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-20 01:54:45 UTC (rev 141110)
+++ PKGBUILD2015-09-20 02:01:51 UTC (rev 14)
@@ -7,7 +7,7 @@
 pkgbase=python-pyquery
 pkgname=('python-pyquery' 'python2-pyquery')
 pkgver=1.2.9
-pkgrel=1
+pkgrel=2
 pkgdesc="A jquery-like library for python."
 arch=('any')
 url="https://github.com/gawel/pyquery/;


[arch-commits] Commit in python-pyquery/trunk (PKGBUILD)

2014-08-23 Thread Felix Yan
Date: Saturday, August 23, 2014 @ 08:07:10
  Author: fyan
Revision: 117787

upgpkg: python-pyquery 1.2.9-1

Modified:
  python-pyquery/trunk/PKGBUILD

--+
 PKGBUILD |   30 +-
 1 file changed, 21 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-22 20:12:30 UTC (rev 117786)
+++ PKGBUILD2014-08-23 06:07:10 UTC (rev 117787)
@@ -6,26 +6,41 @@
 _name=pyquery
 pkgbase=python-pyquery
 pkgname=('python-pyquery' 'python2-pyquery')
-pkgver=1.2.8
-pkgrel=3
+pkgver=1.2.9
+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')
+checkdepends=('python-requests' 'python2-requests' 'python-webob' 
'python2-webob' 'python-nose' 'python2-nose'
+  'python-coverage' 'python2-coverage' 'python-webtest' 
'python2-webtest' 'python2-beautifulsoup4')
+  # In AUR: 'python-waitress' 'python2-waitress') 
 source=(http://pypi.python.org/packages/source/p/$_name/$_name-$pkgver.zip;
 https://bitbucket.org/olauzanne/pyquery/raw/b70710332032/LICENSE.txt;)
- 
+sha512sums=('f5152b471c896b39032add6a7f0e6ce63f426b4903bc7cf9eef12723c73453b40c310dd1497a7c4189fc6faaf804690fd91fb6d2f97fb6c4d6314682de4b8d05'
+
'4932f86cbe9ed4c2e658acf9c228fdb0b2430fd622d559555196c7db0f43ea435483c7ae9916c325b40130334f4706d30e5adea6bc1d097b3283a7fc64926685')
+
+prepare() {
+  cp -a $_name-$pkgver{,-python2}
+}
+
 build() {
-  cp -r $_name-$pkgver $_name-$pkgver-python2
-
   cd $_name-$pkgver
-  python3 setup.py build
+  python setup.py build
 
   cd ../$_name-$pkgver-python2
   python2 setup.py build
 }
 
+check() {
+  cd $_name-$pkgver
+  nosetests3 || warning Tests failed
+
+  cd ../$_name-$pkgver-python2
+  nosetests2 || warning Tests failed
+}
+
 package_python-pyquery() {
   depends=('python-lxml' 'python-cssselect')
   cd $_name-$pkgver
@@ -41,6 +56,3 @@
 
   install -Dm644 ../LICENSE.txt 
$pkgdir/usr/share/licenses/python2-pyquery/LICENSE
 }
-
-sha512sums=('9d344a5c4b0dd565e31c803ceecb217c71f9a70badbc65f9fcfb4a2cccb725a1bf938ed0b1697dcfdf0ec967321dccc1916a884ffdb0af9828a65005f63c47d7'
-
'4932f86cbe9ed4c2e658acf9c228fdb0b2430fd622d559555196c7db0f43ea435483c7ae9916c325b40130334f4706d30e5adea6bc1d097b3283a7fc64926685')



[arch-commits] Commit in python-pyquery/trunk (PKGBUILD)

2014-03-16 Thread Felix Yan
Date: Monday, March 17, 2014 @ 05:51:40
  Author: fyan
Revision: 107330

upgpkg: python-pyquery 1.2.8-3

- python 3.4 rebuild

Modified:
  python-pyquery/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-17 04:48:38 UTC (rev 107329)
+++ PKGBUILD2014-03-17 04:51:40 UTC (rev 107330)
@@ -7,7 +7,7 @@
 pkgbase=python-pyquery
 pkgname=('python-pyquery' 'python2-pyquery')
 pkgver=1.2.8
-pkgrel=2
+pkgrel=3
 pkgdesc=A jquery-like library for python.
 arch=('any')
 url=https://github.com/gawel/pyquery/;



[arch-commits] Commit in python-pyquery/trunk (PKGBUILD)

2014-01-28 Thread Felix Yan
Date: Tuesday, January 28, 2014 @ 16:12:06
  Author: fyan
Revision: 104957

upgpkg: python-pyquery 1.2.8-2

- add missing -O1 option, to include .pyo files in package

Modified:
  python-pyquery/trunk/PKGBUILD

--+
 PKGBUILD |8 +++-
 1 file changed, 3 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-01-28 15:08:11 UTC (rev 104956)
+++ PKGBUILD2014-01-28 15:12:06 UTC (rev 104957)
@@ -7,7 +7,7 @@
 pkgbase=python-pyquery
 pkgname=('python-pyquery' 'python2-pyquery')
 pkgver=1.2.8
-pkgrel=1
+pkgrel=2
 pkgdesc=A jquery-like library for python.
 arch=('any')
 url=https://github.com/gawel/pyquery/;
@@ -29,7 +29,7 @@
 package_python-pyquery() {
   depends=('python-lxml' 'python-cssselect')
   cd $_name-$pkgver
-  python3 setup.py install --root=$pkgdir/
+  python3 setup.py install -O1 --root=$pkgdir/
 
   install -Dm644 ../LICENSE.txt 
$pkgdir/usr/share/licenses/python-pyquery/LICENSE
 }
@@ -37,12 +37,10 @@
 package_python2-pyquery() {
   depends=('python2-lxml' 'python2-cssselect')
   cd $_name-$pkgver-python2
-  python2 setup.py install --root=$pkgdir/
+  python2 setup.py install -O1 --root=$pkgdir/
 
   install -Dm644 ../LICENSE.txt 
$pkgdir/usr/share/licenses/python2-pyquery/LICENSE
 }
 
-sha512sums=('e814154370e3e242b246a153e209e395cbd0b420dec13ff4dac565eab39bfd8c8040b9113b30c664fa11d0b989e6b7ef6bbc4fbe53f17e78ccff6812445b4c9d'
-
'4932f86cbe9ed4c2e658acf9c228fdb0b2430fd622d559555196c7db0f43ea435483c7ae9916c325b40130334f4706d30e5adea6bc1d097b3283a7fc64926685')
 
sha512sums=('9d344a5c4b0dd565e31c803ceecb217c71f9a70badbc65f9fcfb4a2cccb725a1bf938ed0b1697dcfdf0ec967321dccc1916a884ffdb0af9828a65005f63c47d7'
 
'4932f86cbe9ed4c2e658acf9c228fdb0b2430fd622d559555196c7db0f43ea435483c7ae9916c325b40130334f4706d30e5adea6bc1d097b3283a7fc64926685')



[arch-commits] Commit in python-pyquery/trunk (PKGBUILD)

2013-12-21 Thread Felix Yan
Date: Saturday, December 21, 2013 @ 16:06:32
  Author: fyan
Revision: 102829

upgpkg: python-pyquery 1.2.8-1

Modified:
  python-pyquery/trunk/PKGBUILD

--+
 PKGBUILD |4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-12-21 15:00:24 UTC (rev 102828)
+++ PKGBUILD2013-12-21 15:06:32 UTC (rev 102829)
@@ -6,7 +6,7 @@
 _name=pyquery
 pkgbase=python-pyquery
 pkgname=('python-pyquery' 'python2-pyquery')
-pkgver=1.2.7
+pkgver=1.2.8
 pkgrel=1
 pkgdesc=A jquery-like library for python.
 arch=('any')
@@ -44,3 +44,5 @@
 
 
sha512sums=('e814154370e3e242b246a153e209e395cbd0b420dec13ff4dac565eab39bfd8c8040b9113b30c664fa11d0b989e6b7ef6bbc4fbe53f17e78ccff6812445b4c9d'
 
'4932f86cbe9ed4c2e658acf9c228fdb0b2430fd622d559555196c7db0f43ea435483c7ae9916c325b40130334f4706d30e5adea6bc1d097b3283a7fc64926685')
+sha512sums=('9d344a5c4b0dd565e31c803ceecb217c71f9a70badbc65f9fcfb4a2cccb725a1bf938ed0b1697dcfdf0ec967321dccc1916a884ffdb0af9828a65005f63c47d7'
+
'4932f86cbe9ed4c2e658acf9c228fdb0b2430fd622d559555196c7db0f43ea435483c7ae9916c325b40130334f4706d30e5adea6bc1d097b3283a7fc64926685')



[arch-commits] Commit in python-pyquery/trunk (PKGBUILD)

2013-12-20 Thread Felix Yan
Date: Saturday, December 21, 2013 @ 04:38:11
  Author: fyan
Revision: 102814

upgpkg: python-pyquery 1.2.7-1

Modified:
  python-pyquery/trunk/PKGBUILD

--+
 PKGBUILD |   13 ++---
 1 file changed, 6 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-12-21 03:38:03 UTC (rev 102813)
+++ PKGBUILD2013-12-21 03:38:11 UTC (rev 102814)
@@ -6,7 +6,7 @@
 _name=pyquery
 pkgbase=python-pyquery
 pkgname=('python-pyquery' 'python2-pyquery')
-pkgver=1.2.6
+pkgver=1.2.7
 pkgrel=1
 pkgdesc=A jquery-like library for python.
 arch=('any')
@@ -17,19 +17,18 @@
 https://bitbucket.org/olauzanne/pyquery/raw/b70710332032/LICENSE.txt;)
  
 build() {
-  cd $srcdir
   cp -r $_name-$pkgver $_name-$pkgver-python2
 
-  cd $srcdir/$_name-$pkgver
+  cd $_name-$pkgver
   python3 setup.py build
 
-  cd $srcdir/$_name-$pkgver-python2
+  cd ../$_name-$pkgver-python2
   python2 setup.py build
 }
 
 package_python-pyquery() {
   depends=('python-lxml' 'python-cssselect')
-  cd $srcdir/$_name-$pkgver
+  cd $_name-$pkgver
   python3 setup.py install --root=$pkgdir/
 
   install -Dm644 ../LICENSE.txt 
$pkgdir/usr/share/licenses/python-pyquery/LICENSE
@@ -37,11 +36,11 @@
 
 package_python2-pyquery() {
   depends=('python2-lxml' 'python2-cssselect')
-  cd $srcdir/$_name-$pkgver-python2
+  cd $_name-$pkgver-python2
   python2 setup.py install --root=$pkgdir/
 
   install -Dm644 ../LICENSE.txt 
$pkgdir/usr/share/licenses/python2-pyquery/LICENSE
 }
 
-sha512sums=('80e3eaf57b172e41c33f0c9d65d611495682570e8c86a3d9b56ff191e1f7699b60d882f6429b17e97712e97bd756d7f9cc8f0d4c05e22c425cb656f12b135ac3'
+sha512sums=('e814154370e3e242b246a153e209e395cbd0b420dec13ff4dac565eab39bfd8c8040b9113b30c664fa11d0b989e6b7ef6bbc4fbe53f17e78ccff6812445b4c9d'
 
'4932f86cbe9ed4c2e658acf9c228fdb0b2430fd622d559555196c7db0f43ea435483c7ae9916c325b40130334f4706d30e5adea6bc1d097b3283a7fc64926685')



[arch-commits] Commit in python-pyquery/trunk (PKGBUILD)

2013-10-11 Thread Felix Yan
Date: Friday, October 11, 2013 @ 09:43:00
  Author: fyan
Revision: 98453

upgpkg: python-pyquery 1.2.6-1

Modified:
  python-pyquery/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-10 20:04:45 UTC (rev 98452)
+++ PKGBUILD2013-10-11 07:43:00 UTC (rev 98453)
@@ -6,7 +6,7 @@
 _name=pyquery
 pkgbase=python-pyquery
 pkgname=('python-pyquery' 'python2-pyquery')
-pkgver=1.2.5
+pkgver=1.2.6
 pkgrel=1
 pkgdesc=A jquery-like library for python.
 arch=('any')
@@ -43,5 +43,5 @@
   install -Dm644 ../LICENSE.txt 
$pkgdir/usr/share/licenses/python2-pyquery/LICENSE
 }
 
-sha512sums=('c438c9ce6821336eb94ca9bbf43f6a4df53281ed58ce4c07479cf8c34d79051c195b50351a972c7444a49813aad8125e7b4622f8ef45bb390dde5ad64e541293'
+sha512sums=('80e3eaf57b172e41c33f0c9d65d611495682570e8c86a3d9b56ff191e1f7699b60d882f6429b17e97712e97bd756d7f9cc8f0d4c05e22c425cb656f12b135ac3'
 
'4932f86cbe9ed4c2e658acf9c228fdb0b2430fd622d559555196c7db0f43ea435483c7ae9916c325b40130334f4706d30e5adea6bc1d097b3283a7fc64926685')



[arch-commits] Commit in python-pyquery/trunk (PKGBUILD)

2013-10-11 Thread Felix Yan
Date: Friday, October 11, 2013 @ 10:07:07
  Author: fyan
Revision: 98457

fix: use setuptools instead of distribute

Modified:
  python-pyquery/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-11 08:01:26 UTC (rev 98456)
+++ PKGBUILD2013-10-11 08:07:07 UTC (rev 98457)
@@ -12,7 +12,7 @@
 arch=('any')
 url=https://github.com/gawel/pyquery/;
 license=('custom:BSD')
-makedepends=('python-distribute' 'python2-distribute' 'python-lxml' 
'python2-lxml' 'python-cssselect' 'python2-cssselect')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-lxml' 
'python2-lxml' 'python-cssselect' 'python2-cssselect')
 source=(http://pypi.python.org/packages/source/p/$_name/$_name-$pkgver.zip;
 https://bitbucket.org/olauzanne/pyquery/raw/b70710332032/LICENSE.txt;)
  



[arch-commits] Commit in python-pyquery/trunk (PKGBUILD)

2013-10-10 Thread Felix Yan
Date: Thursday, October 10, 2013 @ 18:23:45
  Author: fyan
Revision: 98445

upgpkg: python-pyquery 1.2.5-1

Modified:
  python-pyquery/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-10 16:19:18 UTC (rev 98444)
+++ PKGBUILD2013-10-10 16:23:45 UTC (rev 98445)
@@ -6,7 +6,7 @@
 _name=pyquery
 pkgbase=python-pyquery
 pkgname=('python-pyquery' 'python2-pyquery')
-pkgver=1.2.4
+pkgver=1.2.5
 pkgrel=1
 pkgdesc=A jquery-like library for python.
 arch=('any')
@@ -13,7 +13,7 @@
 url=https://github.com/gawel/pyquery/;
 license=('custom:BSD')
 makedepends=('python-distribute' 'python2-distribute' 'python-lxml' 
'python2-lxml' 'python-cssselect' 'python2-cssselect')
-source=(http://pypi.python.org/packages/source/p/$_name/$_name-$pkgver.tar.gz;
+source=(http://pypi.python.org/packages/source/p/$_name/$_name-$pkgver.zip;
 https://bitbucket.org/olauzanne/pyquery/raw/b70710332032/LICENSE.txt;)
  
 build() {
@@ -43,5 +43,5 @@
   install -Dm644 ../LICENSE.txt 
$pkgdir/usr/share/licenses/python2-pyquery/LICENSE
 }
 
-md5sums=('268f08258738d21bc1920d7522f2a63b'
- '4f88ad79969b924fb6038be3de456dee')
+sha512sums=('c438c9ce6821336eb94ca9bbf43f6a4df53281ed58ce4c07479cf8c34d79051c195b50351a972c7444a49813aad8125e7b4622f8ef45bb390dde5ad64e541293'
+
'4932f86cbe9ed4c2e658acf9c228fdb0b2430fd622d559555196c7db0f43ea435483c7ae9916c325b40130334f4706d30e5adea6bc1d097b3283a7fc64926685')



[arch-commits] Commit in python-pyquery/trunk (PKGBUILD)

2013-04-14 Thread Felix Yan
Date: Monday, April 15, 2013 @ 05:27:29
  Author: fyan
Revision: 88246

update upstream url

Modified:
  python-pyquery/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-15 02:08:51 UTC (rev 88245)
+++ PKGBUILD2013-04-15 03:27:29 UTC (rev 88246)
@@ -10,7 +10,7 @@
 pkgrel=1
 pkgdesc=A jquery-like library for python.
 arch=('any')
-url=http://www.bitbucket.org/olauzanne/pyquery;
+url=https://github.com/gawel/pyquery/;
 license=('custom:BSD')
 makedepends=('python-distribute' 'python2-distribute' 'python-lxml' 
'python2-lxml' 'python-cssselect' 'python2-cssselect')
 source=(http://pypi.python.org/packages/source/p/$_name/$_name-$pkgver.tar.gz;