13 Commits

Author SHA1 Message Date
juhosg
1b53d1d166 packages/pysqlite: fix whitespaces
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@40242 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-27 07:06:06 +00:00
lars
5e3d2c1c2e [packages] Use include_mk
git-svn-id: svn://svn.openwrt.org/openwrt/packages@19848 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-24 23:13:32 +00:00
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
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
florian
95087ef8f8 pysqlite compilation fails on 64-bits nomultilib systesms, so add a prereq check on the gnu/stubs-32.h
git-svn-id: svn://svn.openwrt.org/openwrt/packages@12717 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-09-26 16:19:42 +00:00
nbd
e8c24a7a92 python packages cleanup, add some missing deps
git-svn-id: svn://svn.openwrt.org/openwrt/packages@12271 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-08-10 16:12:31 +00:00
nico
3e4758c284 move in Python submenu, misc cosmetic changes
git-svn-id: svn://svn.openwrt.org/openwrt/packages@10825 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-04-14 01:06:00 +00:00
nbd
312331dcf2 fix up downloading in python packages
git-svn-id: svn://svn.openwrt.org/openwrt/packages@9427 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-24 15:58:19 +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
529a8fe5ac style cleanup
git-svn-id: svn://svn.openwrt.org/openwrt/packages@9303 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-14 03:46:31 +00:00
nico
96277af139 [packages] prefix python packages with "python-"
git-svn-id: svn://svn.openwrt.org/openwrt/packages@9208 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-09 01:22:26 +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