Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
python-scripttest
Commits:
4fce05da by Felix Yan at 2026-07-09T06:43:28+00:00
upgpkg: 3.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-scripttest
pkgdesc = Utilities to help with testing command line scripts
- pkgver = 2.0.post1
+ pkgver = 3.0
pkgrel = 1
url = https://github.com/pypa/scripttest
arch = any
@@ -8,11 +8,10 @@ pkgbase = python-scripttest
checkdepends = python-pytest
makedepends = git
makedepends = python-build
+ makedepends = python-flit-core
makedepends = python-installer
- makedepends = python-wheel
- makedepends = python-setuptools
depends = python
- source = git+https://github.com/pypa/scripttest.git#tag=2.0.post1
- sha512sums =
78428d7b12172490b75079c8e0b9aa33019b86343f3ca8488375bbec54982cd17e61721369d60bf1b03e23db2ab7d587f05d63c8f97b1819287070593a740ec3
+ source = git+https://github.com/pypa/scripttest.git#tag=3.0
+ sha512sums =
ece46519c82f5e195d430cb5593776cb201ebb7a9368cdcb95ee9a143982fc133bf076afcf4d6abc8fea0e3418830fddc61e449077dae7a89e8161686394eddf
pkgname = python-scripttest
=====================================
PKGBUILD
=====================================
@@ -3,17 +3,17 @@
# Contributor: Kyle Keen <[email protected]>
pkgname=python-scripttest
-pkgver=2.0.post1
+pkgver=3.0
pkgrel=1
pkgdesc="Utilities to help with testing command line scripts"
url="https://github.com/pypa/scripttest"
license=('MIT')
arch=('any')
depends=('python')
-makedepends=('git' 'python-build' 'python-installer' 'python-wheel'
'python-setuptools')
+makedepends=('git' 'python-build' 'python-flit-core' 'python-installer')
checkdepends=('python-pytest')
source=("git+https://github.com/pypa/scripttest.git#tag=$pkgver")
-sha512sums=('78428d7b12172490b75079c8e0b9aa33019b86343f3ca8488375bbec54982cd17e61721369d60bf1b03e23db2ab7d587f05d63c8f97b1819287070593a740ec3')
+sha512sums=('ece46519c82f5e195d430cb5593776cb201ebb7a9368cdcb95ee9a143982fc133bf076afcf4d6abc8fea0e3418830fddc61e449077dae7a89e8161686394eddf')
build() {
cd scripttest
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-scripttest/-/commit/4fce05da4c870fca871a82fbe47522561dab4df2
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-scripttest/-/commit/4fce05da4c870fca871a82fbe47522561dab4df2
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help