17 lines
628 B
Bash
17 lines
628 B
Bash
# Template file for 'python-singledispatch'
|
|
pkgname=python-singledispatch
|
|
version=3.4.0.3
|
|
revision=1
|
|
noarch=yes
|
|
wrksrc="singledispatch-${version}"
|
|
build_style=python2-module
|
|
pycompile_module="singledispatch.py singledispatch_helpers.py"
|
|
hostmakedepends="python-setuptools"
|
|
depends="python-six"
|
|
short_desc="Implementation of functools.singledispatch from Python 3.4"
|
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
|
homepage="https://bitbucket.org/ambv/singledispatch"
|
|
license="MIT"
|
|
distfiles="${PYPI_SITE}/s/singledispatch/singledispatch-${version}.tar.gz"
|
|
checksum=5b06af87df13818d14f08a028e42f566640aef80805c3b50c5056b086e3c2b9c
|