Date: Wednesday, November 25, 2020 @ 14:59:21 Author: ffy00 Revision: 761083
archrelease: copy trunk to community-staging-any Added: python-jeepney/repos/community-staging-any/PKGBUILD (from rev 761082, python-jeepney/trunk/PKGBUILD) Deleted: python-jeepney/repos/community-staging-any/PKGBUILD ----------+ PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------ 1 file changed, 30 insertions(+), 30 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2020-11-25 14:59:17 UTC (rev 761082) +++ PKGBUILD 2020-11-25 14:59:21 UTC (rev 761083) @@ -1,30 +0,0 @@ -# Maintainer: Felix Yan <felixonm...@archlinux.org> - -pkgname=python-jeepney -pkgver=0.6.0 -pkgrel=2 -pkgdesc="Low-level, pure Python DBus protocol wrapper" -url="https://gitlab.com/takluyver/jeepney" -license=('MIT') -arch=('any') -depends=('python') -checkdepends=('python-pytest' 'python-pytest-trio' 'python-pytest-asyncio' 'python-testpath' - 'python-trio') -source=("https://pypi.io/packages/source/j/jeepney/jeepney-$pkgver.tar.gz") -sha512sums=('140be9dd28ed853d2d41b6a8bbeb2f22c0270ce7bf33b943ec2ac010db17d4f06e253fa8637fbbb3044fe9ffdbfa1e15f0c663eb44bdd538f8c47c2e7dab3ca5') - -build() { - cd jeepney-$pkgver - python setup.py build -} - -check() { - cd jeepney-$pkgver - pytest -} - -package() { - cd jeepney-$pkgver - python setup.py install --root="$pkgdir" --optimize=1 - install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE -} Copied: python-jeepney/repos/community-staging-any/PKGBUILD (from rev 761082, python-jeepney/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2020-11-25 14:59:21 UTC (rev 761083) @@ -0,0 +1,30 @@ +# Maintainer: Felix Yan <felixonm...@archlinux.org> + +pkgname=python-jeepney +pkgver=0.6.0 +pkgrel=4 +pkgdesc="Low-level, pure Python DBus protocol wrapper" +url="https://gitlab.com/takluyver/jeepney" +license=('MIT') +arch=('any') +depends=('python') +checkdepends=('python-pytest' 'python-pytest-trio' 'python-pytest-asyncio' 'python-testpath' + 'python-trio') +source=("https://pypi.io/packages/source/j/jeepney/jeepney-$pkgver.tar.gz") +sha512sums=('140be9dd28ed853d2d41b6a8bbeb2f22c0270ce7bf33b943ec2ac010db17d4f06e253fa8637fbbb3044fe9ffdbfa1e15f0c663eb44bdd538f8c47c2e7dab3ca5') + +build() { + cd jeepney-$pkgver + python setup.py build +} + +check() { + cd jeepney-$pkgver + pytest +} + +package() { + cd jeepney-$pkgver + python setup.py install --root="$pkgdir" --optimize=1 + install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +}