void-packages/srcpkgs/python3-bracex/template

21 lines
704 B
Bash
Raw Normal View History

2021-07-16 10:35:21 +00:00
# Template file for 'python3-bracex'
pkgname=python3-bracex
2021-11-08 11:22:51 +00:00
version=2.2.1
2021-07-16 10:35:21 +00:00
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"
2021-11-08 11:22:51 +00:00
checksum=1c8d1296e00ad9a91030ccb4c291f9e4dc7c054f12c707ba3c5ff3e9a81bcd21
2021-07-16 10:35:21 +00:00
post_install() {
vlicense LICENSE.md
}