From dc61ec555595ddda0748e7161d43fd2ad25877f5 Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 22 Jul 2014 10:09:14 +0000 Subject: Import py34-almost-0.1.5 as math/py-almost. A Python helper module to compare two numbers generously. --- math/py-almost/DESCR | 1 + math/py-almost/Makefile | 18 ++++++++++++++++++ math/py-almost/PLIST | 9 +++++++++ math/py-almost/distinfo | 5 +++++ 4 files changed, 33 insertions(+) create mode 100644 math/py-almost/DESCR create mode 100644 math/py-almost/Makefile create mode 100644 math/py-almost/PLIST create mode 100644 math/py-almost/distinfo (limited to 'math') diff --git a/math/py-almost/DESCR b/math/py-almost/DESCR new file mode 100644 index 00000000000..f59ea2e6988 --- /dev/null +++ b/math/py-almost/DESCR @@ -0,0 +1 @@ +A Python helper module to compare two numbers generously. diff --git a/math/py-almost/Makefile b/math/py-almost/Makefile new file mode 100644 index 00000000000..f9eef2085e3 --- /dev/null +++ b/math/py-almost/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1 2014/07/22 10:09:14 wiz Exp $ + +DISTNAME= almost-0.1.5 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= math devel +MASTER_SITES= https://pypi.python.org/packages/source/a/almost/ + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://pypi.python.org/pypi/almost/ +COMMENT= Python module to compare two numbers generously +LICENSE= 2-clause-bsd + +#PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-mpmath + +USE_LANGUAGES= # none + +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/math/py-almost/PLIST b/math/py-almost/PLIST new file mode 100644 index 00000000000..c49b45d377e --- /dev/null +++ b/math/py-almost/PLIST @@ -0,0 +1,9 @@ +@comment $NetBSD: PLIST,v 1.1 2014/07/22 10:09:14 wiz 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}/almost.py +${PYSITELIB}/almost.pyc +${PYSITELIB}/almost.pyo diff --git a/math/py-almost/distinfo b/math/py-almost/distinfo new file mode 100644 index 00000000000..7fe14e0a290 --- /dev/null +++ b/math/py-almost/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2014/07/22 10:09:14 wiz Exp $ + +SHA1 (almost-0.1.5.tar.gz) = 9373cc60f597709baf9b8e2779544b097d3d7ae1 +RMD160 (almost-0.1.5.tar.gz) = dfadae2cfc141d04804435b0571a62187c30ffea +Size (almost-0.1.5.tar.gz) = 3233 bytes -- cgit v1.2.3