mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
varios tests and fixes
This commit is contained in:
parent
fb0b1aa15e
commit
caa697cf9c
21
packages/python/devel/TwistedCore.new/build
Executable file
21
packages/python/devel/TwistedCore.new/build
Executable file
@ -0,0 +1,21 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
$SCRIPTS/build Python
|
||||
|
||||
. config/options.python
|
||||
|
||||
cd $BUILD/$1*
|
||||
|
||||
$PYTHON setup.py bdist_egg --exclude-source-files
|
||||
|
||||
#$PYTHON setup.py build
|
||||
|
||||
#$PYTHON setup.py install -O1 --skip-build --root $SYSROOT_PREFIX --prefix /usr
|
||||
#$PYTHON setup.py install -O1 --skip-build --root ./.install --prefix /usr
|
||||
|
||||
#find .install -name "*.py" -exec rm -rf "{}" ";"
|
||||
#find .install -name "*.pyo" -exec rm -rf "{}" ";"
|
||||
#rm -rf .install/usr/bin
|
11
packages/python/devel/TwistedCore.new/install
Executable file
11
packages/python/devel/TwistedCore.new/install
Executable file
@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/install Python
|
||||
|
||||
. config/options.python
|
||||
|
||||
PKG_SRC_DIR=`ls -d $BUILD/$1[-_][0-9]*`
|
||||
|
||||
$TOOLCHAIN/bin/easy_install --exclude-scripts --zip-ok --no-deps --quiet --prefix=$INSTALL/usr $PKG_SRC_DIR/dist/*.egg
|
1
packages/python/devel/TwistedCore.new/url
Normal file
1
packages/python/devel/TwistedCore.new/url
Normal file
@ -0,0 +1 @@
|
||||
http://tmrc.mit.edu/mirror/twisted/Core/8.2/TwistedCore-8.2.0.tar.bz2
|
@ -1 +1 @@
|
||||
http://sources.openelec.tv/svn/elisa-plugins-bad-0.9.1.tar.gz
|
||||
http://elisa.fluendo.com/download/elisa/elisa-plugins-bad-0.5.37.tar.gz
|
||||
|
1
packages/python/multimedia/elisa-plugins-bad/url.new
Normal file
1
packages/python/multimedia/elisa-plugins-bad/url.new
Normal file
@ -0,0 +1 @@
|
||||
http://sources.openelec.tv/svn/elisa-plugins-bad-0.9.1.tar.gz
|
@ -1 +1 @@
|
||||
http://sources.openelec.tv/svn/elisa-plugins-good-0.9.1.tar.gz
|
||||
http://elisa.fluendo.com/download/elisa/elisa-plugins-good-0.5.37.tar.gz
|
||||
|
1
packages/python/multimedia/elisa-plugins-good/url.new
Normal file
1
packages/python/multimedia/elisa-plugins-good/url.new
Normal file
@ -0,0 +1 @@
|
||||
http://sources.openelec.tv/svn/elisa-plugins-good-0.9.1.tar.gz
|
@ -1 +1 @@
|
||||
http://sources.openelec.tv/svn//elisa-plugins-ugly-0.9.1.tar.gz
|
||||
http://elisa.fluendo.com/download/elisa/elisa-plugins-ugly-0.5.37.tar.gz
|
||||
|
1
packages/python/multimedia/elisa-plugins-ugly/url.new
Normal file
1
packages/python/multimedia/elisa-plugins-ugly/url.new
Normal file
@ -0,0 +1 @@
|
||||
http://sources.openelec.tv/svn//elisa-plugins-ugly-0.9.1.tar.gz
|
@ -1 +1 @@
|
||||
http://sources.openelec.tv/svn/elisa-0.9.1.tar.gz
|
||||
http://elisa.fluendo.com/download/elisa/elisa-0.5.37.tar.gz
|
||||
|
1
packages/python/multimedia/elisa/url.new
Normal file
1
packages/python/multimedia/elisa/url.new
Normal file
@ -0,0 +1 @@
|
||||
http://sources.openelec.tv/svn/elisa-0.9.1.tar.gz
|
23
packages/python/www/TwistedWeb.new/build
Executable file
23
packages/python/www/TwistedWeb.new/build
Executable file
@ -0,0 +1,23 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
$SCRIPTS/build Python
|
||||
$SCRIPTS/build TwistedCore
|
||||
|
||||
. config/options.python
|
||||
|
||||
cd $BUILD/$1*
|
||||
|
||||
$PYTHON setup.py bdist_egg --exclude-source-files
|
||||
|
||||
#$PYTHON setup.py build
|
||||
|
||||
#$PYTHON setup.py install -O1 --skip-build --root $SYSROOT_PREFIX --prefix /usr
|
||||
#$PYTHON setup.py install -O1 --skip-build --root ./.install --prefix /usr
|
||||
|
||||
#find .install -name "*.py" -exec rm -rf "{}" ";"
|
||||
#find .install -name "*.pyo" -exec rm -rf "{}" ";"
|
||||
|
||||
#rm -rf .install/usr/lib/python*/site-packages/twisted/web/test
|
12
packages/python/www/TwistedWeb.new/install
Executable file
12
packages/python/www/TwistedWeb.new/install
Executable file
@ -0,0 +1,12 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/install Python
|
||||
$SCRIPTS/install TwistedCore
|
||||
|
||||
. config/options.python
|
||||
|
||||
PKG_SRC_DIR=`ls -d $BUILD/$1[-_][0-9]*`
|
||||
|
||||
$TOOLCHAIN/bin/easy_install --exclude-scripts --zip-ok --no-deps --quiet --prefix=$INSTALL/usr $PKG_SRC_DIR/dist/*.egg
|
1
packages/python/www/TwistedWeb.new/url
Normal file
1
packages/python/www/TwistedWeb.new/url
Normal file
@ -0,0 +1 @@
|
||||
http://tmrc.mit.edu/mirror/twisted/Web/8.2/TwistedWeb-8.2.0.tar.bz2
|
23
packages/python/www/TwistedWeb2.new/build
Executable file
23
packages/python/www/TwistedWeb2.new/build
Executable file
@ -0,0 +1,23 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
$SCRIPTS/build Python
|
||||
$SCRIPTS/build TwistedCore
|
||||
|
||||
. config/options.python
|
||||
|
||||
cd $BUILD/$1*
|
||||
|
||||
$PYTHON setup.py bdist_egg --exclude-source-files
|
||||
|
||||
#$PYTHON setup.py build
|
||||
|
||||
#$PYTHON setup.py install -O1 --skip-build --root $SYSROOT_PREFIX --prefix /usr
|
||||
#$PYTHON setup.py install -O1 --skip-build --root ./.install --prefix /usr
|
||||
|
||||
#find .install -name "*.py" -exec rm -rf "{}" ";"
|
||||
#find .install -name "*.pyo" -exec rm -rf "{}" ";"
|
||||
|
||||
#rm -rf .install/usr/lib/python*/site-packages/twisted/web2/test
|
12
packages/python/www/TwistedWeb2.new/install
Executable file
12
packages/python/www/TwistedWeb2.new/install
Executable file
@ -0,0 +1,12 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/install Python
|
||||
$SCRIPTS/install TwistedCore
|
||||
|
||||
. config/options.python
|
||||
|
||||
PKG_SRC_DIR=`ls -d $BUILD/$1[-_][0-9]*`
|
||||
|
||||
$TOOLCHAIN/bin/easy_install --exclude-scripts --zip-ok --no-deps --quiet --prefix=$INSTALL/usr $PKG_SRC_DIR/dist/*.egg
|
1
packages/python/www/TwistedWeb2.new/url
Normal file
1
packages/python/www/TwistedWeb2.new/url
Normal file
@ -0,0 +1 @@
|
||||
http://tmrc.mit.edu/mirror/twisted/Web2/8.1/TwistedWeb2-8.1.0.tar.bz2
|
Loading…
x
Reference in New Issue
Block a user