python3-dotenv: update to 0.18.0.
This commit is contained in:
parent
e70ed1ef58
commit
67a9deb5c7
1 changed files with 5 additions and 2 deletions
|
@ -1,17 +1,20 @@
|
|||
# Template file for 'python3-dotenv'
|
||||
pkgname=python3-dotenv
|
||||
version=0.15.0
|
||||
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=ce19063fe78960e849e0ac103ef65e6f58158e3d3577022315a333cebbc1cd43
|
||||
checksum=8bc6225d158a8f27f693596eeefaee4243a2581b1522b0d464066fa327c630ef
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in a new issue