21 lines
795 B
Bash
21 lines
795 B
Bash
# Template file for 'python3-dotenv'
|
|
pkgname=python3-dotenv
|
|
version=0.21.0
|
|
revision=1
|
|
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=6496ae52e472bfb1498a5ffe0112550d93dc92596a1f9e4d8356943fffc6cbe4
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|