pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/comms/py-gammu Initial import of py-gammu-1.24.0, base...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/911898e804db
branches:  trunk
changeset: 393799:911898e804db
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue May 26 22:03:58 2009 +0000

description:
Initial import of py-gammu-1.24.0, based on work from Joachim König.

Python bindings for Gammu library.  The bindings currently do not
support all Gammu features, but the range of covered functions is
increasing.  If you need something specific, feel free to use the
bug tracking system for feature requests.

diffstat:

 comms/py-gammu/DESCR    |   4 ++++
 comms/py-gammu/Makefile |  24 ++++++++++++++++++++++++
 comms/py-gammu/PLIST    |  12 ++++++++++++
 3 files changed, 40 insertions(+), 0 deletions(-)

diffs (52 lines):

diff -r c929cc3797ec -r 911898e804db comms/py-gammu/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/comms/py-gammu/DESCR      Tue May 26 22:03:58 2009 +0000
@@ -0,0 +1,4 @@
+Python bindings for Gammu library.  The bindings currently do not
+support all Gammu features, but the range of covered functions is
+increasing.  If you need something specific, feel free to use the
+bug tracking system for feature requests.
diff -r c929cc3797ec -r 911898e804db comms/py-gammu/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/comms/py-gammu/Makefile   Tue May 26 22:03:58 2009 +0000
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/05/26 22:03:58 wiz Exp $
+#
+
+.include "../../comms/gammu/Makefile.common"
+
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+COMMENT=       Python bindings for gammu
+
+DISTINFO_FILE= ${.CURDIR}/../../comms/gammu/distinfo
+PATCHDIR=      ${.CURDIR}/../../comms/gammu/patches
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+USE_TOOLS+=            pkg-config
+CONFLICTS=             gammu<=1.24.0
+
+PYDISTUTILSPKG=                yes
+PYSETUPSUBDIR=         python
+PYSETUPBUILDTARGET=    build_ext
+PYSETUPBUILDARGS=      --gammu-incs=${BUILDLINK_PREFIX.gammu}/include/gammu
+PYSETUPBUILDARGS+=     --gammu-libs=${BUILDLINK_PREFIX.gammu}/lib
+
+.include "../../lang/python/extension.mk"
+.include "../../comms/gammu/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r c929cc3797ec -r 911898e804db comms/py-gammu/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/comms/py-gammu/PLIST      Tue May 26 22:03:58 2009 +0000
@@ -0,0 +1,12 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2009/05/26 22:03:58 wiz 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
+${PYSITELIB}/gammu/__init__.py
+${PYSITELIB}/gammu/__init__.pyc
+${PYSITELIB}/gammu/__init__.pyo
+${PYSITELIB}/gammu/_gammu.so
+@dirrm ${PYSITELIB}/gammu



Home | Main Index | Thread Index | Old Index