diff options
author | wiz <wiz@pkgsrc.org> | 2014-07-22 10:09:14 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-07-22 10:09:14 +0000 |
commit | 42826720661e24b8aec4c2704d0efe4c939fe879 (patch) | |
tree | 0f5f7431c792400bd2a8c1d171ce054f163b6bf6 /math | |
parent | d3a40e71a089b1c58ef61d5ee1cf0724a0c11f0e (diff) | |
download | pkgsrc-42826720661e24b8aec4c2704d0efe4c939fe879.tar.gz |
Import py34-almost-0.1.5 as math/py-almost.
A Python helper module to compare two numbers generously.
Diffstat (limited to 'math')
-rw-r--r-- | math/py-almost/DESCR | 1 | ||||
-rw-r--r-- | math/py-almost/Makefile | 18 | ||||
-rw-r--r-- | math/py-almost/PLIST | 9 | ||||
-rw-r--r-- | math/py-almost/distinfo | 5 |
4 files changed, 33 insertions, 0 deletions
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 |