Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(194)

Unified Diff: README.chromium

Issue 97243002: Update psyco_win32 binaries for Python 2.7 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/psyco_win32/
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | psyco/_psyco.pyd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.chromium
===================================================================
--- README.chromium (revision 237944)
+++ README.chromium (working copy)
@@ -2,23 +2,25 @@
Short Name: psyco
License: MIT
URL: http://psyco.sourceforge.net/
-Version: r80409
+Version: 7a8b492
Description:
No local modifications.
This is a 32-bit Win32 installation of Psyco, generated as follows on
-a Windows box at the Psyco SVN repository's revision 80409:
+a Windows box at the Psyco mercurial revision 7a8b492.
-a) svn co http://codespeak.net/svn/psyco/dist/ psyco-dist
+a) hg clone https://bitbucket.org/arigo/psyco
-b) python setup.py build_ext -i
+b) hg update 7a8b492
-c) Copy the contents of the resulting py-support/ directory to
+c) python setup.py build_ext -i
+
+d) Copy the contents of the resulting py-support/ directory to
third_party/psyco_win32/psyco
-d) Copy COPYING.txt from the SVN checkout to
+e) Copy COPYING.txt from the hg checkout to
third_party/psyco_win32/COPYING.txt
-e) Add this README.chromium file.
+f) Add this README.chromium file.
« no previous file with comments | « no previous file | psyco/_psyco.pyd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698