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

Felix Yan fyan at nymeria.archlinux.org
Tue Jan 28 15:12:54 UTC 2014


    Date: Tuesday, January 28, 2014 @ 16:12:54
  Author: fyan
Revision: 104958

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   94 +++++++++++++++++++++++++++++--------------------------------
 1 file changed, 46 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-01-28 15:12:06 UTC (rev 104957)
+++ PKGBUILD	2014-01-28 15:12:54 UTC (rev 104958)
@@ -1,48 +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>
-
-_name=pyquery
-pkgbase=python-pyquery
-pkgname=('python-pyquery' 'python2-pyquery')
-pkgver=1.2.8
-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')
-source=("http://pypi.python.org/packages/source/p/$_name/$_name-$pkgver.zip"
-        "https://bitbucket.org/olauzanne/pyquery/raw/b70710332032/LICENSE.txt")
- 
-build() {
-  cp -r "$_name-$pkgver" "$_name-$pkgver-python2"
-
-  cd $_name-$pkgver
-  python3 setup.py build
-
-  cd ../$_name-$pkgver-python2
-  python2 setup.py build
-}
-
-package_python-pyquery() {
-  depends=('python-lxml' 'python-cssselect')
-  cd $_name-$pkgver
-  python3 setup.py install --root="$pkgdir/"
-
-  install -Dm644 ../LICENSE.txt "$pkgdir/usr/share/licenses/python-pyquery/LICENSE"
-}
-
-package_python2-pyquery() {
-  depends=('python2-lxml' 'python2-cssselect')
-  cd $_name-$pkgver-python2
-  python2 setup.py install --root="$pkgdir/"
-
-  install -Dm644 ../LICENSE.txt "$pkgdir/usr/share/licenses/python2-pyquery/LICENSE"
-}
-
-sha512sums=('e814154370e3e242b246a153e209e395cbd0b420dec13ff4dac565eab39bfd8c8040b9113b30c664fa11d0b989e6b7ef6bbc4fbe53f17e78ccff6812445b4c9d'
-            '4932f86cbe9ed4c2e658acf9c228fdb0b2430fd622d559555196c7db0f43ea435483c7ae9916c325b40130334f4706d30e5adea6bc1d097b3283a7fc64926685')
-sha512sums=('9d344a5c4b0dd565e31c803ceecb217c71f9a70badbc65f9fcfb4a2cccb725a1bf938ed0b1697dcfdf0ec967321dccc1916a884ffdb0af9828a65005f63c47d7'
-            '4932f86cbe9ed4c2e658acf9c228fdb0b2430fd622d559555196c7db0f43ea435483c7ae9916c325b40130334f4706d30e5adea6bc1d097b3283a7fc64926685')

Copied: python-pyquery/repos/community-any/PKGBUILD (from rev 104957, python-pyquery/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-01-28 15:12:54 UTC (rev 104958)
@@ -0,0 +1,46 @@
+# $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>
+
+_name=pyquery
+pkgbase=python-pyquery
+pkgname=('python-pyquery' 'python2-pyquery')
+pkgver=1.2.8
+pkgrel=2
+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')
+source=("http://pypi.python.org/packages/source/p/$_name/$_name-$pkgver.zip"
+        "https://bitbucket.org/olauzanne/pyquery/raw/b70710332032/LICENSE.txt")
+ 
+build() {
+  cp -r "$_name-$pkgver" "$_name-$pkgver-python2"
+
+  cd $_name-$pkgver
+  python3 setup.py build
+
+  cd ../$_name-$pkgver-python2
+  python2 setup.py build
+}
+
+package_python-pyquery() {
+  depends=('python-lxml' 'python-cssselect')
+  cd $_name-$pkgver
+  python3 setup.py install -O1 --root="$pkgdir/"
+
+  install -Dm644 ../LICENSE.txt "$pkgdir/usr/share/licenses/python-pyquery/LICENSE"
+}
+
+package_python2-pyquery() {
+  depends=('python2-lxml' 'python2-cssselect')
+  cd $_name-$pkgver-python2
+  python2 setup.py install -O1 --root="$pkgdir/"
+
+  install -Dm644 ../LICENSE.txt "$pkgdir/usr/share/licenses/python2-pyquery/LICENSE"
+}
+
+sha512sums=('9d344a5c4b0dd565e31c803ceecb217c71f9a70badbc65f9fcfb4a2cccb725a1bf938ed0b1697dcfdf0ec967321dccc1916a884ffdb0af9828a65005f63c47d7'
+            '4932f86cbe9ed4c2e658acf9c228fdb0b2430fd622d559555196c7db0f43ea435483c7ae9916c325b40130334f4706d30e5adea6bc1d097b3283a7fc64926685')




More information about the arch-commits mailing list