New package: python-funcsigs-1.0.2
This commit is contained in:
parent
5b9b2c6416
commit
d1a353cf38
1 changed files with 16 additions and 0 deletions
16
srcpkgs/python-funcsigs/template
Normal file
16
srcpkgs/python-funcsigs/template
Normal file
|
@ -0,0 +1,16 @@
|
|||
# Template file for 'python-funcsigs'
|
||||
pkgname=python-funcsigs
|
||||
version=1.0.2
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="funcsigs-${version}"
|
||||
build_style=python-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
|
Loading…
Reference in a new issue