[pygobject] remove pygtk.py



commit f0d2ddcf7e61c36f79a9adf8ccc53bf3db9349d3
Author: John (J5) Palmieri <johnp redhat com>
Date:   Mon Jul 18 18:46:31 2011 -0400

    remove pygtk.py
    
    https://bugzilla.gnome.org/show_bug.cgi?id=642048

 Makefile.am |    5 ---
 pygtk.py    |   95 -----------------------------------------------------------
 2 files changed, 0 insertions(+), 100 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 6a8a51c..340d0e7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -14,7 +14,6 @@ EXTRA_DIST = 				\
 	PKG-INFO.in 			\
 	setup.py			\
 	pygobject_postinstall.py	\
-	pygtk.py			\
 	dsextras.py			\
 	ChangeLog.pre-2.18		\
 	m4/as-ac-expand.m4		\
@@ -63,7 +62,6 @@ pkgpyexec_PYTHON = dsextras.py
 pkgpyexec_LTLIBRARIES =
 
 # python
-pyexec_PYTHON = pygtk.py
 pyexec_LTLIBRARIES =
 
 # linker flags
@@ -75,12 +73,9 @@ endif
 # install pth file.
 install-data-local:
 	$(mkinstalldirs) $(DESTDIR)$(pythondir)
-	echo "gtk-$(PLATFORM_VERSION)" > $(DESTDIR)$(pyexecdir)/pygtk.pth
 install-exec-local:
 	$(mkinstalldirs) $(DESTDIR)$(pyexecdir)
-	echo "gtk-$(PLATFORM_VERSION)" > $(DESTDIR)$(pyexecdir)/pygtk.pth
 uninstall-local:
-	rm -f $(DESTDIR)$(pythondir)/pygtk.pth $(DESTDIR)$(pyexecdir)/pygtk.pth
 
 EGG_NAME = $(PACKAGE)-$(PACKAGE_VERSION)-py$(PYTHON_VERSION)-$(PLATFORM).egg
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]