python3-bracex: update to 2.3.post1.
This commit is contained in:
parent
46a0c33524
commit
661d1ebe69
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'python3-bracex'
|
||||
pkgname=python3-bracex
|
||||
version=2.2.1
|
||||
version=2.3.post1
|
||||
revision=1
|
||||
wrksrc="${pkgname/python3-/}-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
build_style=python3-pep517
|
||||
hostmakedepends="hatchling"
|
||||
depends="python3"
|
||||
checkdepends="python3-pytest"
|
||||
short_desc="Bash style brace expansion for Python"
|
||||
|
@ -13,7 +13,7 @@ license="MIT"
|
|||
homepage="https://github.com/facelessuser/bracex"
|
||||
changelog="https://raw.githubusercontent.com/facelessuser/bracex/master/docs/src/markdown/about/changelog.md"
|
||||
distfiles="${PYPI_SITE}/b/bracex/bracex-${version}.tar.gz"
|
||||
checksum=1c8d1296e00ad9a91030ccb4c291f9e4dc7c054f12c707ba3c5ff3e9a81bcd21
|
||||
checksum=e7b23fc8b2cd06d3dec0692baabecb249dda94e06a617901ff03a6c56fd71693
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.md
|
||||
|
|
Loading…
Reference in New Issue