Files
entropy/docs/TODO
Fabio Erculiani 280a7067b3 [entropy.cli] drop module, move code to client/ and server/
Even though it is a small code duplication, entropy.cli does make
much less sense.
2012-11-04 21:11:56 +01:00

30 lines
719 B
Plaintext

Backlog (raw)
1.0:
- solo branch:
drop etpUi (anaconda uses etpUi['mute'])
fixup etpUi usage in lib/ !
- preserved-libs registry:
only drop old sonames when installed packages
no longer need them
- conditional deps:
enabled with ETP_PORTAGE_CONDITIONAL_DEPS_ENABLE
Test package generation and entropy client behaviour
(both direct and inverse dependencies calculation)
- rewrite entropy.Security() to be O(1) (dump sulfur first)
long term:
- move variables away from etpConst
(to SystemSettings || Client || Server as static methods)
long long term:
- pkgcore spm plugin
NEEDED is missing
- python 3.x support -> more tests