mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
move package pymetar:
- no more need, move to pkg-archive branch
This commit is contained in:
parent
2889bd33a8
commit
ea8d05eaaf
@ -1,21 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
. config/options
|
|
||||||
|
|
||||||
$SCRIPTS/build toolchain
|
|
||||||
$SCRIPTS/build Python
|
|
||||||
|
|
||||||
. config/options.python
|
|
||||||
|
|
||||||
cd $PKG_BUILD
|
|
||||||
|
|
||||||
$PYTHON setup.py build
|
|
||||||
|
|
||||||
$PYTHON setup.py install \
|
|
||||||
-O1 --skip-build --prefix /usr --root .install
|
|
||||||
|
|
||||||
find .install -name "*.py" -exec rm -rf "{}" ";"
|
|
||||||
find .install -name "*.pyo" -exec rm -rf "{}" ";"
|
|
||||||
|
|
||||||
rm -rf .install/usr/bin
|
|
||||||
rm -rf .install/usr/share
|
|
@ -1,7 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
. config/options
|
|
||||||
|
|
||||||
$SCRIPTS/install Python
|
|
||||||
|
|
||||||
cp -PR $PKG_BUILD/.install/* $INSTALL
|
|
@ -1,10 +0,0 @@
|
|||||||
diff -Naur pymetar-0.15/setup.py pymetar-0.15.patch/setup.py
|
|
||||||
--- pymetar-0.15/setup.py 2009-06-28 18:39:44.000000000 +0200
|
|
||||||
+++ pymetar-0.15.patch/setup.py 2009-07-19 12:35:02.850182624 +0200
|
|
||||||
@@ -27,5 +27,5 @@
|
|
||||||
py_modules=["pymetar"],
|
|
||||||
scripts = [ "bin/weather.py" ],
|
|
||||||
data_files = [("share/doc/pymetar-%s/"%pymetar.__version__,
|
|
||||||
- ['README', 'COPYING', 'THANKS', 'TODO', 'bin/example.py', 'librarydoc.txt'])]
|
|
||||||
+ ['README', 'COPYING', 'THANKS', 'librarydoc.txt'])]
|
|
||||||
)
|
|
@ -1 +0,0 @@
|
|||||||
http://www.schwarzvogel.de/pkgs/pymetar-0.15.tar.gz
|
|
Loading…
x
Reference in New Issue
Block a user