Files
entropy/docs/TODO
Fabio Erculiani b7f30dafc8 [todo] update TODO
2014-11-30 14:32:01 +00:00

32 lines
1.0 KiB
Plaintext

Short term:
- preserved_libs table should have an rpath column (and then
fix usage of resolveNeeded).
- add repository dependencies and conflicts metadata
- entropy.client.interfaces code refactoring
- wrap available repositories usage around a ResourceLock, this will
decrease the need for an exclusively held Entropy Resources Lock.
- add devel extra packages containing:
- /usr/include
- /usr/share/gtk-doc
- /usr/share/help?
- conditional deps:
enabled with ETP_PORTAGE_CONDITIONAL_DEPS_ENABLE
Test package generation and entropy client behaviour
(both direct and inverse dependencies calculation)
Long term:
- move variables away from etpConst
(to SystemSettings || Client || Server as static methods)
- Python 3.3+ support
- [2014] remove repositories parsing from repositories.conf
also see _conf_add_repository(), _conf_remove_repository(),
shift_repository()
- [2015] remove non-ini repositories parsing support from repositories.conf.*
- [2015] remove repositories parsing from server.conf