From 85e5846a7f17514c4db4c1736988eb3a8e3029c7 Mon Sep 17 00:00:00 2001 From: Olaf Mersmann Date: Thu, 10 Dec 2020 15:51:28 +0100 Subject: [PATCH 1/2] New package: python3-patsy-0.5.1 --- srcpkgs/python3-patsy/template | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 srcpkgs/python3-patsy/template diff --git a/srcpkgs/python3-patsy/template b/srcpkgs/python3-patsy/template new file mode 100644 index 00000000000..15f08651a49 --- /dev/null +++ b/srcpkgs/python3-patsy/template @@ -0,0 +1,23 @@ +# Template file for 'python3-patsy' +pkgname=python3-patsy +version=0.5.1 +revision=1 +wrksrc="patsy-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3-six python3-numpy" +short_desc="Python library for describing statistical models" +maintainer="Olaf " +license="BSD-2-Clause + Python-2.0" +homepage="https://github.com/pydata/patsy" +changelog="https://patsy.readthedocs.io/en/latest/changes.html" +distfiles="${PYPI_SITE}/p/patsy/patsy-${version}.tar.gz" +checksum=f115cec4201e1465cd58b9866b0b0e7b941caafec129869057405bfe5b5e3991 + +do_check() { + : no test is shipped +} + +post_install() { + vlicense LICENSE.txt +} From 03f82958da08fb7b201be98292d3d0fd4b8653ef Mon Sep 17 00:00:00 2001 From: Olaf Mersmann Date: Mon, 14 Dec 2020 22:47:31 +0100 Subject: [PATCH 2/2] New package: python3-statsmodels-0.12.1 --- srcpkgs/python3-statsmodels/template | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 srcpkgs/python3-statsmodels/template diff --git a/srcpkgs/python3-statsmodels/template b/srcpkgs/python3-statsmodels/template new file mode 100644 index 00000000000..3553acd3a1f --- /dev/null +++ b/srcpkgs/python3-statsmodels/template @@ -0,0 +1,22 @@ +# Template file for 'python3-statsmodels' +pkgname=python3-statsmodels +version=0.12.1 +revision=1 +wrksrc="statsmodels-${version}" +build_style=python3-module +build_helper="numpy" +hostmakedepends="python3-setuptools" +makedepends="python3-devel" +depends="python3-numpy python3-scipy python3-pandas python3-patsy" +checkdepends="python3-pytest" +short_desc="Python module for the estimation of different statistical models" +maintainer="Olaf Mersmann " +license="BSD-3-Clause" +homepage="https://www.statsmodels.org/" +changelog="https://www.statsmodels.org/stable/release/version0.12.1.html" +distfiles="${PYPI_SITE}/s/statsmodels/statsmodels-${version}.tar.gz" +checksum=a271b4ccec190148dccda25f0cbdcbf871f408fc1394a10a7dc1af4a62b91c8e + +post_install() { + vlicense LICENSE.txt +}