mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 22:47:51 +00:00
new package: add package 'zope.interface'
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
618d47f711
commit
464906492e
7
packages/python/web/zope.interface/build
Executable file
7
packages/python/web/zope.interface/build
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options $1
|
||||
. config/options.python
|
||||
|
||||
cd $PKG_BUILD
|
||||
$PYTHON setup.py bdist_egg --exclude-source-files
|
8
packages/python/web/zope.interface/install
Executable file
8
packages/python/web/zope.interface/install
Executable file
@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options $1
|
||||
. config/options.python
|
||||
|
||||
PKG_SRC_DIR=`ls -d $PKG_BUILD`
|
||||
|
||||
$TOOLCHAIN/bin/easy_install --exclude-scripts --zip-ok --no-deps --quiet --prefix=$INSTALL/usr $PKG_SRC_DIR/dist/*.egg
|
14
packages/python/web/zope.interface/meta
Normal file
14
packages/python/web/zope.interface/meta
Normal file
@ -0,0 +1,14 @@
|
||||
PKG_NAME="zope.interface"
|
||||
PKG_VERSION="3.3.0"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="OSS"
|
||||
PKG_SITE="http://zope.org/Products/ZopeInterface/"
|
||||
PKG_URL="http://www.zope.org/Products/ZopeInterface/$PKG_VERSION/$PKG_NAME-$PKG_VERSION.tar.gz"
|
||||
PKG_DEPENDS="Python setuptools"
|
||||
PKG_BUILD_DEPENDS="toolchain Python setuptools"
|
||||
PKG_PRIORITY="optional"
|
||||
PKG_SECTION="python/web"
|
||||
PKG_SHORTDESC="zopeinterface: zope.interface package from Zope 3"
|
||||
PKG_LONGDESC="This is a separate distribution of the zope.interface package used in Zope 3, along with the packages it depends on."
|
||||
PKG_IS_ADDON="no"
|
Loading…
x
Reference in New Issue
Block a user