blob: 18455f5b96917c764c4649a827775edbb0286e17 (
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
|
DESCRIPTION= "Everything Python"
HOMEPAGE = "http://www.vanille.de/projects/python.spy"
LICENSE = "MIT"
PR = "ml26"
RDEPENDS = "\
python-ao \
python-cheetah \
python-constraint \
python-dbus \
python-dialog \
python-pydirectfb \
python-efl \
python-efl-examples \
python-pycurl \
python-fam \
python-fnorb \
python-formencode \
python-fpconst \
python-fuse \
python-gmpy \
python-gnosis \
python-gsmd \
python-gst \
python-hmm \
python-imaging \
python-imdbpy \
python-inotify \
python-irclib \
python-itools \
python-logilab-common \
python-libgmail \
python-lightmediascanner \
python-lxml \
python-mad \
python-numarray \
python-numeric \
python-ogg \
python-pexpect \
python-pybluez \
python-pycairo \
python-pychecker \
python-pycodes \
python-pyephem \
python-pyfits \
python-pyflakes \
python-pygame \
python-pygobject \
python-pygoogle \
python-pygtk-1.2 \
python-pygtk \
python-pyid3lib \
python-pyiw \
python-pylinda \
python-pylint \
python-pyqt \
python-pyraf \
python-pyreverse \
python-pyrex \
python-pyro \
python-pyserial \
python-pytester \
python-pyusb \
python-pyvisa \
python-pyweather \
python-pyxml \
python-pyxmlrpc \
python-scapy \
python-scons \
python-setuptools \
python-simplejson \
python-sip \
python-sgmlop \
python-snmplib \
python-soappy \
python-spydi \
python-spyro \
python-sqlalchemy \
python-sqlobject \
python-sword \
python-tlslite \
python-urwid \
python-vmaps \
python-vorbis \
python-webpy \
moin \
plone \
twisted \
zope"
BROKEN_PACKAGES = "\
python-egenix-mx-base \
python-gammu \
python-m2crypto \
python-mysqldb \
python-pyqwt \
"
#fixme add python-pycap once libdnet is in again
#fixme add python-pyx once kpathwhich-native is there
#fixme add packages dynamically
LICENSE = "MIT"
|