20 lines
636 B
Bash
20 lines
636 B
Bash
# Template file for 'python3-bracex'
|
|
pkgname=python3-bracex
|
|
version=2.3.post1
|
|
revision=3
|
|
build_style=python3-pep517
|
|
hostmakedepends="hatchling"
|
|
depends="python3"
|
|
checkdepends="python3-pytest"
|
|
short_desc="Bash style brace expansion for Python"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
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=e7b23fc8b2cd06d3dec0692baabecb249dda94e06a617901ff03a6c56fd71693
|
|
|
|
post_install() {
|
|
vlicense LICENSE.md
|
|
}
|