python3-dotenv: update to 0.21.1.
This commit is contained in:
parent
a57350c080
commit
3cdc6e9268
|
@ -1,10 +1,13 @@
|
||||||
# Template file for 'python3-dotenv'
|
# Template file for 'python3-dotenv'
|
||||||
pkgname=python3-dotenv
|
pkgname=python3-dotenv
|
||||||
version=0.21.0
|
version=0.21.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
# CLI tests and test_set_key_permission_error fail in xbps-src's build environment
|
# 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))"
|
make_check_args="-k not(test_run)
|
||||||
|
--deselect tests/test_cli.py::test_get_default_path
|
||||||
|
--deselect tests/test_main.py::test_set_key_permission_error
|
||||||
|
--deselect tests/test_main.py::test_set_key_unauthorized_file"
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-click"
|
depends="python3-click"
|
||||||
checkdepends="${depends} python3-ipython python3-mock python3-pytest python3-sh"
|
checkdepends="${depends} python3-ipython python3-mock python3-pytest python3-sh"
|
||||||
|
@ -12,8 +15,9 @@ short_desc="Python module to get and set variables in .env files"
|
||||||
maintainer="Kartik Singh <kartik.ynwa@gmail.com>"
|
maintainer="Kartik Singh <kartik.ynwa@gmail.com>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/theskumar/python-dotenv"
|
homepage="https://github.com/theskumar/python-dotenv"
|
||||||
distfiles="https://github.com/theskumar/python-dotenv/archive/v${version}.tar.gz"
|
changelog="https://raw.githubusercontent.com/theskumar/python-dotenv/main/CHANGELOG.md"
|
||||||
checksum=6496ae52e472bfb1498a5ffe0112550d93dc92596a1f9e4d8356943fffc6cbe4
|
distfiles="https://github.com/theskumar/python-dotenv/archive/refs/tags/v${version}.tar.gz"
|
||||||
|
checksum=c7c8c77984ac4d6914c09182133b49204a1bec383783b879016135c1e69393fe
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in New Issue