[arch-commits] Commit in python-gammu/repos/community-x86_64 (PKGBUILD PKGBUILD)

Jaroslav Lichtblau jlichtblau at gemini.archlinux.org
Wed Aug 18 16:42:39 UTC 2021


    Date: Wednesday, August 18, 2021 @ 16:42:38
  Author: jlichtblau
Revision: 1003665

archrelease: copy trunk to community-x86_64

Added:
  python-gammu/repos/community-x86_64/PKGBUILD
    (from rev 1003664, python-gammu/trunk/PKGBUILD)
Deleted:
  python-gammu/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-18 16:42:33 UTC (rev 1003664)
+++ PKGBUILD	2021-08-18 16:42:38 UTC (rev 1003665)
@@ -1,31 +0,0 @@
-# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
-# Contributor: Felix Yan <felixonmars at archlinux>
-
-pkgname=python-gammu
-pkgver=3.2.1
-pkgrel=1
-pkgdesc="Python bindings for Gammu library"
-arch=('x86_64')
-url="https://wammu.eu/python-gammu/"
-license=('GPL')
-depends=('python' 'gammu')
-makedepends=('python-setuptools')
-checkdepends=('libdbi-drivers')
-source=($pkgname-$pkgver.tar.gz::https://github.com/gammu/$pkgname/archive/refs/tags/$pkgver.tar.gz)
-sha512sums=('83af2e1e6b2da3d86d16fbfc1a97ac67e474417dc0fc0074465a2e10b40ef05bddd6ce9e8abf956d1ee2db3ae7012dba45779cc1cb3ad63a2be4b3f883c17aa1')
-
-build() {
-  cd "${srcdir}"/python-gammu-$pkgver
-  python setup.py build
-}
-
-check() {
-  # tests can be flaky on slower hardware due to timing
-  cd "${srcdir}"/python-gammu-$pkgver
-  python setup.py test 
-}
-
-package() {
-  cd "${srcdir}"/python-gammu-$pkgver
-  python setup.py install --root="${pkgdir}" --optimize=1
-}

Copied: python-gammu/repos/community-x86_64/PKGBUILD (from rev 1003664, python-gammu/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-08-18 16:42:38 UTC (rev 1003665)
@@ -0,0 +1,31 @@
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Felix Yan <felixonmars at archlinux>
+
+pkgname=python-gammu
+pkgver=3.2.2
+pkgrel=1
+pkgdesc="Python bindings for Gammu library"
+arch=('x86_64')
+url="https://wammu.eu/python-gammu/"
+license=('GPL')
+depends=('python' 'gammu')
+makedepends=('python-setuptools')
+checkdepends=('libdbi-drivers')
+source=($pkgname-$pkgver.tar.gz::https://github.com/gammu/$pkgname/archive/refs/tags/$pkgver.tar.gz)
+sha512sums=('c2748832e5c12b093e878476701fc8cd0062845a5824c69d4cf8967c78ef9f16f37c7849e686bf4e07381ec617a937cf8195b9d25a3e6610fefc8b94e211b9de')
+
+build() {
+  cd "${srcdir}"/python-gammu-$pkgver
+  python setup.py build
+}
+
+check() {
+  # tests can be flaky on slower hardware due to timing
+  cd "${srcdir}"/python-gammu-$pkgver
+  python setup.py test 
+}
+
+package() {
+  cd "${srcdir}"/python-gammu-$pkgver
+  python setup.py install --root="${pkgdir}" --optimize=1
+}



More information about the arch-commits mailing list