From 94cedf4cf8a308a4a701a44163c0cabd5a3e8101 Mon Sep 17 00:00:00 2001 From: Kartik Singh Date: Mon, 14 Jun 2021 13:03:10 +0530 Subject: [PATCH] python3-dotenv: update to 0.18.0. --- srcpkgs/python3-dotenv/template | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-dotenv/template b/srcpkgs/python3-dotenv/template index 8a1ef9a178db..0620617cd637 100644 --- a/srcpkgs/python3-dotenv/template +++ b/srcpkgs/python3-dotenv/template @@ -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 " 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