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

Jaroslav Lichtblau jlichtblau at gemini.archlinux.org
Wed Aug 18 16:38:10 UTC 2021


    Date: Wednesday, August 18, 2021 @ 16:38:10
  Author: jlichtblau
Revision: 1003661

archrelease: copy trunk to community-x86_64

Added:
  python-gammu/repos/community-x86_64/PKGBUILD
    (from rev 1003660, 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:38:04 UTC (rev 1003660)
+++ PKGBUILD	2021-08-18 16:38:10 UTC (rev 1003661)
@@ -1,31 +0,0 @@
-# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
-# Contributor: Felix Yan <felixonmars at archlinux>
-
-pkgname=python-gammu
-pkgver=3.1
-pkgrel=2
-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=(https://dl.cihar.com/python-gammu/python-gammu-$pkgver.tar.bz2)
-sha512sums=('98da80c1dee3cbffc819332f7936f88c5f95eaf65341e83d038bef7678563e40d724d663d4e83da162117ff2a74d0f46d06d67018903099c561f64bb0e9d3da4')
-
-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 1003660, python-gammu/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-08-18 16:38:10 UTC (rev 1003661)
@@ -0,0 +1,31 @@
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Felix Yan <felixonmars at archlinux>
+
+pkgname=python-gammu
+pkgver=3.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=('37221c1c0aa2128273c510bd5daeca4d354cf2ab8160d3501d7589159284d3ec3ba17d62461ac257b80cb6fe65c1c20efe3aa1a586c20617209b339592671528')
+
+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