[gnome-packagekit] Remove the python helper functions
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-packagekit] Remove the python helper functions
- Date: Mon, 4 Nov 2013 17:17:28 +0000 (UTC)
commit 1a77e65bbefafc69c0bdab998f6a157afd80c40c
Author: Richard Hughes <richard hughsie com>
Date: Mon Nov 4 16:40:41 2013 +0000
Remove the python helper functions
Python can now speak GBus fluently, so there's no need for a seporate library.
Makefile.am | 1 -
configure.ac | 6 -
contrib/gnome-packagekit.spec.in | 1 -
po/POTFILES.in | 1 -
python/Makefile.am | 2 -
python/enum-convertor.py | 112 ------
python/packagekit/.gitignore | 2 -
python/packagekit/Makefile.am | 17 -
python/packagekit/gtkwidgets.py | 756 --------------------------------------
9 files changed, 0 insertions(+), 898 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 1478d78..5bcfed1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,7 +3,6 @@ SUBDIRS = \
man \
src \
po \
- python \
data \
help
diff --git a/configure.ac b/configure.ac
index 3490a6c..a08616d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,10 +21,6 @@ YELP_HELP_INIT
# set up gtk-doc
GTK_DOC_CHECK(1.9)
-AM_PATH_PYTHON
-PYTHON_PACKAGE_DIR=${pythondir}/packagekit
-AC_SUBST(PYTHON_PACKAGE_DIR)
-
AC_PATH_PROG(GLIB_GENMARSHAL, glib-genmarshal)
dnl ---------------------------------------------------------------------------
@@ -253,8 +249,6 @@ data/icons/48x48/categories/Makefile
data/icons/48x48/status/Makefile
data/icons/scalable/categories/Makefile
data/icons/scalable/status/Makefile
-python/Makefile
-python/packagekit/Makefile
])
AC_OUTPUT
diff --git a/contrib/gnome-packagekit.spec.in b/contrib/gnome-packagekit.spec.in
index adbb3bb..8189220 100644
--- a/contrib/gnome-packagekit.spec.in
+++ b/contrib/gnome-packagekit.spec.in
@@ -137,7 +137,6 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
%{_datadir}/man/man1/gpk-log.1.gz
%{_datadir}/man/man1/gpk-prefs.1.gz
%{_datadir}/man/man1/gpk-service-pack.1.gz
-%{python_sitelib}/packagekit/*py*
%{_datadir}/applications/gpk-dbus-service.desktop
%{_datadir}/applications/gpk-install-local-file.desktop
%{_datadir}/applications/gpk-log.desktop
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 9cf41ad..a80f0f4 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -21,7 +21,6 @@ data/gpk-prefs.desktop.in
[type: gettext/glade]data/gpk-signature.ui
data/gpk-update-viewer.desktop.in
[type: gettext/glade]data/gpk-update-viewer.ui
-python/packagekit/gtkwidgets.py
src/gpk-application.c
src/gpk-common.c
src/gpk-dbus-task.c
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]