From 5ac3853a158ca5394612da1cacba0edf87f88a75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Sun, 20 Sep 2020 17:35:33 +0700 Subject: [PATCH] python-pyqtgraph: drop package --- srcpkgs/python-pyqtgraph/template | 32 ------------------- srcpkgs/python3-pyqtgraph | 1 - srcpkgs/python3-pyqtgraph/template | 19 +++++++++++ .../update | 0 4 files changed, 19 insertions(+), 33 deletions(-) delete mode 100644 srcpkgs/python-pyqtgraph/template delete mode 120000 srcpkgs/python3-pyqtgraph create mode 100644 srcpkgs/python3-pyqtgraph/template rename srcpkgs/{python-pyqtgraph => python3-pyqtgraph}/update (100%) diff --git a/srcpkgs/python-pyqtgraph/template b/srcpkgs/python-pyqtgraph/template deleted file mode 100644 index 1bea9c2ffdf..00000000000 --- a/srcpkgs/python-pyqtgraph/template +++ /dev/null @@ -1,32 +0,0 @@ -# Template file for 'python-pyqtgraph' -pkgname=python-pyqtgraph -version=0.10.0 -revision=4 -archs=noarch -wrksrc="${pkgname#*-}-${pkgname#*-}-${version}" -build_style=python-module -pycompile_module="pyqtgraph" -make_install_args="--no-compile" -hostmakedepends="python-setuptools python3-setuptools" -depends="python-PyQt5 python-numpy python-PyOpenGL" -short_desc="Python2 scientific graphics and GUI library" -maintainer="Duncaen " -license="MIT" -homepage="http://www.pyqtgraph.org/" -distfiles="https://github.com/pyqtgraph/pyqtgraph/archive/pyqtgraph-${version}.tar.gz" -checksum=4c851deec81c1dd1ecb4468ff6d5b035349b167cc1b4e4bb724b4b410945d20b - -post_install() { - vlicense LICENSE.txt -} - -python3-pyqtgraph_package() { - archs=noarch - depends="python3-PyQt5 python3-numpy python3-PyOpenGL" - pycompile_module="pyqtgraph" - short_desc="${short_desc/Python2/Python3}" - pkg_install() { - vmove usr/lib/python3* - vlicense LICENSE.txt - } -} diff --git a/srcpkgs/python3-pyqtgraph b/srcpkgs/python3-pyqtgraph deleted file mode 120000 index 8530196159a..00000000000 --- a/srcpkgs/python3-pyqtgraph +++ /dev/null @@ -1 +0,0 @@ -python-pyqtgraph \ No newline at end of file diff --git a/srcpkgs/python3-pyqtgraph/template b/srcpkgs/python3-pyqtgraph/template new file mode 100644 index 00000000000..6fb09733e51 --- /dev/null +++ b/srcpkgs/python3-pyqtgraph/template @@ -0,0 +1,19 @@ +# Template file for 'python3-pyqtgraph' +pkgname=python3-pyqtgraph +version=0.10.0 +revision=5 +wrksrc="${pkgname#*-}-${pkgname#*-}-${version}" +build_style=python3-module +make_install_args="--no-compile" +hostmakedepends="python3-setuptools" +depends="python3-PyQt5 python3-numpy python3-PyOpenGL" +short_desc="Python3 scientific graphics and GUI library" +maintainer="Duncaen " +license="MIT" +homepage="http://www.pyqtgraph.org/" +distfiles="https://github.com/pyqtgraph/pyqtgraph/archive/pyqtgraph-${version}.tar.gz" +checksum=4c851deec81c1dd1ecb4468ff6d5b035349b167cc1b4e4bb724b4b410945d20b + +post_install() { + vlicense LICENSE.txt +} diff --git a/srcpkgs/python-pyqtgraph/update b/srcpkgs/python3-pyqtgraph/update similarity index 100% rename from srcpkgs/python-pyqtgraph/update rename to srcpkgs/python3-pyqtgraph/update