[arch-commits] Commit in python-prawcore/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri Jun 11 15:16:26 UTC 2021
Date: Friday, June 11, 2021 @ 15:16:26
Author: felixonmars
Revision: 962808
archrelease: copy trunk to community-any
Added:
python-prawcore/repos/community-any/PKGBUILD
(from rev 962807, 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-11 15:16:16 UTC (rev 962807)
+++ PKGBUILD 2021-06-11 15:16:26 UTC (rev 962808)
@@ -1,26 +0,0 @@
-# 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
-}
Copied: python-prawcore/repos/community-any/PKGBUILD (from rev 962807, python-prawcore/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-06-11 15:16:26 UTC (rev 962808)
@@ -0,0 +1,26 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-prawcore
+pkgver=2.2.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=('01ef2d9787d3896ebe1091b124a3c255c8e5e01815a462257b3418931e4ca3010d24fe60bbced1ab214202e9e16ec705f69967a8637d056d716fe77e2f1eff34')
+
+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