[arch-commits] Commit in python-jeepney/repos/community-staging-any (2 files)
Evangelos Foutras
foutrelis at gemini.archlinux.org
Thu Dec 2 00:40:34 UTC 2021
Date: Thursday, December 2, 2021 @ 00:40:33
Author: foutrelis
Revision: 1061536
archrelease: copy trunk to community-staging-any
Added:
python-jeepney/repos/community-staging-any/PKGBUILD
(from rev 1061535, python-jeepney/trunk/PKGBUILD)
Deleted:
python-jeepney/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------
1 file changed, 30 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-02 00:40:29 UTC (rev 1061535)
+++ PKGBUILD 2021-12-02 00:40:33 UTC (rev 1061536)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-jeepney
-pkgver=0.7.1
-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' 'python-async-timeout')
-source=("https://pypi.io/packages/source/j/jeepney/jeepney-$pkgver.tar.gz")
-sha512sums=('f0af5a18a669f1a6322925201cad83ee01bc5a1b91577565042fd8a18b506a3650ff67b0ba333c8fb3b179f43ef243d16b07a9a1f7a7e5baec825dda0e6b0571')
-
-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 1061535, python-jeepney/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-02 00:40:33 UTC (rev 1061536)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-jeepney
+pkgver=0.7.1
+pkgrel=3
+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' 'python-async-timeout')
+source=("https://pypi.io/packages/source/j/jeepney/jeepney-$pkgver.tar.gz")
+sha512sums=('f0af5a18a669f1a6322925201cad83ee01bc5a1b91577565042fd8a18b506a3650ff67b0ba333c8fb3b179f43ef243d16b07a9a1f7a7e5baec825dda0e6b0571')
+
+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
+}
More information about the arch-commits
mailing list