From 204b67c6cb22b33c09709aa90aca649f9abc5372 Mon Sep 17 00:00:00 2001 From: Olaf Mersmann Date: Thu, 10 Dec 2020 15:51:28 +0100 Subject: [PATCH] New package: python-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 +}