20 lines
618 B
Bash
20 lines
618 B
Bash
# Template file for 'python3-pytest-fixture-config'
|
|
pkgname=python3-pytest-fixture-config
|
|
_pkgname=${pkgname#*-}
|
|
version=1.7.0
|
|
revision=3
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-pytest"
|
|
checkdepends="python3-six $depends"
|
|
short_desc="Fixture configuration utils for py.test (Python3)"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/manahl/pytest-plugins"
|
|
distfiles="${PYPI_SITE}/p/${_pkgname}/${_pkgname}-${version}.tar.gz"
|
|
checksum=41a17417721f6862ce6b40e3280fddd8e1659b2c306ec46b237d7021fec5218e
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|