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

Filipe Laíns ffy00 at archlinux.org
Wed Nov 25 14:57:53 UTC 2020


    Date: Wednesday, November 25, 2020 @ 14:57:53
  Author: ffy00
Revision: 761081

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-25 14:57:49 UTC (rev 761080)
+++ PKGBUILD	2020-11-25 14:57:53 UTC (rev 761081)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-jeepney
-pkgver=0.6.0
-pkgrel=1
-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-any/PKGBUILD (from rev 761080, python-jeepney/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-11-25 14:57:53 UTC (rev 761081)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-jeepney
+pkgver=0.6.0
+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')
+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
+}



More information about the arch-commits mailing list