Import py27-infinity-1.3 as math/py-infinity.

All-in-one infinity value for Python. Can be compared to any object.
This commit is contained in:
rodent 2014-06-14 13:57:58 +00:00
parent 82289fa79e
commit d1b3ed33a2
5 changed files with 49 additions and 0 deletions

1
math/py-infinity/DESCR Normal file
View file

@ -0,0 +1 @@
All-in-one infinity value for Python. Can be compared to any object.

18
math/py-infinity/Makefile Normal file
View file

@ -0,0 +1,18 @@
# $NetBSD: Makefile,v 1.1 2014/06/14 13:57:58 rodent Exp $
DISTNAME= infinity-1.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel math python
MASTER_SITES= https://pypi.python.org/packages/source/i/infinity/
MAINTAINER= rodent@NetBSD.org
HOMEPAGE= https://github.com/kvesteri/infinity
COMMENT= All-in-one infinity value for Python
LICENSE= modified-bsd
USE_LANGUAGES= # none
.include "options.mk"
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"

10
math/py-infinity/PLIST Normal file
View file

@ -0,0 +1,10 @@
@comment $NetBSD: PLIST,v 1.1 2014/06/14 13:57:58 rodent Exp $
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/infinity.py
${PYSITELIB}/infinity.pyc
${PYSITELIB}/infinity.pyo

View file

@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1 2014/06/14 13:57:58 rodent Exp $
SHA1 (infinity-1.3.tar.gz) = 5cfc9dcfa0ed447d433b69558cbbb3f9042d36ca
RMD160 (infinity-1.3.tar.gz) = 5715bc4d4f38332b90068309cbc591a5b0459681
Size (infinity-1.3.tar.gz) = 4649 bytes

View file

@ -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