22 lines
829 B
Bash
22 lines
829 B
Bash
# Template file for 'python3-dotenv'
|
|
pkgname=python3-dotenv
|
|
version=0.19.0
|
|
revision=2
|
|
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=4a85022352fbbc689f5ec95a2c61df2ed6ef5a51820832d6fdc32f9d29f11653
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|