19 lines
631 B
Bash
19 lines
631 B
Bash
# Template file for 'python3-injector'
|
|
pkgname=python3-injector
|
|
version=0.19.0
|
|
revision=3
|
|
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="Orphaned <orphan@voidlinux.org>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://github.com/alecthomas/injector"
|
|
distfiles="https://github.com/alecthomas/injector/archive/${version}.tar.gz"
|
|
checksum=ecc568a4ccb405b7f759db3fdd7c65a6f0435e3ee67ab6149e244f3c214e55bb
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|