From 597bdc93f50f7b19509291c2f7d888217f099428 Mon Sep 17 00:00:00 2001 From: leot Date: Mon, 17 Aug 2015 16:46:11 +0000 Subject: Update comms/py-gammu to py-gammu-2.3. ok wiz@ pkgsrc changes: * No longer use Makefile.common now that py-gammu is released as a separate package by upstream too. Changes: 2.3 === * License changed tp GPL version 2 or later. * Documentation improvements. 2.2 === * Documentation improvements. * Code cleanups. 2.1 === * Include data required for tests in tarball. * Include NEWS.rst in tarball. * Fixed possible crash when changing debug file. * Fixed various errors found by coverity. 2.0 === * Separate Python module. * Compiles using distutils. * Support Python 3. --- comms/py-gammu/Makefile | 26 +++++++++----------------- comms/py-gammu/PLIST | 13 +++++-------- comms/py-gammu/distinfo | 5 +++++ 3 files changed, 19 insertions(+), 25 deletions(-) create mode 100644 comms/py-gammu/distinfo diff --git a/comms/py-gammu/Makefile b/comms/py-gammu/Makefile index 1147e2965cc..dbd1c50962f 100644 --- a/comms/py-gammu/Makefile +++ b/comms/py-gammu/Makefile @@ -1,25 +1,17 @@ -# $NetBSD: Makefile,v 1.6 2014/11/23 10:06:41 mef Exp $ +# $NetBSD: Makefile,v 1.7 2015/08/17 16:46:11 leot Exp $ # -.include "../../comms/gammu/Makefile.common" +DISTNAME= python-gammu-2.3 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/python-//} +MASTER_SITES= http://dl.cihar.com/python-gammu/ +CATEGORIES= comms -PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://wammu.eu/gammu/ COMMENT= Python bindings for gammu +LICENSE= gnu-gpl-v2 -DISTINFO_FILE= ${.CURDIR}/../../comms/gammu/distinfo -PATCHDIR= ${.CURDIR}/../../comms/gammu/patches - -USE_TOOLS+= pkg-config -CONFLICTS= gammu<=1.24.0 - -PYSETUPSUBDIR= python -PYSETUPBUILDTARGET= build_ext -PYSETUPBUILDARGS= --gammu-incs=${BUILDLINK_PREFIX.gammu}/include/gammu -PYSETUPBUILDARGS+= --gammu-libs=${BUILDLINK_PREFIX.gammu}/lib - -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.26.1 - -EGG_NAME= python_${DISTNAME} +USE_TOOLS+= pkg-config .include "../../lang/python/distutils.mk" .include "../../comms/gammu/buildlink3.mk" diff --git a/comms/py-gammu/PLIST b/comms/py-gammu/PLIST index fd37eb40019..cc4c1a634a9 100644 --- a/comms/py-gammu/PLIST +++ b/comms/py-gammu/PLIST @@ -1,10 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2014/11/23 10:06:41 mef Exp $ -${PYSITELIB}/gammu/Data.py -${PYSITELIB}/gammu/Data.pyc -${PYSITELIB}/gammu/Data.pyo -${PYSITELIB}/gammu/Worker.py -${PYSITELIB}/gammu/Worker.pyc -${PYSITELIB}/gammu/Worker.pyo +@comment $NetBSD: PLIST,v 1.6 2015/08/17 16:46:11 leot Exp $ ${PYSITELIB}/gammu/__init__.py ${PYSITELIB}/gammu/__init__.pyc ${PYSITELIB}/gammu/__init__.pyo @@ -21,4 +15,7 @@ ${PYSITELIB}/gammu/smsd.pyo ${PYSITELIB}/gammu/worker.py ${PYSITELIB}/gammu/worker.pyc ${PYSITELIB}/gammu/worker.pyo -${PYSITELIB}/${EGG_FILE} +${PYSITELIB}/${EGG_FILE}/PKG-INFO +${PYSITELIB}/${EGG_FILE}/SOURCES.txt +${PYSITELIB}/${EGG_FILE}/dependency_links.txt +${PYSITELIB}/${EGG_FILE}/top_level.txt diff --git a/comms/py-gammu/distinfo b/comms/py-gammu/distinfo new file mode 100644 index 00000000000..e053c6d33c0 --- /dev/null +++ b/comms/py-gammu/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/08/17 16:46:11 leot Exp $ + +SHA1 (python-gammu-2.3.tar.gz) = df7dd98c9688db8fc68681a403ac48c2cfcd1d99 +RMD160 (python-gammu-2.3.tar.gz) = 957c538caf5ce124c73de3daff900c9795a40e94 +Size (python-gammu-2.3.tar.gz) = 130112 bytes -- cgit v1.2.3