File: FAQ.txt

package info (click to toggle)
datapm 0.10-1.1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 472 kB
  • ctags: 590
  • sloc: python: 2,760; makefile: 2
file content (19 lines) | stat: -rw-r--r-- 832 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
1. Why are you not using apt/yum/insert-unix-package-manager-of-your-choice

Because we want and need to be cross-platform. However we do everything that we
can to talk these kind of existing tools so we can access and use the packages
they make available.

2. Then why don't you use a package manager such as that associated with Python
or Perl?

We thought heavily about this and we do heavily re-use (conceptually and
concretely) bits of the python setuptools system. However given the current
state of knowledge (content/data etc) packaging it was important to be able to:

a) 'install' (and access) material that was not explicitly packaged for those
systems (e.g. are just in a tar.gz file)

b) support attributes and functionality associated with data and content and
not necessarily present in systems focused on software.