diff options
author | leot <leot@pkgsrc.org> | 2018-05-16 08:25:43 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2018-05-16 08:25:43 +0000 |
commit | 044a98464d0636fe5eba85b01e995c0de74860e0 (patch) | |
tree | c12a35d98020c1aa51ce6b4a7f8aade1d2e6a42f /comms | |
parent | 0fc1fe62472bae2b50e7fbedb8616fbdc3a2e528 (diff) | |
download | pkgsrc-044a98464d0636fe5eba85b01e995c0de74860e0.tar.gz |
py-gammu: Update comms/py-gammu to 2.11
pkgsrc changes:
- Python-s 3 are now supported
Changes:
2.11
====
* Add support for the USSD in SMSD.
* Python 2.7 binaries available for Windows.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/py-gammu/Makefile | 7 | ||||
-rw-r--r-- | comms/py-gammu/distinfo | 10 |
2 files changed, 7 insertions, 10 deletions
diff --git a/comms/py-gammu/Makefile b/comms/py-gammu/Makefile index f1971b77d0f..7e878e3b924 100644 --- a/comms/py-gammu/Makefile +++ b/comms/py-gammu/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2017/11/08 09:47:51 leot Exp $ +# $NetBSD: Makefile,v 1.18 2018/05/16 08:25:43 leot Exp $ -DISTNAME= python-gammu-2.10 +DISTNAME= python-gammu-2.11 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/python-//} MASTER_SITES= http://dl.cihar.com/python-gammu/ CATEGORIES= comms @@ -12,9 +12,6 @@ LICENSE= gnu-gpl-v2 USE_TOOLS+= pkg-config -# UnicodeDecodeError: 'ascii' codec can't decode byte 0xc4 in position 1648: ordinal not in range(128) -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 - .include "../../lang/python/egg.mk" .include "../../comms/gammu/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/comms/py-gammu/distinfo b/comms/py-gammu/distinfo index a4a0a4ea45b..2b06ab61ceb 100644 --- a/comms/py-gammu/distinfo +++ b/comms/py-gammu/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2017/11/08 09:47:51 leot Exp $ +$NetBSD: distinfo,v 1.7 2018/05/16 08:25:43 leot Exp $ -SHA1 (python-gammu-2.10.tar.gz) = 2a1ae3aa120b0868dae3f58f1176f79dc64bea9b -RMD160 (python-gammu-2.10.tar.gz) = bb40c6ae865a91edeb027fe177435cfc088cd425 -SHA512 (python-gammu-2.10.tar.gz) = b86ab4c7cc1ad1ca3de6ba5be8b311082f941374a5f12d9333e433965cd4b6bdaea44e7b09ca2955332fc8175f72e68e4bd79cd8ff56d6a57e0611d25556398c -Size (python-gammu-2.10.tar.gz) = 135709 bytes +SHA1 (python-gammu-2.11.tar.gz) = 0a19d74e924f491884ecdb684e081f0340c38422 +RMD160 (python-gammu-2.11.tar.gz) = 8dcfafe9bef46973318d504c475106fbe59cf9e3 +SHA512 (python-gammu-2.11.tar.gz) = cdf3a54fc538fecdbe3dae63f0534094ce94a289998f9b670a0b3e12a3c571eb46ee86eae67a7a8d2428698850046d5c75569753bf77551cd395d315e6f9b70d +Size (python-gammu-2.11.tar.gz) = 135567 bytes |