From b4a45861ad2c86643702d8ecd9b147b6047285af Mon Sep 17 00:00:00 2001 From: void_user Date: Sat, 1 Feb 2020 13:56:15 -0800 Subject: [PATCH 1/2] added python scikit-video --- srcpkgs/python3-scikit-video/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/python3-scikit-video/template diff --git a/srcpkgs/python3-scikit-video/template b/srcpkgs/python3-scikit-video/template new file mode 100644 index 00000000000..536eb2a9ecf --- /dev/null +++ b/srcpkgs/python3-scikit-video/template @@ -0,0 +1,18 @@ +# Template file for 'python3-scikit-video' +pkgname=python3-scikit-video +version=1.1.11 +revision=1 +wrksrc="scikit-video-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +makedepends="python3-devel python3-numpy python3-scipy python3-Pillow" +short_desc="Scikit video for Python" +maintainer="ash " +license="BSD-3-Clause" +homepage="http://www.scikit-video.org/" +distfiles="https://github.com/scikit-video/scikit-video/archive/${version}.tar.gz" +checksum=0d28d9c08d43be56bd723c8387e90e599a5ce4b75c389717d190ccde0ef5d56f + +post_install() { + vlicense COPYING +} From f9ac6a744dedafe8470c7b71180b35f57b4464cb Mon Sep 17 00:00:00 2001 From: void_user Date: Sat, 1 Feb 2020 17:22:44 -0800 Subject: [PATCH 2/2] added information relevant for requires.txt and add more information into short_desc --- srcpkgs/python3-scikit-video/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/python3-scikit-video/template b/srcpkgs/python3-scikit-video/template index 536eb2a9ecf..9aab2425cb5 100644 --- a/srcpkgs/python3-scikit-video/template +++ b/srcpkgs/python3-scikit-video/template @@ -6,7 +6,8 @@ wrksrc="scikit-video-${version}" build_style=python3-module hostmakedepends="python3-setuptools" makedepends="python3-devel python3-numpy python3-scipy python3-Pillow" -short_desc="Scikit video for Python" +depends="python3-numpy python3-scipy python3-Pillow" +short_desc="Video processing in Python. Modeled around scikit packages" maintainer="ash " license="BSD-3-Clause" homepage="http://www.scikit-video.org/"