From 5b6b31ad235c6e96bab2749ca266888232b9a1a4 Mon Sep 17 00:00:00 2001 From: Johannes Date: Fri, 6 Nov 2020 21:52:59 +0100 Subject: [PATCH] New package: python-py-1.9.0 package was removed in 910ab2464e724fc8166e2151b75bb9b08211aad6 but python-pytest depends on it --- srcpkgs/python-py/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/python-py/template diff --git a/srcpkgs/python-py/template b/srcpkgs/python-py/template new file mode 100644 index 00000000000..56c013c8468 --- /dev/null +++ b/srcpkgs/python-py/template @@ -0,0 +1,19 @@ +# Template file for 'python-py' +pkgname=python-py +version=1.9.0 +revision=2 +wrksrc="py-${version}" +build_style=python2-module +hostmakedepends="python-setuptools" +depends="python" +short_desc="Python development support library" +maintainer="Johannes " +license="MIT" +homepage="https://github.com/pytest-dev/py" +changelog="https://github.com/pytest-dev/py/raw/master/CHANGELOG" +distfiles="${PYPI_SITE}/p/py/py-${version}.tar.gz" +checksum=9ca6883ce56b4e8da7e79ac18787889fa5206c79dcc67fb065376cd2fe03f342 + +post_install() { + vlicense LICENSE +}