mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 08:22:56 +02:00
New package: python-singledispatch-3.4.0.3
This commit is contained in:
parent
bbb38fc7e6
commit
7495d9fbe1
1 changed files with 16 additions and 0 deletions
16
srcpkgs/python-singledispatch/template
Normal file
16
srcpkgs/python-singledispatch/template
Normal file
|
@ -0,0 +1,16 @@
|
|||
# Template file for 'python-singledispatch'
|
||||
pkgname=python-singledispatch
|
||||
version=3.4.0.3
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="singledispatch-${version}"
|
||||
build_style=python-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
|
Loading…
Add table
Reference in a new issue