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

Felix Yan felixonmars at archlinux.org
Sat Feb 6 06:46:43 UTC 2021


    Date: Saturday, February 6, 2021 @ 06:46:42
  Author: felixonmars
Revision: 846458

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-06 06:46:31 UTC (rev 846457)
+++ PKGBUILD	2021-02-06 06:46:42 UTC (rev 846458)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-praw
-pkgver=7.1.2
-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=('8d2a343b17cc86070ad02eae5846084aeb3ae34dda69204f1e5ec9b2dad7c751e89c07d53fb4bfc06b66c145dd06e7885200f7224311b5939d3cc37b3e192136')
-
-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 846457, python-praw/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-02-06 06:46:42 UTC (rev 846458)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-praw
+pkgver=7.1.3
+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=('6db9a3230b5e4abee2397b0b52eb954ff9e5d16ff1ab21a5005df3e54cbdb3376dcbfcd7087d780d6d79ffbed9dcb98841cfdc64cd0c17225ee91038fa2e1bee')
+
+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