blob: 9ae7f18e7f95eb756711040652dbaf5c67294a96 (
plain)
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
39
40
41
42
43
|
DESCRIPTION= "All of Python"
MAINTAINER = "Michael Lauer <mickey@Vanille.de"
DEPENDS = " python-ao \
python-constraint \
python-crypto \
python-curl \
python-fnorb \
python-fpconst \
python-gmpy \
python-gnosis \
python-hmm \
python-irclib \
python-logilab \
python-mad \
python-native \
python-numeric \
python-numarray \
python-ogg \
python-pexpect \
python-pychecker \
python-pycodes \
python-pygame \
python-pygoogle \
python-pygtk \
python-pylint \
python-pyqt \
python-pyqwt \
python-pyreverse \
python-pyserial \
python-pyxml \
python-pyxmlrpc \
python-sgmlop \
python-snmplib \
python-soappy \
python-sqlite \
python-tlslite \
python-vmaps \
python-vorbis "
RDEPENDS=${DEPENDS}
#fixme add python-pycap once libdnet is in again
#fixme add python-pyx once kpathwhich-native is there
#fixme add packages dynamically
|