nico
e3b5b37987
[packages] lang/python fixes:
...
- add missing files to enable use of ez_setup.py (closes : #3000 )
- fix python-doc
- bumb release number
git-svn-id: svn://svn.openwrt.org/openwrt/packages@11012 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-05-03 00:13:04 +00:00
nico
b1111d1f9e
[packages] python: add dependency on python-core to subpackages
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@11002 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-05-02 01:34:03 +00:00
nbd
f2e55a8fb5
lots of package cleanups/fixes
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@9948 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-12-27 02:12:26 +00:00
nbd
bf06dbb788
remove UninstallDev
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@9907 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-12-25 01:59:55 +00:00
nbd
de6305e1d4
clean up python packaging code.
...
- packages must not rely on stuff in package/ outside of their own directory
- python-package.mk is installed to $(STAGING_DIR)/mk
- python-package.mk must not be required at DUMP time
git-svn-id: svn://svn.openwrt.org/openwrt/packages@9387 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-21 10:20:01 +00:00
blogic
105e58b574
fix dependency bug in python
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@9310 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-14 05:12:22 +00:00
nico
ca8c770b28
[packages] python: add a minimal python-mini package, remove readline support since it needs ncurses, fix optimization flags for extension building, add -expat and -openssl subpackages, cleanup
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@9207 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-09 00:54:48 +00:00
blogic
1120328d15
InstallDev should be using (1) and not (STAGING_DIR)
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@9173 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-07 03:20:26 +00:00
nico
c8b481f5da
move python packages to 'Python' submenu and make them depends on 'python'
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@8988 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-23 18:08:06 +00:00
nico
b94f02fe5f
massive python changes:
...
* move all python packages to lang section
* add a python-package.mk rules file sourced by all python packages for PyPackage/* defs
* introduce a new way of specifying files to be packaged (experimental)
* add missing svn:properties
git-svn-id: svn://svn.openwrt.org/openwrt/packages@8639 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-06 02:52:35 +00:00
florian
b5dd4ff4f2
Enable pyexpat for kid ( #2236 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@8514 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-08-28 09:57:42 +00:00
florian
3a6631ab94
Build an openssl capabable python and install some headers and libs ( #2225 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@8443 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-08-20 14:28:27 +00:00
pavlov
4d56260742
update to python 2.5.1, security and bug fixes... clean up the makefile slightly... and refresh the patches
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@8239 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-07-30 19:05:55 +00:00
pavlov
d737c64b22
add readline support for python
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@8194 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-07-27 15:49:58 +00:00
pavlov
8c0c8a520e
enable threads for python
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@7129 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-05-07 20:42:58 +00:00
pavlov
e834eda3ba
working python 2.5... no threading, yet.
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@7016 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-04-20 18:18:10 +00:00
nbd
f2a9952641
fix python compile error ( #1455 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@6676 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-03-24 19:01:15 +00:00
pavlov
c4173e2341
update python to 2.4.4 -- security fix
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@6498 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-03-04 03:24:48 +00:00
nbd
c0e5247848
replace lots of manual install commands with INSTALL_* variables
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@5624 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-11-23 00:29:07 +00:00
nico
bfc57f9964
install hostpython in staging_dir ( closes : #927 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@5458 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-11-07 03:34:25 +00:00
nico
2048ae913a
remove more unneeded python stuff, Makefile cleanup
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@5378 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-11-02 13:46:37 +00:00
florian
6eaf180315
Standardize, install headers and libs in staging_dir, tend to reduce package size
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@5376 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-11-01 22:48:08 +00:00
florian
a604f48a49
Prevent hostpython from loading libstdc++ in the STAGING_DIR ( #884 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@5372 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-11-01 12:48:19 +00:00
nico
0e631ee30c
Makefile cleanup (lang section)
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@5353 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-31 08:44:54 +00:00
nbd
c242640fb9
add python package (contributed by Pavlov Media)
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@5282 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-24 17:20:50 +00:00