summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Reiter <creiter@src.gnome.org>2017-01-24 22:11:23 +0100
committerChristoph Reiter <creiter@src.gnome.org>2017-03-20 16:24:28 +0100
commit49cc3643819dad0d065d3c86327cd60d2f022dad (patch)
tree6dc9e7eb29f55a2776061205f04dbcd2c52b7fd5
parent3aa5c80213194a8a3a993e937bae0f6b3d992547 (diff)
downloadpygobject-49cc3643819dad0d065d3c86327cd60d2f022dad.tar.gz
Remove egg make target
eggs are deprecated and the command was referencing long gone files and failing, so nobody was using it. https://bugzilla.gnome.org/show_bug.cgi?id=777719
-rw-r--r--Makefile.am27
1 files changed, 0 insertions, 27 deletions
diff --git a/Makefile.am b/Makefile.am
index 62b9ef1c..8f2e60f5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -91,33 +91,6 @@ endif
# python
pyexec_LTLIBRARIES =
-# install pth file.
-
-EGG_NAME = $(PACKAGE)-$(PACKAGE_VERSION)-py$(PYTHON_VERSION)-$(PLATFORM)
-
-install-data-local:
- $(mkinstalldirs) $(DESTDIR)$(pyexecdir)
- cp $(top_builddir)/PKG-INFO $(DESTDIR)$(pyexecdir)/$(EGG_NAME).egg-info
-install-exec-local:
- $(mkinstalldirs) $(DESTDIR)$(pyexecdir)
-uninstall-local:
- rm -f $(DESTDIR)$(pyexecdir)/$(EGG_NAME).egg-info
-
-egg: EGG_TMPDIR:=$(TMPDIR)/$(PACKAGE)-$(PACKAGE_VERSION)
-egg: $(top_srcdir)/gobject/gobject.la PKG-INFO
- rm -fr $(EGG_TMPDIR)
- echo $(EGG_NAME).egg
- $(MKDIR_P) $(EGG_TMPDIR)
- $(MKDIR_P) $(EGG_TMPDIR)/EGG-INFO
- $(MAKE) -C gobject install-pkgpyexecLTLIBRARIES pkgpyexecdir=$(EGG_TMPDIR)
- rm -fr $(EGG_TMPDIR)/gobject.la
- $(INSTALL) PKG-INFO $(EGG_TMPDIR)/EGG-INFO
- echo "gobject.so" >> $(EGG_TMPDIR)/EGG-INFO/native_libs.txt
- ( echo "gobject" ) >> $(EGG_TMPDIR)/EGG-INFO/top_level.txt
- cd $(EGG_TMPDIR) && zip -rq $(EGG_NAME).egg .
- mv $(EGG_TMPDIR)/$(EGG_NAME).egg .
- rm -fr $(EGG_TMPDIR)
-
release-news:
printf "%-8s%s\n" "$(VERSION)" "`LC_TIME=C date '+%d-%b-%Y'`" > NEWS.tmp