Author: mattip <[email protected]>
Branch: pypy3-update
Changeset: r706:e54d381be09f
Date: 2016-02-22 12:32 +0100
http://bitbucket.org/pypy/pypy.org/changeset/e54d381be09f/

Log:    update pypy3 and kill pypy3 campaign, pending a new pypy3 campaign
        in the futue

diff --git a/don1.html b/don1.html
--- a/don1.html
+++ b/don1.html
@@ -2,7 +2,7 @@
   <li>
     <a href="#" onclick="stm_donate(); return false;">Donate towards STM in 
pypy</a><br/>
     <a href="#" onclick="py3k_donate(); return false;"><b>Donate towards py3k 
in pypy</b></a><br/>
-    <a href="#" onclick="general_donate(); return false;">Donate towards 
general pypy progress</a><br/>
+    <!-- a href="#" onclick="general_donate(); return false;">Donate towards 
general pypy progress</a><br/ --!>
     <!-- a href="#" onclick="numpy_donate(); return false;">Donate towards 
NumPy in pypy</a><br/ --!>
   </li>
   <li>
diff --git a/don2.html b/don2.html
--- a/don2.html
+++ b/don2.html
@@ -2,7 +2,7 @@
   <li>
     <a href="#" onclick="stm_donate(); return false;">Donate towards STM in 
pypy</a><br/>
     <a href="#" onclick="py3k_donate(); return false;">Donate towards py3k in 
pypy</a><br/>
-    <a href="#" onclick="general_donate(); return false;"><b>Donate towards 
general pypy progress</b></a><br/>
+    <!-- a href="#" onclick="general_donate(); return false;"><b>Donate 
towards general pypy progress</b></a><br/ --!>
     <!-- a href="#" onclick="numpy_donate(); return false;">Donate towards 
NumPy in pypy</a><br/ --!>
   </li>
   <li>
diff --git a/don3.html b/don3.html
--- a/don3.html
+++ b/don3.html
@@ -2,7 +2,7 @@
   <li>
     <a href="#" onclick="stm_donate(); return false;">Donate towards STM in 
pypy</a><br/>
     <a href="#" onclick="py3k_donate(); return false;">Donate towards py3k in 
pypy</a><br/>
-    <a href="#" onclick="general_donate(); return false;">Donate towards 
general pypy progress</a><br/>
+    <!-- a href="#" onclick="general_donate(); return false;">Donate towards 
general pypy progress</a><br/ --!>
     <!-- a href="#" onclick="numpy_donate(); return false;"><b>Donate towards 
NumPy in pypy</b></a><br/ --!>
   </li>
   <li>
diff --git a/don4.html b/don4.html
--- a/don4.html
+++ b/don4.html
@@ -2,7 +2,7 @@
   <li>
     <a href="#" onclick="stm_donate(); return false;"><b>Donate towards STM in 
pypy</b></a><br/>
     <a href="#" onclick="py3k_donate(); return false;">Donate towards py3k in 
pypy</a><br/>
-    <a href="#" onclick="general_donate(); return false;">Donate towards 
general pypy progress</a><br/>
+    <!-- a href="#" onclick="general_donate(); return false;">Donate towards 
general pypy progress</a><br/ --!>
     <!-- a href="#" onclick="numpy_donate(); return false;">Donate towards 
NumPy in pypy</a><br/ --!>
   </li>
   <li>
diff --git a/js/script2.js b/js/script2.js
--- a/js/script2.js
+++ b/js/script2.js
@@ -21,9 +21,10 @@
 /*
 if (location.href.indexOf("numpydonate.html") >= 0)
     f = numpy_donate;
-*/
 if (location.href.indexOf("py3donate.html") >= 0)
     f = py3k_donate;
 else
     f = stm_donate;
+*/
+f = stm_donate;
 $(document).ready(f);
diff --git a/source/py3donate.txt b/source/py3donate.txt
--- a/source/py3donate.txt
+++ b/source/py3donate.txt
@@ -3,6 +3,13 @@
 title: Call for donations - PyPy to support Python3!
 ---
 
+UPDATE (February 2016):
+  *We have completed all the goals of this call, while being
+  funded at 60%. Since cpyext (support for the c-api) is incomplete
+  on PyPy 2.7, the corresponding code in PyPy 3 is also incomplete.
+  As the support becomes more complete in PyPy 2.7, we will update
+  the support in PyPy 3.*
+
 UPDATE (February 2014):
 
   *Thanks to our donors, we have raised 45% of
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to