void-packages/srcpkgs/python3-dotenv/template
2021-06-23 09:03:14 -03:00

21 lines
829 B
Bash

# Template file for 'python3-dotenv'
pkgname=python3-dotenv
version=0.18.0
revision=1
wrksrc="python-dotenv-${version}"
build_style=python3-module
# CLI tests and test_set_key_permission_error fail in xbps-src's build environment
make_check_args="-k not((test_cli)or(test_set_key_permission_error))"
hostmakedepends="python3-setuptools"
depends="python3-click"
checkdepends="${depends} python3-ipython python3-mock python3-pytest python3-sh"
short_desc="Python module to get and set variables in .env files"
maintainer="Kartik Singh <kartik.ynwa@gmail.com>"
license="BSD-3-Clause"
homepage="https://github.com/theskumar/python-dotenv"
distfiles="https://github.com/theskumar/python-dotenv/archive/v${version}.tar.gz"
checksum=8bc6225d158a8f27f693596eeefaee4243a2581b1522b0d464066fa327c630ef
post_install() {
vlicense LICENSE
}