summaryrefslogtreecommitdiff
path: root/math/py-infinity/options.mk
diff options
context:
space:
mode:
authorrodent <rodent>2014-06-14 13:57:58 +0000
committerrodent <rodent>2014-06-14 13:57:58 +0000
commit070667ffa2de03e8e88f24e5548f74fbccf9a2b8 (patch)
tree16fad2972e55566fb48d1986e6b0b1630ad508ad /math/py-infinity/options.mk
parent51517ca9f16bb0835670ce10d05995eccaeca9bd (diff)
downloadpkgsrc-070667ffa2de03e8e88f24e5548f74fbccf9a2b8.tar.gz
Import py27-infinity-1.3 as math/py-infinity.
All-in-one infinity value for Python. Can be compared to any object.
Diffstat (limited to 'math/py-infinity/options.mk')
-rw-r--r--math/py-infinity/options.mk15
1 files changed, 15 insertions, 0 deletions
diff --git a/math/py-infinity/options.mk b/math/py-infinity/options.mk
new file mode 100644
index 00000000000..70a68a78577
--- /dev/null
+++ b/math/py-infinity/options.mk
@@ -0,0 +1,15 @@
+# $NetBSD: options.mk,v 1.1 2014/06/14 13:57:58 rodent Exp $
+
+PKG_OPTIONS_VAR= PKG_OPTIONS.py-infinity
+PKG_SUPPORTED_OPTIONS= tests
+PKG_SUGGESTED_OPTIONS+= # blank
+
+.include "../../mk/bsd.options.mk"
+
+.include "../../lang/python/pyversion.mk"
+
+.if !empty(PKG_OPTIONS:Mtests)
+DEPENDS+= ${PYPKGPREFIX}-test>=2.2.3:../../devel/py-test
+DEPENDS+= ${PYPKGPREFIX}-pygments>=1.2:../../textproc/py-pygments
+DEPENDS+= ${PYPKGPREFIX}-six>=1.4.1:../../lang/py-six
+.endif