[pygobject] Remove last GIO-related bits
- From: Simon van der Linden <svdlinden src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pygobject] Remove last GIO-related bits
- Date: Fri, 11 Feb 2011 21:15:38 +0000 (UTC)
commit 0c20977e4598e5447dd07c069e91226efacb1160
Author: Simon van der Linden <svdlinden gnome org>
Date: Fri Feb 11 22:02:03 2011 +0100
Remove last GIO-related bits
https://bugzilla.gnome.org/show_bug.cgi?id=638899
PKG-INFO.in | 2 +-
README | 3 +-
configure.ac | 3 --
examples/gio/directory-async.py | 33 -----------------
examples/gio/downloader.py | 77 ---------------------------------------
pygobject.doap | 2 +-
6 files changed, 3 insertions(+), 117 deletions(-)
---
diff --git a/PKG-INFO.in b/PKG-INFO.in
index ac0e2e6..5cffe13 100644
--- a/PKG-INFO.in
+++ b/PKG-INFO.in
@@ -9,7 +9,7 @@ Maintainer: Johan Dahlin
Maintainer-email: johan gnome org
License: GNU LGPL
Download-url: ftp://ftp.gnome.org/pub/GNOME/sources/pygobject/@PYGOBJECT_MAJOR_VERSION @PYGOBJECT_MINOR_VERSION@/pygobject- VERSION@.tar.gz
-Description: Python bindings for GLib, GObject and GIO
+Description: Python bindings for GLib and GObject
Platform: POSIX, Windows
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Linux
diff --git a/README b/README
index c5a7089..24dae6c 100644
--- a/README
+++ b/README
@@ -8,7 +8,7 @@ Current maintainers: Gustavo J A M Carneiro <gjc gnome org>
Gian Mario Tagliaretti <gianmt gnome org>
Tomeu Vizoso <tomeu vizoso collabora co uk>
-This archive contains bindings for the GLib, GObject and GIO,
+This archive contains bindings for the GLib, and GObject,
to be used in Python. It is a fairly complete set of bindings,
it's already rather useful, and is usable to write moderately
complex programs. (see the examples directory for some examples
@@ -45,7 +45,6 @@ Requirements
* Python 2.3.5 or higher
* Glib 2.22.4 or higher
* GIO 2.22.4 or higher
- * GIO-unix 2.22.4 or higher
* libffi (optional)
Copyright Information
diff --git a/configure.ac b/configure.ac
index dd68678..1260536 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,6 @@ m4_define(introspection_required_version, 0.10.2)
m4_define(pycairo_required_version, 1.2.0)
m4_define(glib_required_version, 2.24.0)
m4_define(gio_required_version, 2.24.0)
-m4_define(giounix_required_version, 2.22.4)
AC_INIT(pygobject, pygobject_version,
[http://bugzilla.gnome.org/enter_bug.cgi?product=pygobject])
@@ -202,8 +201,6 @@ AC_SUBST(LIBFFI_PC)
dnl gio
PKG_CHECK_MODULES(GIO, gio-2.0 >= gio_required_version)
-AC_SUBST(GIO_CFLAGS)
-AC_SUBST(GIO_LIBS)
AC_ARG_ENABLE(cairo,
AC_HELP_STRING([--enable-cairo], [Enable Cairo bindings using introspection information]),
diff --git a/pygobject.doap b/pygobject.doap
index 61832e9..3ae8fd5 100644
--- a/pygobject.doap
+++ b/pygobject.doap
@@ -5,7 +5,7 @@
xmlns="http://usefulinc.com/ns/doap#">
<name xml:lang="en">PyGObject</name>
- <shortdesc xml:lang="en">Python bindings GLib, GObject and GIO</shortdesc>
+ <shortdesc xml:lang="en">Python bindings GLib and GObject</shortdesc>
<homepage rdf:resource="http://live.gnome.org/PyGObject" />
<mailing-list rdf:resource="http://www.daa.com.au/mailman/listinfo/pygtk" />
<category rdf:resource="http://api.gnome.org/doap-extensions#bindings" />
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]