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

Felix Yan felixonmars at archlinux.org
Tue Jun 8 00:04:43 UTC 2021


    Date: Tuesday, June 8, 2021 @ 00:04:43
  Author: felixonmars
Revision: 958411

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-08 00:04:34 UTC (rev 958410)
+++ PKGBUILD	2021-06-08 00:04:43 UTC (rev 958411)
@@ -1,26 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-prawcore
-pkgver=2.0.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=('ff1d0adffa96e0f68032b14555f5e8e7268ce7d3615d071bc22f0019c37032b6a35f76b85f14ee18f7da8b051d08fe17baca6d3a3448c67576f9bf6febab5af6')
-
-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 958410, python-prawcore/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-06-08 00:04:43 UTC (rev 958411)
@@ -0,0 +1,26 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-prawcore
+pkgver=2.1.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=('812f70297ab793b128e72e84dd9ac3cdb580900bd4f923c0efe6ea9693e32832cda8019d553f9d10f9d5eb2e4e81642734a6d66aace17aef05487fda68fe5b0c')
+
+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