17 lines
570 B
Bash
17 lines
570 B
Bash
# Template file for 'python-funcsigs'
|
|
pkgname=python-funcsigs
|
|
version=1.0.2
|
|
revision=1
|
|
noarch=yes
|
|
wrksrc="funcsigs-${version}"
|
|
build_style=python2-module
|
|
pycompile_module="funcsigs"
|
|
hostmakedepends="python-setuptools"
|
|
depends="python"
|
|
short_desc="Backport of the signature tools from Python 3.3's inspect module"
|
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
|
homepage="https://github.com/testing-cabal/funcsigs"
|
|
license="Apache-2.0"
|
|
distfiles="${PYPI_SITE}/f/funcsigs/funcsigs-${version}.tar.gz"
|
|
checksum=a7bb0f2cf3a3fd1ab2732cb49eba4252c2af4240442415b4abce3b87022a8f50
|