From 1db632aad85545806050dfecd9398021c3d1348c Mon Sep 17 00:00:00 2001 From: Duje Mihanovic Date: Thu, 11 Mar 2021 14:36:15 +0100 Subject: [PATCH] New package: python3-injector-0.18.4 --- srcpkgs/python3-injector/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/python3-injector/template diff --git a/srcpkgs/python3-injector/template b/srcpkgs/python3-injector/template new file mode 100644 index 00000000000..cc43c1e6012 --- /dev/null +++ b/srcpkgs/python3-injector/template @@ -0,0 +1,19 @@ +# Template file for 'python3-injector' +pkgname=python3-injector +version=0.18.4 +revision=1 +wrksrc="injector-${version}" +build_style=python3-module +hostmakedepends="python3-typing_extensions python3-setuptools" +depends="python3 python3-typing_extensions" +checkdepends="python3-pytest python3-pytest-cov" +short_desc="Python dependency injection framework" +maintainer="Duje Mihanovic " +license="BSD-3-Clause" +homepage="https://github.com/alecthomas/injector" +distfiles="https://github.com/alecthomas/injector/archive/${version}.tar.gz" +checksum=9f00f16bb667142a076073af0df2c30013b1fc4c032c49029ad2f9bcba88d3b9 + +post_install() { + vlicense COPYING +}