File: TODO.txt

package info (click to toggle)
python-setuptools 0.0.1.041214-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 232 kB
  • ctags: 264
  • sloc: python: 931; makefile: 37
file content (38 lines) | stat: -rw-r--r-- 998 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
To-Do

* Automatic download and installation of dependencies

  * install_deps command (install runtime dependencies)

    * OPEN ISSUE: should parent install command include child install's files?

  * Dependency class

    * Find appropriate release, or explain why not

    * Base URL(s) and distribution name

  * Release class

    * Distro type - source v. binary (determine via extension?)

    * Platform requirements, whether compiler needed (how can we check?)

    * Download URL, default from extension + dependency

    * Download + extract to target dir

    * run child install

  * build_deps command (install build-time dependencies)

* Build and install documentation sets

* Installation database similar to PEP 262

  * Needs to write file *before* installing anything, so an aborted install
    can be uninstalled.  Possibly should use 'unknown' for all metadata, then
    replace with real metadata once it's known.

  * REQUIRES should probably just be list of dependencies