pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/py-pyclutter Import python-pyclutter-0.8.2 as...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ce49b373a79a
branches:  trunk
changeset: 551375:ce49b373a79a
user:      obache <obache%pkgsrc.org@localhost>
date:      Sun Dec 14 11:19:24 2008 +0000

description:
Import python-pyclutter-0.8.2 as graphics/py-pyclutter.

This package contains the Python modules that allow you to use the
Clutter toolkit in Python programs.

diffstat:

 graphics/py-pyclutter/DESCR    |   2 ++
 graphics/py-pyclutter/Makefile |  33 +++++++++++++++++++++++++++++++++
 graphics/py-pyclutter/PLIST    |  27 +++++++++++++++++++++++++++
 graphics/py-pyclutter/distinfo |   5 +++++
 4 files changed, 67 insertions(+), 0 deletions(-)

diffs (83 lines):

diff -r 433eb73668dc -r ce49b373a79a graphics/py-pyclutter/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/py-pyclutter/DESCR       Sun Dec 14 11:19:24 2008 +0000
@@ -0,0 +1,2 @@
+This package contains the Python modules that allow you to use the
+Clutter toolkit in Python programs.
diff -r 433eb73668dc -r ce49b373a79a graphics/py-pyclutter/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/py-pyclutter/Makefile    Sun Dec 14 11:19:24 2008 +0000
@@ -0,0 +1,33 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/12/14 11:19:24 obache Exp $
+#
+
+DISTNAME=      pyclutter-0.8.2
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    graphics
+MASTER_SITES=  http://www.clutter-project.org/sources/pyclutter/0.8/
+
+MAINTAINER=    obache%NetBSD.org@localhost
+HOMEPAGE=      http://www.clutter-project.org/
+COMMENT=       Python modules for Clutter toolkit
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL=   yes
+USE_TOOLS+=    gmake pkg-config
+
+PKGCONFIG_OVERRIDE+=   pyclutter.pc.in
+
+PY_PATCHPLIST= yes
+
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
+BUILDLINK_API_DEPENDS.clutter+=        clutter>=0.8.4
+.include "../../graphics/clutter/buildlink3.mk"
+.include "../../graphics/py-cairo/buildlink3.mk"
+.include "../../devel/py-gobject/buildlink3.mk"
+.include "../../multimedia/gstreamer0.10/buildlink3.mk"
+.include "../../multimedia/py-gstreamer0.10/buildlink3.mk"
+.include "../../x11/py-gtk2/buildlink3.mk"
+.include "../../lang/python/extension.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 433eb73668dc -r ce49b373a79a graphics/py-pyclutter/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/py-pyclutter/PLIST       Sun Dec 14 11:19:24 2008 +0000
@@ -0,0 +1,27 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2008/12/14 11:19:24 obache Exp $
+include/pyclutter-1.0/pyclutter/pyclutter.h
+lib/pkgconfig/pyclutter-0.8.pc
+${PYSITELIB}/clutter/__init__.py
+${PYSITELIB}/clutter/__init__.pyc
+${PYSITELIB}/clutter/__init__.pyo
+${PYSITELIB}/clutter/_clutter.la
+${PYSITELIB}/clutter/deprecation.py
+${PYSITELIB}/clutter/deprecation.pyc
+${PYSITELIB}/clutter/deprecation.pyo
+${PYSITELIB}/clutter/keysyms.py
+${PYSITELIB}/clutter/keysyms.pyc
+${PYSITELIB}/clutter/keysyms.pyo
+share/pyclutter/1.0/defs/clutter-base-types.defs
+share/pyclutter/1.0/defs/clutter-base.defs
+share/pyclutter/1.0/defs/clutter-types.defs
+share/pyclutter/1.0/defs/clutter.defs
+share/pyclutter/1.0/defs/cogl-base-types.defs
+share/pyclutter/1.0/defs/cogl-base.defs
+share/pyclutter/1.0/defs/cogl-types.defs
+share/pyclutter/1.0/defs/cogl.defs
+@dirrm share/pyclutter/1.0/defs
+@dirrm share/pyclutter/1.0
+@dirrm share/pyclutter
+@dirrm ${PYSITELIB}/clutter
+@dirrm include/pyclutter-1.0/pyclutter
+@dirrm include/pyclutter-1.0
diff -r 433eb73668dc -r ce49b373a79a graphics/py-pyclutter/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/py-pyclutter/distinfo    Sun Dec 14 11:19:24 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/12/14 11:19:24 obache Exp $
+
+SHA1 (pyclutter-0.8.2.tar.gz) = d9b5ac3d1cd40e94932d67319a995f7f9ca1fd98
+RMD160 (pyclutter-0.8.2.tar.gz) = d62b4df0696748ac002a47505f3efc9bf0d3c238
+Size (pyclutter-0.8.2.tar.gz) = 552778 bytes



Home | Main Index | Thread Index | Old Index