move package pymetar:

- no more need, move to pkg-archive branch
This commit is contained in:
Stephan Raue 2009-10-22 09:03:19 +02:00
parent 2889bd33a8
commit ea8d05eaaf
4 changed files with 0 additions and 39 deletions

View File

@ -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

View File

@ -1,7 +0,0 @@
#!/bin/sh
. config/options
$SCRIPTS/install Python
cp -PR $PKG_BUILD/.install/* $INSTALL

View File

@ -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'])]
)

View File

@ -1 +0,0 @@
http://www.schwarzvogel.de/pkgs/pymetar-0.15.tar.gz