Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / python-clikit
Commits: 129b4179 by Caleb Maclennan at 2024-04-29T23:46:18+03:00 upgpkg: 0.6.2-11: Drop typing-extensions used for older Python - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = python-clikit pkgdesc = clikit allows you to create beautiful and testable command-line interfaces pkgver = 0.6.2 - pkgrel = 10 + pkgrel = 11 url = https://github.com/sdispater/clikit arch = any license = MIT @@ -13,7 +13,6 @@ pkgbase = python-clikit depends = python-crashtest depends = python-pastel depends = python-pylev - depends = python-typing_extensions source = https://github.com/sdispater/clikit/archive/0.6.2/clikit-0.6.2.tar.gz sha256sums = 4bb1d934e0c0a93f25429919242d11d60dcd1d9c65ac096033092d7973cbfc6e b2sums = b72f245128c698375f97139cf245bdc8c017e3e2d142f6e3183a42620b23a024531e5b14f05163c6defa9ee54c52c19a64932c62484f2ec8da5c75ea1b7d3d27 ===================================== PKGBUILD ===================================== @@ -4,15 +4,14 @@ _pkgname=clikit pkgname=python-clikit pkgver=0.6.2 -pkgrel=10 +pkgrel=11 pkgdesc='clikit allows you to create beautiful and testable command-line interfaces' arch=(any) url="https://github.com/sdispater/${_pkgname}" license=(MIT) depends=(python-crashtest python-pastel - python-pylev - python-typing_extensions) + python-pylev) makedepends=(python-{build,installer,wheel} python-poetry-core) checkdepends=(python-pytest-mock) View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-clikit/-/commit/129b41793c8b72814a80da828557d460ee1a9818 -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-clikit/-/commit/129b41793c8b72814a80da828557d460ee1a9818 You're receiving this email because of your account on gitlab.archlinux.org.