[Zodb-checkins] SVN: ZODB/trunk/ Changed the url in the package metadata to point to PyPi, this avoids easy_install querying eight zope.org pages before finding the download. Also removed references to download.zope.org.
Hanno Schlichting
plone at hannosch.info
Fri Feb 20 10:24:54 EST 2009
Log message for revision 96822:
Changed the url in the package metadata to point to PyPi, this avoids easy_install querying eight zope.org pages before finding the download. Also removed references to download.zope.org.
Changed:
U ZODB/trunk/README.txt
U ZODB/trunk/buildout.cfg
U ZODB/trunk/setup.py
U ZODB/trunk/src/CHANGES.txt
-=-
Modified: ZODB/trunk/README.txt
===================================================================
--- ZODB/trunk/README.txt 2009-02-20 15:09:35 UTC (rev 96821)
+++ ZODB/trunk/README.txt 2009-02-20 15:24:54 UTC (rev 96822)
@@ -54,8 +54,7 @@
To install by hand, first install the dependencies, ZConfig, zdaemon,
zope.interface, zope.proxy and zope.testing. These can be found
-either in the `Python Package Index <http://www.python.org/pypi>`_,
-or at http://download.zope.org/distribution/.
+in the `Python Package Index <http://www.python.org/pypi>`_.
To build it, run the setup script::
Modified: ZODB/trunk/buildout.cfg
===================================================================
--- ZODB/trunk/buildout.cfg 2009-02-20 15:09:35 UTC (rev 96821)
+++ ZODB/trunk/buildout.cfg 2009-02-20 15:24:54 UTC (rev 96822)
@@ -1,7 +1,6 @@
[buildout]
develop = .
parts = test scripts
-find-links = http://download.zope.org/distribution/
[test]
recipe = zc.recipe.testrunner
Modified: ZODB/trunk/setup.py
===================================================================
--- ZODB/trunk/setup.py 2009-02-20 15:09:35 UTC (rev 96821)
+++ ZODB/trunk/setup.py 2009-02-20 15:24:54 UTC (rev 96822)
@@ -236,7 +236,7 @@
version=VERSION,
maintainer="Zope Corporation",
maintainer_email="zodb-dev at zope.org",
- url = "http://wiki.zope.org/ZODB",
+ url = "http://pypi.python.org/pypi/ZODB3",
packages = packages,
package_dir = {'': 'src'},
ext_modules = exts,
Modified: ZODB/trunk/src/CHANGES.txt
===================================================================
--- ZODB/trunk/src/CHANGES.txt 2009-02-20 15:09:35 UTC (rev 96821)
+++ ZODB/trunk/src/CHANGES.txt 2009-02-20 15:24:54 UTC (rev 96822)
@@ -22,6 +22,9 @@
XXX There are known issues with this implementation that need to be
sorted out before it is "released".
+- Changed the url in the package metadata to point to PyPi. Also removed
+ references to download.zope.org.
+
3.9.0a11 (2009-02-17)
=====================
More information about the Zodb-checkins
mailing list