From ba49da554fc11a0b45f85d27014eee4180fb6b44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Thu, 21 Jul 2022 08:43:01 +0200 Subject: [PATCH] New package: python3-editables-0.3 --- srcpkgs/python3-editables/template | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 srcpkgs/python3-editables/template diff --git a/srcpkgs/python3-editables/template b/srcpkgs/python3-editables/template new file mode 100644 index 00000000000..fb5f33eca8a --- /dev/null +++ b/srcpkgs/python3-editables/template @@ -0,0 +1,21 @@ +# Template file for 'python3-editables' +pkgname=python3-editables +version=0.3 +revision=1 +wrksrc="${pkgname/python3-/}-${version}" +build_style=python3-pep517 +hostmakedepends="python3-setuptools python3-wheel" +depends="python3" +checkdepends="python3-coverage python3-pytest-cov python3-pytest" +short_desc="Editable installations for Python" +maintainer="Jan Christian Grünhage " +license="MIT" +homepage="https://github.com/pfmoore/editables" +changelog="https://github.com/pfmoore/editables/raw/main/CHANGELOG.md" +distfiles="https://github.com/pfmoore/editables/archive/refs/tags/${version}.tar.gz" +checksum=42f7240164af1e028ccb7b60e72f54bbd8b639e9409595fbeffac5d3fb610643 +make_check_pre="env PYTHONPATH=./src" + +post_install() { + vlicense LICENSE.txt +}