summaryrefslogtreecommitdiff
path: root/math/py-almost/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/py-almost/Makefile')
-rw-r--r--math/py-almost/Makefile18
1 files changed, 18 insertions, 0 deletions
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"