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

Felix Yan felixonmars at archlinux.org
Fri May 29 12:30:50 UTC 2020


    Date: Friday, May 29, 2020 @ 12:30:49
  Author: felixonmars
Revision: 636996

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-29 12:30:39 UTC (rev 636995)
+++ PKGBUILD	2020-05-29 12:30:49 UTC (rev 636996)
@@ -1,26 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-prawcore
-pkgver=1.3.0
-pkgrel=1
-pkgdesc="Low-level communication layer for PRAW 4+."
-arch=('any')
-license=('BSD')
-url="https://github.com/praw-dev/prawcore"
-depends=('python-requests')
-makedepends=('python-setuptools')
-checkdepends=('python-mock' 'python-betamax-matchers' 'python-betamax-serializers'
-              'python-testfixtures')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/praw-dev/prawcore/archive/v$pkgver.tar.gz")
-sha512sums=('e64f6b52654fcf279e7296420f950d7eb6dc535dd72326f43ed7840189a52b0f0096fc66ee81360231efe3c00686239128e8dd7bf153599be7eb30ded5ed9891')
-
-check() {
-  cd prawcore-$pkgver
-  python setup.py test
-}
-
-package() {
-  cd prawcore-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-}

Copied: python-prawcore/repos/community-any/PKGBUILD (from rev 636995, python-prawcore/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-29 12:30:49 UTC (rev 636996)
@@ -0,0 +1,26 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-prawcore
+pkgver=1.4.0
+pkgrel=1
+pkgdesc="Low-level communication layer for PRAW 4+."
+arch=('any')
+license=('BSD')
+url="https://github.com/praw-dev/prawcore"
+depends=('python-requests')
+makedepends=('python-setuptools')
+checkdepends=('python-mock' 'python-betamax-matchers' 'python-betamax-serializers'
+              'python-testfixtures')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/praw-dev/prawcore/archive/v$pkgver.tar.gz")
+sha512sums=('4fda3cb7e403a958ec8ed25faf7d9ca23c8bfdf6fed7c47a8cfafac37314cf821dcba3523b0d2b8a879b4f010287c2c6eb627c18af0c61952b70b12cd335ed10')
+
+check() {
+  cd prawcore-$pkgver
+  python setup.py test
+}
+
+package() {
+  cd prawcore-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+}



More information about the arch-commits mailing list