mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
New Package: python3-click-repl-0.1.6
This commit is contained in:
parent
271914c358
commit
5e36d26eff
1 changed files with 19 additions and 0 deletions
19
srcpkgs/python3-click-repl/template
Normal file
19
srcpkgs/python3-click-repl/template
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# Template file for 'python3-click-repl'
|
||||||
|
pkgname=python3-click-repl
|
||||||
|
version=0.1.6
|
||||||
|
revision=1
|
||||||
|
archs=noarch
|
||||||
|
wrksrc="click-repl-${version}"
|
||||||
|
build_style=python3-module
|
||||||
|
hostmakedepends="python3-setuptools"
|
||||||
|
depends="python3-six python3-click python3-prompt_toolkit"
|
||||||
|
short_desc="REPL plugin for Click"
|
||||||
|
maintainer="Stacy Harper <contact@stacyharper.net>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://github.com/click-contrib/click-repl"
|
||||||
|
distfiles="${PYPI_SITE}/c/click-repl/click-repl-${version}.tar.gz"
|
||||||
|
checksum=b9f29d52abc4d6059f8e276132a111ab8d94980afe6a5432b9d996544afa95d5
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue