You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
freifunkist-firmware/feeds/packages.tmp/info/.packageinfo-lang_python_py...

40 lines
1.3 KiB

Source-Makefile: feeds/packages/lang/python/python-packages/Makefile
Build-Depends: python python/host
Package: python-packages
Submenu: Python
Version: 1.0-2
Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread @DEVEL +python
Conflicts:
Menu-Depends:
Provides:
Section: lang
Category: Languages
Repository: base
Title: A dummy package for packaging python modules with pip
Maintainer: Yousong Zhou <yszhou4tech@gmail.com>
Source:
Type: ipkg
Description: A dummy package for packaging python modules with pip
Yousong Zhou <yszhou4tech@gmail.com>
@@
Config:
if PACKAGE_python-packages
config PACKAGE_python-packages-list-host
string "List of python packages to install on host"
config PACKAGE_python-packages-list
string "List of python packages to install on target"
config PACKAGE_python-packages-list-cleanup
string "List of python packages to cleanup to avoid clash with existing packages"
config PACKAGE_python-packages-envs
string "Extra environment variables to pass on to pip and its children on target build"
config PACKAGE_python-packages-extra-deps
string "List of deps fulfilled but not tracked by the build system"
config PACKAGE_python-packages-index-url
string "Index URL passed to pip with --index-url"
config PACKAGE_python-packages-pip-opts
string "Additional arguments to pip command line"
endif
@@