summaryrefslogtreecommitdiff
path: root/TODO.python
diff options
context:
space:
mode:
Diffstat (limited to 'TODO.python')
-rw-r--r--TODO.python65
1 files changed, 0 insertions, 65 deletions
diff --git a/TODO.python b/TODO.python
index 16b7889..6c276f7 100644
--- a/TODO.python
+++ b/TODO.python
@@ -25,68 +25,3 @@ this will be confusing, we should emit nice version numbers.
i.e. nixtla
* add a test runner
-
-* Importing python packages that use pbr fails, see
-https://bitbucket.org/pypa/setuptools/issue/73/typeerror-dist-must-be-a-distribution#comment-7267980
-The most sensible option would seem to be to make use of the sane environment
-that pbr provides: just read the dependency information from the text files
-that pbr projects provide, see, http://docs.openstack.org/developer/pbr/
-
-Results from running the import tool on various python packages follow:
-
-* Imports tested so far (stratum is generated)
- * SUCCEEDS
- * nixtla: fine but requires compilation
- * ryser
- * Twisted
- * Django
- * textdata
- * whale-agent
- * virtualenv
- * lxml
- * nose
- * six
- * simplejson
- * pika
- * MarkupSafe
- * zc.buildout
- * Paste
- * pycrypto
- * Jinja2
- * Flask
- * bcdoc
- * pymongo
-
- * FAILS
- * python-keystoneclient
- * All openstack stuff requires pbr, pbr does not play nicely with
- current setuptools see: [Issue 73](https://bitbucket.org/pypa/setuptoolsissue/73/typeerror-dist-must-be-a-distribution#comment-7267980)
- we can either fix setuptools/pbr or make use of the sane environment
- pbr provides.
- * persistent-pineapple
- * Git repo[1] has different layout to tarball[2] downloadeable from pypi,
- git repo's layout isn't 'installable' by pip, so dependencies can
- not be determined.
- [1]: https://github.com/JasonAUnrein/Persistent-Pineapple
- [2]: https://pypi.python.org/packages/source/p/persistent_pineapple/persistent_pineapple-1.0.0.tar.gz
- * ftw.blog
- * cannot satisfy dependencies
- * boto
- * cannot satisfy dependencies
- * jmespath
- * cannot satisfy dependencies
- * rejester
- * its setup.py subclasses distutils.core
- * requests
- * cannot satisfy dependencies
- * MySQL-python
- * egg_info blows up,
- * python setup.py install doesn't even work
- * maybe the user's expected to do some manual stuff first, who knows
- * rejester (its setup.py subclasses distutils.core)
- * redis-jobs (succeeded at first, no longer exists on pypi)
- * coverage (stratum couldn't be generated because some tags are missing)
-
-* Imports completely tested, built, deployed and executed successfully:
-
- * Flask