blob: b836ff0c1a5c0cfb49a9b1b70057bdfebd83ebde (
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
|
DESCRIPTION= "Everything Python for SharpROM"
MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
HOMEPAGE = "http://www.vanille.de/projects/python.spy"
LICENSE = "MIT"
PR = "ml3"
NONWORKING = "\
python-codes \
python-crypto \
python-gmpy \
python-pysqlite \
python-pygtk \
python-pyqwt \
python-sgmlop \
python-vorbis"
DEPENDS = "\
python-ao \
python-bluez \
python-constraint \
python-dialog \
python-egenix-mx-base \
python-pycurl \
python-fnorb \
python-fpconst \
python-gnosis \
python-hmm \
python-irclib \
python-irclib \
python-libgmail \
python-logilab \
python-mad \
python-native \
python-numeric \
python-ogg \
python-pexpect \
python-pychecker \
python-pygoogle \
python-pylinda \
python-pylint \
python-pyqt \
python-pyreverse \
python-pyro \
python-pyserial \
python-pyxml \
python-pyxmlrpc \
python-quicklauncher \
python-scapy \
python-scons \
python-sip \
python-snmplib \
python-soappy \
python-tlslite \
python-urwid \
python-vmaps \
moin \
plone \
twisted \
zope"
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
|