From 278bfaa4e1335d91b266a9fedfdbeb751506f395 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Thu, 30 Dec 2021 17:32:50 +0100 Subject: [PATCH] python3-virtualenv: update to 20.11.2, adopt. --- srcpkgs/python3-virtualenv/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/python3-virtualenv/template b/srcpkgs/python3-virtualenv/template index 2bca84fb2de..1126ed72bf0 100644 --- a/srcpkgs/python3-virtualenv/template +++ b/srcpkgs/python3-virtualenv/template @@ -1,19 +1,19 @@ # Template file for 'python3-virtualenv' pkgname=python3-virtualenv -version=20.4.7 -revision=2 +version=20.11.2 +revision=1 wrksrc="virtualenv-${version}" build_style=python3-module hostmakedepends="python3-setuptools_scm" -depends="python3-setuptools python3-appdirs python3-distlib python3-filelock python3-six" +depends="python3-setuptools python3-platformdirs python3-distlib python3-filelock python3-six" checkdepends="python3-pytest-mock python3-flaky python3-devel python3-pip $depends" short_desc="Virtual Python environment builder" -maintainer="Orphaned " +maintainer="Piotr Wójcik " license="MIT" homepage="https://virtualenv.pypa.io/" changelog="https://virtualenv.pypa.io/en/latest/changelog.html" distfiles="${PYPI_SITE}/v/virtualenv/virtualenv-${version}.tar.gz" -checksum=14fdf849f80dbb29a4eb6caa9875d476ee2a5cf76a5f5415fa2f1606010ab467 +checksum=7f9e9c2e878d92a434e760058780b8d67a7c5ec016a66784fe4b0d5e50a4eb5c alternatives="virtualenv:virtualenv:/usr/bin/virtualenv3" do_check() {