D6062: inno: remove references to pywin32

indygreg (Gregory Szorc) phabricator at mercurial-scm.org
Sun Mar 3 23:52:06 UTC 2019


indygreg created this revision.
Herald added a subscriber: mercurial-devel.
Herald added a reviewer: hg-reviewers.

REVISION SUMMARY
  According to the commit message for https://phab.mercurial-scm.org/rHG0c35bb01a119557a20558aba53087234df27ecd0, pywin32 was
  removed in Mercurial 1.8!

REPOSITORY
  rHG Mercurial

REVISION DETAIL
  https://phab.mercurial-scm.org/D6062

AFFECTED FILES
  contrib/packaging/inno-installer/readme.txt
  contrib/win32/hgwebdir_wsgi.py

CHANGE DETAILS

diff --git a/contrib/win32/hgwebdir_wsgi.py b/contrib/win32/hgwebdir_wsgi.py
--- a/contrib/win32/hgwebdir_wsgi.py
+++ b/contrib/win32/hgwebdir_wsgi.py
@@ -6,7 +6,6 @@
 #
 # Requirements:
 # - Python 2.7, preferably 64 bit
-# - PyWin32 for Python 2.7 (32 or 64 bit)
 # - Mercurial installed from source (python setup.py install) or download the
 #   python module installer from https://www.mercurial-scm.org/wiki/Download
 # - IIS 7 or newer
diff --git a/contrib/packaging/inno-installer/readme.txt b/contrib/packaging/inno-installer/readme.txt
--- a/contrib/packaging/inno-installer/readme.txt
+++ b/contrib/packaging/inno-installer/readme.txt
@@ -13,9 +13,6 @@
     or Microsoft Visual C++ 2008 SP1 Express Edition
       http://www.microsoft.com/express/Downloads/Download-2008.aspx
 
-  Python for Windows Extensions
-      http://sourceforge.net/projects/pywin32/
-
   mfc71.dll (just download, don't install; not needed for Python 2.6)
       http://starship.python.net/crew/mhammond/win32/
 



To: indygreg, #hg-reviewers
Cc: mercurial-devel


More information about the Mercurial-devel mailing list