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

Felix Yan felixonmars at archlinux.org
Sat Jan 4 08:36:47 UTC 2020


    Date: Saturday, January 4, 2020 @ 08:36:47
  Author: felixonmars
Revision: 547790

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   46 +++++++++++++++++++++++-----------------------
 1 file changed, 23 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-04 08:36:33 UTC (rev 547789)
+++ PKGBUILD	2020-01-04 08:36:47 UTC (rev 547790)
@@ -1,23 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-jeepney
-pkgver=0.4.1
-pkgrel=3
-pkgdesc="Low-level, pure Python DBus protocol wrapper"
-url="https://gitlab.com/takluyver/jeepney"
-license=('MIT')
-arch=('any')
-depends=('python')
-source=("https://pypi.io/packages/source/j/jeepney/jeepney-$pkgver.tar.gz")
-sha512sums=('46aed19fd29df724af0e78ec0acabeb196324444e682817c330f3fd290a52cf6a6cb639f8c76f4ef5311817c4e051d7231b4f26af3cb6768bdd8c4bec7589210')
-
-build() {
-  cd jeepney-$pkgver
-  python setup.py build
-}
-
-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 547789, python-jeepney/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-01-04 08:36:47 UTC (rev 547790)
@@ -0,0 +1,23 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-jeepney
+pkgver=0.4.2
+pkgrel=1
+pkgdesc="Low-level, pure Python DBus protocol wrapper"
+url="https://gitlab.com/takluyver/jeepney"
+license=('MIT')
+arch=('any')
+depends=('python')
+source=("https://pypi.io/packages/source/j/jeepney/jeepney-$pkgver.tar.gz")
+sha512sums=('f86ccaee2a5e50daf704ee6f26515291efdad4acfcb38ec831364ec085ce78607c1ff13311d5f4c04b798afb0703801203e97412ff5cfae5ca50a301a7a389d3')
+
+build() {
+  cd jeepney-$pkgver
+  python setup.py build
+}
+
+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