svn commit: r530809 - in head/devel: . py-infinity

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Apr 5 19:53:40 UTC 2020


Author: sunpoet
Date: Sun Apr  5 19:53:29 2020
New Revision: 530809
URL: https://svnweb.freebsd.org/changeset/ports/530809

Log:
  Add py-infinity 1.4
  
  infinity provides all-in-one infinity value for Python. It can be compared to
  any object.
  
  WWW: https://github.com/kvesteri/infinity

Added:
  head/devel/py-infinity/
  head/devel/py-infinity/Makefile   (contents, props changed)
  head/devel/py-infinity/distinfo   (contents, props changed)
  head/devel/py-infinity/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sun Apr  5 19:26:39 2020	(r530808)
+++ head/devel/Makefile	Sun Apr  5 19:53:29 2020	(r530809)
@@ -4466,6 +4466,7 @@
     SUBDIR += py-importlib-metadata
     SUBDIR += py-importlib-resources
     SUBDIR += py-incremental
+    SUBDIR += py-infinity
     SUBDIR += py-inflect
     SUBDIR += py-inflection
     SUBDIR += py-inifile

Added: head/devel/py-infinity/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-infinity/Makefile	Sun Apr  5 19:53:29 2020	(r530809)
@@ -0,0 +1,21 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	infinity
+PORTVERSION=	1.4
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	sunpoet at FreeBSD.org
+COMMENT=	All-in-one infinity value which can be compared to any object
+
+LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+USES=		python
+USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/devel/py-infinity/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-infinity/distinfo	Sun Apr  5 19:53:29 2020	(r530809)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1586082581
+SHA256 (infinity-1.4.tar.gz) = dc4aa138d7e366fc00d2e741e32c78a0fecd16b74f8daeb3f7408b459668005c
+SIZE (infinity-1.4.tar.gz) = 5410

Added: head/devel/py-infinity/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-infinity/pkg-descr	Sun Apr  5 19:53:29 2020	(r530809)
@@ -0,0 +1,4 @@
+infinity provides all-in-one infinity value for Python. It can be compared to
+any object.
+
+WWW: https://github.com/kvesteri/infinity


More information about the svn-ports-all mailing list