15 lines
549 B
Bash
15 lines
549 B
Bash
# Template file for 'python3-autocommand'
|
|
pkgname=python3-autocommand
|
|
version=2.2.2
|
|
revision=2
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
checkdepends="python3-pytest-xdist"
|
|
short_desc="Python library to create a command-line program from a function"
|
|
maintainer="icp <pangolin@vivaldi.net>"
|
|
license="LGPL-3.0-only"
|
|
homepage="https://github.com/Lucretiel/autocommand"
|
|
distfiles="${PYPI_SITE}/a/autocommand/autocommand-${version}.tar.gz"
|
|
checksum=878de9423c5596491167225c2a455043c3130fb5b7286ac83443d45e74955f34
|