* update python-scripttest to 1.3.0-12

This commit is contained in:
Alexander Baldeck 2024-12-04 07:23:46 +01:00
parent d5c5f3b6e1
commit 18182e8042
3 changed files with 18 additions and 1 deletions

View File

@ -0,0 +1,14 @@
pkgbase = python-scripttest
pkgdesc = Utilities to help with testing command line scripts
pkgver = 1.3.0
pkgrel = 12
url = https://github.com/pypa/scripttest
arch = any
license = MIT
checkdepends = python-pytest
makedepends = python-setuptools
depends = python
source = python-scripttest-1.3.0.tar.gz::https://github.com/pypa/scripttest/archive/1.3.0.tar.gz
sha512sums = 038bfb1726bff85b6e3675be51db829d3519b47665266f6ae1d3c5c6f4f06e7b16742262ca1ba240544e9bd39ae96c1be0bd5e8583736f72bb04241a1bb8acf6
pkgname = python-scripttest

View File

@ -0,0 +1,3 @@
[python-scripttest]
source = "git"
git = "https://github.com/pypa/scripttest.git"

View File

@ -5,7 +5,7 @@
pkgname=python-scripttest
pkgver=1.3.0
pkgrel=11
pkgrel=12
pkgdesc="Utilities to help with testing command line scripts"
url="https://github.com/pypa/scripttest"
license=('MIT')