massive python changes:
authorNicolas Thill <nico@openwrt.org>
Thu, 6 Sep 2007 02:52:35 +0000 (02:52 +0000)
committerNicolas Thill <nico@openwrt.org>
Thu, 6 Sep 2007 02:52:35 +0000 (02:52 +0000)
commit8eae12a8e4d5b634b9de8188ed00312cc72d0366
treeaf2e934e05248a2d5e6512496169d8ff01f17ce4
parent08d503fd6b935779d5889940695668fdc4e2706a
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

SVN-Revision: 8639
25 files changed:
lang/egenix-mx/Makefile [new file with mode: 0644]
lang/kid/Makefile
lang/psycopg/Makefile [new file with mode: 0644]
lang/pyevent/Makefile [new file with mode: 0644]
lang/pyevent/patches/000-libenevt_path_from_env.patch [new file with mode: 0644]
lang/pyevent/patches/001-event-pyx-python25.patch [new file with mode: 0644]
lang/pypcap/Makefile [new file with mode: 0644]
lang/pypcap/patches/000-no_cpickle.patch [new file with mode: 0644]
lang/pypcap/patches/001-python2_5.patch [new file with mode: 0644]
lang/pysqlite/Makefile [new file with mode: 0644]
lang/python/Makefile
lang/python/python-package.mk [new file with mode: 0644]
lang/yapsnmp/Makefile [new file with mode: 0644]
lang/yapsnmp/patches/000-compile_fix.patch [new file with mode: 0644]
libs/egenix-mx/Makefile [deleted file]
libs/psycopg/Makefile [deleted file]
libs/pyevent/Makefile [deleted file]
libs/pyevent/patches/000-libenevt_path_from_env.patch [deleted file]
libs/pyevent/patches/001-event-pyx-python25.patch [deleted file]
libs/pysqlite/Makefile [deleted file]
libs/yapsnmp/Makefile [deleted file]
libs/yapsnmp/patches/000-compile_fix.patch [deleted file]
net/pypcap/Makefile [deleted file]
net/pypcap/patches/000-no_cpickle.patch [deleted file]
net/pypcap/patches/001-python2_5.patch [deleted file]