mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-16 20:13:52 +02:00
python3-dotenv: update to 0.21.0.
This commit is contained in:
parent
bb64ecb334
commit
4cbe607ef1
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python3-dotenv'
|
# Template file for 'python3-dotenv'
|
||||||
pkgname=python3-dotenv
|
pkgname=python3-dotenv
|
||||||
version=0.19.0
|
version=0.21.0
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="python-dotenv-${version}"
|
wrksrc="python-dotenv-${version}"
|
||||||
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
|
||||||
|
@ -14,7 +14,7 @@ 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"
|
distfiles="https://github.com/theskumar/python-dotenv/archive/v${version}.tar.gz"
|
||||||
checksum=4a85022352fbbc689f5ec95a2c61df2ed6ef5a51820832d6fdc32f9d29f11653
|
checksum=6496ae52e472bfb1498a5ffe0112550d93dc92596a1f9e4d8356943fffc6cbe4
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue