20 lines
704 B
Bash
20 lines
704 B
Bash
# Template file for 'python3-bracex'
|
|
pkgname=python3-bracex
|
|
version=2.2.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=1c8d1296e00ad9a91030ccb4c291f9e4dc7c054f12c707ba3c5ff3e9a81bcd21
|
|
|
|
post_install() {
|
|
vlicense LICENSE.md
|
|
}
|