20 lines
639 B
Bash
20 lines
639 B
Bash
# Template file for 'python3-click'
|
|
pkgname=python3-click
|
|
version=8.1.3
|
|
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=7682dc8afb30297001674575ea00d1814d808d6a36af415a82bd481d37ba7b8e
|
|
|
|
post_install() {
|
|
vlicense LICENSE.rst
|
|
}
|