]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
promoted pysetup3 to a top-level script
authorTarek Ziade <tarek@ziade.org>
Tue, 31 May 2011 06:31:50 +0000 (08:31 +0200)
committerTarek Ziade <tarek@ziade.org>
Tue, 31 May 2011 06:31:50 +0000 (08:31 +0200)
Makefile.pre.in
setup.py

index dff1252999cf1fd7627d157d97c740b8c6d5d2ad..f6ecacf307a6510864c0fab5c4d6abe1c3d86fa1 100644 (file)
@@ -888,6 +888,8 @@ bininstall: altbininstall
        (cd $(DESTDIR)$(BINDIR); $(LN) -s pydoc$(VERSION) pydoc3)
        -rm -f $(DESTDIR)$(BINDIR)/2to3
        (cd $(DESTDIR)$(BINDIR); $(LN) -s 2to3-$(VERSION) 2to3)
+       -rm -f $(DESTDIR)$(BINDIR)/pysetup3
+       (cd $(DESTDIR)$(BINDIR); $(LN) -s pysetup$(VERSION) pysetup3)
 
 # Install the manual page
 maninstall:
index 9d46425b6d181afee95b43abd6531d7ce20edf9c..fa42191fccac39c65774b6ad9a7f1a0682b62af6 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -1889,7 +1889,7 @@ def main():
           # check the PyBuildScripts command above, and change the links
           # created by the bininstall target in Makefile.pre.in
           scripts = ["Tools/scripts/pydoc3", "Tools/scripts/idle3",
-                     "Tools/scripts/2to3"]
+                     "Tools/scripts/2to3", "Tools/scripts/pysetup3"]
         )
 
 # --install-platlib