* update python-cleo to 2.2.1-2
This commit is contained in:
parent
322d99f98d
commit
4f9d3d2e08
21
python/python-cleo/.SRCINFO
Normal file
21
python/python-cleo/.SRCINFO
Normal file
@ -0,0 +1,21 @@
|
||||
pkgbase = python-cleo
|
||||
pkgdesc = create beautiful and testable command-line interfaces
|
||||
pkgver = 2.2.1
|
||||
pkgrel = 2
|
||||
url = https://github.com/python-poetry/cleo
|
||||
arch = any
|
||||
license = MIT
|
||||
checkdepends = python-pytest
|
||||
checkdepends = python-pytest-mock
|
||||
makedepends = python-build
|
||||
makedepends = python-installer
|
||||
makedepends = python-wheel
|
||||
makedepends = python-poetry-core
|
||||
depends = python-crashtest
|
||||
depends = python-rapidfuzz
|
||||
depends = python-typing_extensions
|
||||
source = https://github.com/python-poetry/cleo/archive/2.2.1/cleo-2.2.1.tar.gz
|
||||
sha256sums = ee0a700bc9547fff1c31fc61fc5155412147b198e183498c3d926d8b1eb7ebb2
|
||||
b2sums = 2f5da066672ecf7067801cd6287cd81055be893001a00067ada150c76363dde1ad3dc715d030963a15cee56080a15d1843d34499a92a55a4d4a3dfe340239ce5
|
||||
|
||||
pkgname = python-cleo
|
4
python/python-cleo/.nvchecker.toml
Normal file
4
python/python-cleo/.nvchecker.toml
Normal file
@ -0,0 +1,4 @@
|
||||
[python-cleo]
|
||||
source = "github"
|
||||
github = "python-poetry/cleo"
|
||||
use_max_tag = true
|
@ -4,8 +4,8 @@
|
||||
|
||||
_pkgname=cleo
|
||||
pkgname=python-cleo
|
||||
pkgver=2.1.0
|
||||
pkgrel=2.1
|
||||
pkgver=2.2.1
|
||||
pkgrel=2
|
||||
pkgdesc="create beautiful and testable command-line interfaces"
|
||||
arch=(any)
|
||||
url="https://github.com/python-poetry/$_pkgname"
|
||||
@ -19,8 +19,8 @@ checkdepends=(python-pytest
|
||||
python-pytest-mock)
|
||||
_archive="$_pkgname-$pkgver"
|
||||
source=("$url/archive/$pkgver/$_archive.tar.gz")
|
||||
sha256sums=('f5905052d783d540271de62b546c8ad89792e8c2787a59c41b0d8c8c31934093')
|
||||
b2sums=('7c9d0cc869d1e185c2c5a092a8aa1d1b3cce5fc25246939c0ff94920ac7070000b110be9f6cd9d1f827ed951ff22b9ad62e3c17a941022967b7599e456cda837')
|
||||
sha256sums=('ee0a700bc9547fff1c31fc61fc5155412147b198e183498c3d926d8b1eb7ebb2')
|
||||
b2sums=('2f5da066672ecf7067801cd6287cd81055be893001a00067ada150c76363dde1ad3dc715d030963a15cee56080a15d1843d34499a92a55a4d4a3dfe340239ce5')
|
||||
|
||||
prepare() {
|
||||
cd "$_archive"
|
||||
|
Loading…
x
Reference in New Issue
Block a user