20 lines
639 B
Bash
20 lines
639 B
Bash
# Template file for 'python3-click'
|
|
pkgname=python3-click
|
|
version=8.1.7
|
|
revision=2
|
|
build_style="python3-module"
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
checkdepends="python3-pytest"
|
|
short_desc="Python3 package for creating beautiful command line interfaces"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://palletsprojects.com/p/click/"
|
|
changelog="https://raw.githubusercontent.com/pallets/click/main/CHANGES.rst"
|
|
distfiles="${PYPI_SITE}/c/click/click-${version}.tar.gz"
|
|
checksum=ca9853ad459e787e2192211578cc907e7594e294c7ccc834310722b41b9ca6de
|
|
|
|
post_install() {
|
|
vlicense LICENSE.rst
|
|
}
|