mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
python3-bracex: update to 2.3.post1.
This commit is contained in:
parent
46a0c33524
commit
661d1ebe69
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'python3-bracex'
|
# Template file for 'python3-bracex'
|
||||||
pkgname=python3-bracex
|
pkgname=python3-bracex
|
||||||
version=2.2.1
|
version=2.3.post1
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="${pkgname/python3-/}-${version}"
|
wrksrc="${pkgname/python3-/}-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="hatchling"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
checkdepends="python3-pytest"
|
checkdepends="python3-pytest"
|
||||||
short_desc="Bash style brace expansion for Python"
|
short_desc="Bash style brace expansion for Python"
|
||||||
|
@ -13,7 +13,7 @@ license="MIT"
|
||||||
homepage="https://github.com/facelessuser/bracex"
|
homepage="https://github.com/facelessuser/bracex"
|
||||||
changelog="https://raw.githubusercontent.com/facelessuser/bracex/master/docs/src/markdown/about/changelog.md"
|
changelog="https://raw.githubusercontent.com/facelessuser/bracex/master/docs/src/markdown/about/changelog.md"
|
||||||
distfiles="${PYPI_SITE}/b/bracex/bracex-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/b/bracex/bracex-${version}.tar.gz"
|
||||||
checksum=1c8d1296e00ad9a91030ccb4c291f9e4dc7c054f12c707ba3c5ff3e9a81bcd21
|
checksum=e7b23fc8b2cd06d3dec0692baabecb249dda94e06a617901ff03a6c56fd71693
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.md
|
vlicense LICENSE.md
|
||||||
|
|
Loading…
Add table
Reference in a new issue