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

Felix Yan felixonmars at archlinux.org
Tue Dec 27 08:27:35 UTC 2016


    Date: Tuesday, December 27, 2016 @ 08:27:34
  Author: felixonmars
Revision: 203024

archrelease: copy trunk to community-staging-any

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

----------+
 PKGBUILD |   99 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 51 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-27 08:27:20 UTC (rev 203023)
+++ PKGBUILD	2016-12-27 08:27:34 UTC (rev 203024)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgbase=python-praw
-pkgname=('python-praw' 'python2-praw')
-pkgver=4.1.0
-pkgrel=2
-pkgdesc="Python Reddit API Wrapper that allows for simple access to reddit's API"
-arch=('any')
-license=('GPL')
-url="http://praw.readthedocs.org"
-makedepends=('python-setuptools' 'python2-setuptools' 'python-decorator' 'python2-decorator'
-             'python-requests' 'python2-requests' 'python-six' 'python2-six'
-             'python-update_checker' 'python2-update_checker' 'git')
-checkdepends=('python-mock' 'python2-mock')
-# Version conflict, disabled for now
-# 'python-betamax-matchers' 'python2-betamax-matchers' 'python-betamax-serializers' 'python2-betamax-serializers')
-source=("git+https://github.com/praw-dev/praw.git#tag=v$pkgver")
-md5sums=('SKIP')
-
-prepare() {
-  sed -e 's/mock ==1.0.1/mock/' \
-      -e 's/update_checker ==0.11/update_checker >=0.11/' \
-      -i praw/setup.py
-  cp -a praw{,-py2}
-}
-
-check() {
-  cd "$srcdir"/praw
-  python setup.py test
-
-  cd "$srcdir"/praw-py2
-  python2 setup.py test
-}
-
-package_python-praw() {
-  depends=('python-decorator' 'python-requests' 'python-six' 'python-update_checker')
-
-  cd praw
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-praw() {
-  depends=('python2-decorator' 'python2-requests' 'python2-six' 'python2-update_checker')
-
-  cd praw-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-praw/repos/community-staging-any/PKGBUILD (from rev 203023, python-praw/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-12-27 08:27:34 UTC (rev 203024)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgbase=python-praw
+pkgname=('python-praw' 'python2-praw')
+pkgver=4.1.0
+pkgrel=3
+pkgdesc="Python Reddit API Wrapper that allows for simple access to reddit's API"
+arch=('any')
+license=('GPL')
+url="http://praw.readthedocs.org"
+makedepends=('python-setuptools' 'python2-setuptools' 'python-decorator' 'python2-decorator'
+             'python-requests' 'python2-requests' 'python-six' 'python2-six' 'python-prawcore'
+             'python2-prawcore' 'python-update-checker' 'python2-update-checker' 'git')
+checkdepends=('python-mock' 'python2-mock' 'python-betamax-serializers'
+              'python2-betamax-serializers' 'python-pytest' 'python2-pytest'
+              'python-betamax-matchers' 'python2-betamax-matchers')
+source=("git+https://github.com/praw-dev/praw.git#tag=v$pkgver")
+md5sums=('SKIP')
+
+prepare() {
+  sed -e 's/mock ==1.0.1/mock/' \
+      -e 's/six ==1.10/six >=1.10/' \
+      -e 's/pytest ==2.8.7/pytest >=2.8.7/' \
+      -e 's/prawcore >=0.5.0, <0.6/prawcore >=0.5.0/' \
+      -e 's/betamax-matchers >=0.2.0, <0.3/betamax-matchers >=0.2.0/' \
+      -i praw/setup.py
+  cp -a praw{,-py2}
+}
+
+check() {
+  cd "$srcdir"/praw
+  python setup.py test
+
+  cd "$srcdir"/praw-py2
+  python2 setup.py test
+}
+
+package_python-praw() {
+  depends=('python-prawcore' 'python-decorator' 'python-requests' 'python-six' 'python-update-checker')
+
+  cd praw
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-praw() {
+  depends=('python2-prawcore' 'python2-decorator' 'python2-requests' 'python2-six' 'python2-update-checker')
+
+  cd praw-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list