blob: 33c7bc20c5df98bfd8941867b4fb9ecb60ed2bb1 (
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
44
45
46
47
48
49
|
DESCRIPTION= "All of Python"
MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
PR = "r1"
DEPENDS = " python-ao \
python-constraint \
python-crypto \
python-egenix-mx-base \
python-pycurl \
python-fnorb \
python-fpconst \
python-gmpy \
python-gnosis \
python-hmm \
python-irclib \
python-logilab \
python-mad \
python-native \
python-numeric \
python-ogg \
python-pexpect \
python-pychecker \
python-pycodes \
python-pygame \
python-pygoogle \
python-pygtk \
python-pylinda \
python-pylint \
python-pyqt \
python-pyqwt \
python-pyreverse \
python-pyserial \
python-pyxml \
python-pyxmlrpc \
python-quicklauncher \
python-scapy \
python-sip \
python-sgmlop \
python-snmplib \
python-soappy \
python-pysqlite \
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
#fixme python-numarray doesn't work with soft-float
|