upgpkg: python-commitizen 2.24.0-1
* New upstream release. * Switch to python-installer from python-install.
This commit is contained in:
parent
2f7c0229c0
commit
8e3d498282
1 changed files with 6 additions and 7 deletions
|
@ -3,11 +3,11 @@
|
||||||
|
|
||||||
_pkgname=commitizen
|
_pkgname=commitizen
|
||||||
pkgname=python-commitizen
|
pkgname=python-commitizen
|
||||||
pkgver=2.23.0
|
pkgver=2.24.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="A tool for enforcing descriptive commit messages and version/changelog management"
|
pkgdesc='A tool for enforcing descriptive commit messages and version/changelog management'
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url="https://github.com/commitizen-tools/commitizen"
|
url='https://github.com/commitizen-tools/commitizen'
|
||||||
license=('MIT')
|
license=('MIT')
|
||||||
depends=(
|
depends=(
|
||||||
'python'
|
'python'
|
||||||
|
@ -24,13 +24,13 @@ depends=(
|
||||||
)
|
)
|
||||||
makedepends=(
|
makedepends=(
|
||||||
'git'
|
'git'
|
||||||
'python-install'
|
|
||||||
'python-build'
|
'python-build'
|
||||||
'python-poetry-core'
|
'python-poetry-core'
|
||||||
|
'python-installer'
|
||||||
)
|
)
|
||||||
provides=('cz' 'git-cz')
|
provides=('cz' 'git-cz')
|
||||||
conflicts=('nodejs-commitizen' 'commitizen-go')
|
conflicts=('nodejs-commitizen' 'commitizen-go')
|
||||||
_commit='605b1252c2b9bb4ce82d14e1fde26a8139ad5e23'
|
_commit='66c63209fe811cc59c5caadceffe7a88280de043'
|
||||||
source=("$pkgname::git+$url.git#commit=$_commit")
|
source=("$pkgname::git+$url.git#commit=$_commit")
|
||||||
b2sums=('SKIP')
|
b2sums=('SKIP')
|
||||||
|
|
||||||
|
@ -61,8 +61,7 @@ build() {
|
||||||
package() {
|
package() {
|
||||||
cd "$pkgname"
|
cd "$pkgname"
|
||||||
|
|
||||||
python -m install \
|
python -m installer \
|
||||||
--optimize=1 \
|
|
||||||
--destdir="$pkgdir" \
|
--destdir="$pkgdir" \
|
||||||
dist/*.whl
|
dist/*.whl
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue