[arch-commits] Commit in python-gammu/repos/community-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri Jul 31 08:51:37 UTC 2020
Date: Friday, July 31, 2020 @ 08:51:37
Author: felixonmars
Revision: 666126
archrelease: copy trunk to community-x86_64
Added:
python-gammu/repos/community-x86_64/PKGBUILD
(from rev 666125, python-gammu/trunk/PKGBUILD)
Deleted:
python-gammu/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 62 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 31 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-31 08:51:21 UTC (rev 666125)
+++ PKGBUILD 2020-07-31 08:51:37 UTC (rev 666126)
@@ -1,31 +0,0 @@
-# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
-# Contributor: Felix Yan <felixonmars at archlinux>
-
-pkgname=python-gammu
-pkgver=3.0
-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=(https://dl.cihar.com/python-gammu/python-gammu-$pkgver.tar.bz2)
-sha256sums=('c2b2c316a279b30f4d0bb5e8f7e4e36362449ce82d772b615e5bf3e55c152c23')
-
-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 666125, python-gammu/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-07-31 08:51:37 UTC (rev 666126)
@@ -0,0 +1,31 @@
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Felix Yan <felixonmars at archlinux>
+
+pkgname=python-gammu
+pkgver=3.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=(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
+}
More information about the arch-commits
mailing list