void-packages/srcpkgs/python3-bracex/template
2021-10-23 22:37:29 +02:00

21 lines
704 B
Bash

# Template file for 'python3-bracex'
pkgname=python3-bracex
version=2.1.1
revision=1
wrksrc="${pkgname/python3-/}-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
checkdepends="python3-pytest"
short_desc="Bash style brace expansion for Python"
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
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=01f715cd0ed7a622ec8b32322e715813f7574de531f09b70f6f3b2c10f682425
post_install() {
vlicense LICENSE.md
}