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

Felix Yan felixonmars at gemini.archlinux.org
Thu Jul 15 10:15:56 UTC 2021


    Date: Thursday, July 15, 2021 @ 10:15:56
  Author: felixonmars
Revision: 977205

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-15 10:15:42 UTC (rev 977204)
+++ PKGBUILD	2021-07-15 10:15:56 UTC (rev 977205)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at 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
-}

Copied: python-jeepney/repos/community-any/PKGBUILD (from rev 977204, python-jeepney/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-07-15 10:15:56 UTC (rev 977205)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-jeepney
+pkgver=0.7.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=('b1fac480da0d8798b28eae30cb22ee97d4f73a11922f7b1bce86eebf938c2980414c2d026ef5a1cdcd95813724873700d348b04ba337aaac0706b2c8b38ea6c2')
+
+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