mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 11:22:56 +02:00
python3-dotenv: update to 1.1.0.
This commit is contained in:
parent
8803900d4e
commit
a1ae0d522a
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=1.0.0
|
version=1.1.0
|
||||||
revision=3
|
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_run)
|
make_check_args="-k not(test_run)
|
||||||
|
@ -17,7 +17,7 @@ license="BSD-3-Clause"
|
||||||
homepage="https://github.com/theskumar/python-dotenv"
|
homepage="https://github.com/theskumar/python-dotenv"
|
||||||
changelog="https://raw.githubusercontent.com/theskumar/python-dotenv/main/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/theskumar/python-dotenv/main/CHANGELOG.md"
|
||||||
distfiles="https://github.com/theskumar/python-dotenv/archive/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/theskumar/python-dotenv/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=93fc54524656990bc9911ab224c991457cd8f39364c48cded2f1c4cb3846c0ac
|
checksum=2b9722774d3126917226cc39d0b63deb45bd9edacf8fa9b08aceee8e6d9a246d
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue