Date: Friday, November 1, 2019 @ 14:00:29 Author: felixonmars Revision: 522002
archrelease: copy trunk to community-staging-any Added: python-prawcore/repos/community-staging-any/PKGBUILD (from rev 522000, python-prawcore/trunk/PKGBUILD) Deleted: python-prawcore/repos/community-staging-any/PKGBUILD ----------+ PKGBUILD | 52 ++++++++++++++++++++++++++-------------------------- 1 file changed, 26 insertions(+), 26 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2019-11-01 14:00:26 UTC (rev 522001) +++ PKGBUILD 2019-11-01 14:00:29 UTC (rev 522002) @@ -1,26 +0,0 @@ -# Maintainer: Felix Yan <felixonm...@archlinux.org> - -pkgname=python-prawcore -pkgver=1.0.1 -pkgrel=3 -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=('6efe8faa685aa92a04309c4c24963a2a540335ad0bed31b990d840732ddf726789688171f4ead4daf831e89da5c95c17861a079dfc9ae3de254d2690bcff1c8b') - -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-staging-any/PKGBUILD (from rev 522000, python-prawcore/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2019-11-01 14:00:29 UTC (rev 522002) @@ -0,0 +1,26 @@ +# Maintainer: Felix Yan <felixonm...@archlinux.org> + +pkgname=python-prawcore +pkgver=1.0.1 +pkgrel=4 +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=('6efe8faa685aa92a04309c4c24963a2a540335ad0bed31b990d840732ddf726789688171f4ead4daf831e89da5c95c17861a079dfc9ae3de254d2690bcff1c8b') + +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 +}