15 lines
549 B
Bash
15 lines
549 B
Bash
# Template file for 'python3-autocommand'
|
|
pkgname=python3-autocommand
|
|
version=2.2.1
|
|
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=fed420e9d02745821a782971b583c6970259ee0b229be2a0a401e1467a4f170f
|