* update python-jaraco.envs to 2.6.0-3

This commit is contained in:
Alexander Baldeck 2024-12-05 23:14:52 +01:00
parent 1382342257
commit 1a6f0b5d52
3 changed files with 26 additions and 1 deletions

View File

@ -0,0 +1,21 @@
pkgbase = python-jaraco.envs
pkgdesc = Classes for orchestrating Python (virtual) environments
pkgver = 2.6.0
pkgrel = 3
url = https://github.com/jaraco/jaraco.envs
arch = any
license = MIT
checkdepends = python-pytest-enabler
checkdepends = python-pytest-mypy
makedepends = git
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools-scm
makedepends = python-wheel
depends = python-path
depends = python-virtualenv
depends = python-tox
source = https://github.com/jaraco/jaraco.envs/archive/v2.6.0/python-jaraco.envs-2.6.0.tar.gz
sha512sums = 0f00451a43a65d34ac4eaf95a1adebe24a5011b55500b65283ea5720378d77037d3eca14734a90b823d63abc46722f604cf6a2fb8e3a13b0797e407289b34bab
pkgname = python-jaraco.envs

View File

@ -0,0 +1,4 @@
["python-jaraco.envs"]
source = "git"
git = "https://github.com/jaraco/jaraco.envs.git"
prefix = "v"

View File

@ -3,7 +3,7 @@
pkgname=python-jaraco.envs
pkgver=2.6.0
pkgrel=2
pkgrel=3
pkgdesc="Classes for orchestrating Python (virtual) environments"
url="https://github.com/jaraco/jaraco.envs"
license=('MIT')