[arch-commits] Commit in python-praw/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
fyan at archlinux.org
Wed Aug 19 12:07:28 UTC 2015
Date: Wednesday, August 19, 2015 @ 14:07:28
Author: fyan
Revision: 138508
archrelease: copy trunk to community-any
Added:
python-praw/repos/community-any/PKGBUILD
(from rev 138507, python-praw/trunk/PKGBUILD)
Deleted:
python-praw/repos/community-any/PKGBUILD
----------+
PKGBUILD | 90 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 45 insertions(+), 45 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2015-08-19 12:06:56 UTC (rev 138507)
+++ PKGBUILD 2015-08-19 12:07:28 UTC (rev 138508)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgbase=python-praw
-pkgname=('python-praw' 'python2-praw')
-pkgver=3.2.0
-pkgrel=1
-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' 'python-betamax-matchers' 'python2-betamax-matchers')
-source=("git+https://github.com/praw-dev/praw.git#tag=v$pkgver")
-md5sums=('SKIP')
-
-prepare() {
- 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 "${srcdir}/praw"
- python setup.py install --root="${pkgdir}" --optimize=1
-}
-
-package_python2-praw() {
- depends=('python2-decorator' 'python2-requests' 'python2-six' 'python2-update_checker')
-
- cd "${srcdir}/praw-py2"
- python2 setup.py install --root="${pkgdir}" --optimize=1
-
- mv "$pkgdir/usr/bin/praw-multiprocess"{,2}
-}
Copied: python-praw/repos/community-any/PKGBUILD (from rev 138507, python-praw/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2015-08-19 12:07:28 UTC (rev 138508)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgbase=python-praw
+pkgname=('python-praw' 'python2-praw')
+pkgver=3.2.1
+pkgrel=1
+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' 'python-betamax-matchers' 'python2-betamax-matchers')
+source=("git+https://github.com/praw-dev/praw.git#tag=v$pkgver")
+md5sums=('SKIP')
+
+prepare() {
+ 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 "${srcdir}/praw"
+ python setup.py install --root="${pkgdir}" --optimize=1
+}
+
+package_python2-praw() {
+ depends=('python2-decorator' 'python2-requests' 'python2-six' 'python2-update_checker')
+
+ cd "${srcdir}/praw-py2"
+ python2 setup.py install --root="${pkgdir}" --optimize=1
+
+ mv "$pkgdir/usr/bin/praw-multiprocess"{,2}
+}
More information about the arch-commits
mailing list