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

Felix Yan felixonmars at archlinux.org
Thu Jun 27 07:12:00 UTC 2019


    Date: Thursday, June 27, 2019 @ 07:11:59
  Author: felixonmars
Revision: 484677

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-27 07:11:46 UTC (rev 484676)
+++ PKGBUILD	2019-06-27 07:11:59 UTC (rev 484677)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-praw
-pkgver=6.2.0
-pkgrel=1
-pkgdesc="Python Reddit API Wrapper that allows for simple access to reddit's API"
-arch=('any')
-license=('GPL')
-url="https://praw.readthedocs.org"
-depends=('python-prawcore' 'python-update-checker' 'python-websocket-client')
-makedepends=('python-setuptools' 'python-pytest-runner')
-checkdepends=('python-mock' 'python-betamax-serializers' 'python-betamax-matchers')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/praw-dev/praw/archive/v$pkgver.tar.gz")
-sha512sums=('53871dc69c9ae7a3515da755671b39c4ff86f17834e4fc12480874e7c3e2a2d86afedbef815ef0e470e954beb96eaa0303dde4cc7dbea3b3324984d4086814ef')
-
-build() {
-  cd praw-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd praw-$pkgver
-  python setup.py pytest
-}
-
-package() {
-  cd praw-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-praw/repos/community-any/PKGBUILD (from rev 484676, python-praw/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-06-27 07:11:59 UTC (rev 484677)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-praw
+pkgver=6.3.1
+pkgrel=1
+pkgdesc="Python Reddit API Wrapper that allows for simple access to reddit's API"
+arch=('any')
+license=('GPL')
+url="https://praw.readthedocs.org"
+depends=('python-prawcore' 'python-update-checker' 'python-websocket-client')
+makedepends=('python-setuptools' 'python-pytest-runner')
+checkdepends=('python-mock' 'python-betamax-serializers' 'python-betamax-matchers')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/praw-dev/praw/archive/v$pkgver.tar.gz")
+sha512sums=('0e2a007e8ded7def5ac293c83aa2b96c108dc98a484dd06c48f300feb4298a95cf14868576f921f5b8910448f424d92ada035dc635e79ce89e24170a47230839')
+
+build() {
+  cd praw-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd praw-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd praw-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list