New package: python3-bracex-2.1.1
This commit is contained in:
parent
04090bbefe
commit
e56de0f083
1 changed files with 20 additions and 0 deletions
20
srcpkgs/python3-bracex/template
Normal file
20
srcpkgs/python3-bracex/template
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# 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
|
||||||
|
}
|
Loading…
Reference in a new issue