Import py27-singledispatch-3.4.0.3 as wip/py-singledispatch.

Expose a mechanism in the functools standard library module from Python 3.4
to provides a simple form of generic programming known as single-dispatch
generic functions
This commit is contained in:
Jonathan Buschmann 2014-12-07 00:16:18 +00:00 committed by Thomas Klausner
parent 0e24c4d7e1
commit c5d699906a
4 changed files with 40 additions and 0 deletions

3
py-singledispatch/DESCR Normal file
View file

@ -0,0 +1,3 @@
Expose a mechanism in the functools standard library module from Python 3.4
to provides a simple form of generic programming known as single-dispatch
generic functions

View file

@ -0,0 +1,19 @@
# $NetBSD: Makefile,v 1.1 2014/12/07 00:16:18 jonthn Exp $
DISTNAME= singledispatch-3.4.0.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel
MASTER_SITES= https://pypi.python.org/packages/source/s/singledispatch/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://pypi.python.org/pypi/singledispatch
COMMENT= Library brings functools.singledispatch from Python 3.4
LICENSE= mit
PYTHON_VERSIONS_ACCEPTED= 33 27 26 # included in 3.4+
PYTHON_VERSIONS_INCOMPATIBLE= 34
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"

13
py-singledispatch/PLIST Normal file
View file

@ -0,0 +1,13 @@
@comment $NetBSD: PLIST,v 1.1 2014/12/07 00:16:18 jonthn Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/${EGG_INFODIR}/zip-safe
${PYSITELIB}/singledispatch.py
${PYSITELIB}/singledispatch.pyc
${PYSITELIB}/singledispatch.pyo
${PYSITELIB}/singledispatch_helpers.py
${PYSITELIB}/singledispatch_helpers.pyc
${PYSITELIB}/singledispatch_helpers.pyo

View file

@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1 2014/12/07 00:16:18 jonthn Exp $
SHA1 (singledispatch-3.4.0.3.tar.gz) = f93241b06754a612af8bb7aa208c4d1805637022
RMD160 (singledispatch-3.4.0.3.tar.gz) = 295bbb6dfbd20607ec73869f6ad4ba1b2cd8157d
Size (singledispatch-3.4.0.3.tar.gz) = 9529 bytes