MFH: r405199
Switch to fetching from GitHub.
The project does not seem to exist in PyPI anymore, switch to fetching from
GitHub. diff between the two tarballs:
Only in dist-TraitsGUI-3.1.0: PKG-INFO
diff -upr dist-TraitsGUI-3.1.0/setup.cfg traitsgui-3.1.0/setup.cfg
- dist-TraitsGUI-3.1.0/setup.cfg 2009-07-16 19:04:50.000000000 +0200
+++ traitsgui-3.1.0/setup.cfg 2009-07-16 02:02:18.000000000 +0200
@@ -1,15 +1,13 @@
[egg_info]
-tag_build =
-tag_date = 0
-tag_svn_revision = 0
-[nosetests]
-verbosity = 0
-detailed-errors = 1
-with-coverage = 1
-with-doctest = 1
+tag_build = .dev
+tag_svn_revision = 1
[aliases]
release = egg_info -RDb ''
bdist_egg = build_docs bdist_egg
+[nosetests]
+verbosity = 0
+with-doctest = 1
+detailed-errors = 1
+with-coverage = 1
Only in dist-TraitsGUI-3.1.0: TraitsGUI.egg-info
Approved by: portmgr (antoine)