nbd
996067d6b3
nuke $Id$ in /packages as well
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@15244 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-17 14:22:30 +00:00
lars
a456db34e4
Update python to 2.6.1.
...
Get rid of the virtual python-core package and instead python depends on
python-mini and provides files missing in python-mini for a full featured python
installation.
Thus also update the dependencies of various python packages.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@14760 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-03-06 20:27:09 +00:00
mirko
9d66cd8913
do not "adjust" python files
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@13987 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-01-11 22:14:27 +00:00
nbd
032de483a3
fix python libffi dependency for targets which do not support libffi
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@13950 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-01-09 13:02:17 +00:00
mirko
3172b751be
prevent packaging precompiled python files (*.pyc, *.pyo)
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@13921 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-01-07 11:11:01 +00:00
lars
152f403ae5
Fix python ctypes module compile.
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@13901 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-01-06 18:34:13 +00:00
florian
f215a586b9
Update python to 2.5.4 ( #4408 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@13824 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-01-02 15:06:42 +00:00
lars
5dfb620460
Missing patch from previous commit...
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@12823 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-10-02 15:51:35 +00:00
lars
1a7ebdeb62
Fix the whole python building process to do proper crosscompiling for all python
...
modules in openwrt. Thanks to ryd for helping to make this possible.
(Only numpy is completly broken now because it has dependencies which
where pervioulsy taken from the build system)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@12821 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-10-02 15:33:26 +00:00
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