From ecf1c3325127d36e3200446562718c225455bb3c 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.17.1. --- srcpkgs/python3-dotenv/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-dotenv/template b/srcpkgs/python3-dotenv/template index 8a1ef9a178db..7b25d0d1b62b 100644 --- a/srcpkgs/python3-dotenv/template +++ b/srcpkgs/python3-dotenv/template @@ -1,17 +1,18 @@ # Template file for 'python3-dotenv' pkgname=python3-dotenv -version=0.15.0 +version=0.17.1 revision=1 wrksrc="python-dotenv-${version}" build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-click" +checkdepends="python3-pytest python3-mock" 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=cb8593136e22aec6af307357a36eaaa8d94d8cd7b10041620ec607dbfca2e230 post_install() { vlicense LICENSE