From 98867ec8368abcf53f8c8d7832f716ffc9d62f4e Mon Sep 17 00:00:00 2001 From: Max Brazhnikov Date: Tue, 27 Mar 2018 16:29:07 +0000 Subject: Add new port misc/py-python-utils: Collection of small Python functions and classes WWW: https://pypi.python.org/pypi/python-utils --- misc/py-python-utils/Makefile | 22 ++++++++++++++++++++++ misc/py-python-utils/distinfo | 3 +++ misc/py-python-utils/pkg-descr | 5 +++++ 3 files changed, 30 insertions(+) create mode 100644 misc/py-python-utils/Makefile create mode 100644 misc/py-python-utils/distinfo create mode 100644 misc/py-python-utils/pkg-descr (limited to 'misc/py-python-utils') diff --git a/misc/py-python-utils/Makefile b/misc/py-python-utils/Makefile new file mode 100644 index 000000000000..5bc8324a1714 --- /dev/null +++ b/misc/py-python-utils/Makefile @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= python-utils +PORTVERSION= 2.3.0 +CATEGORIES= misc python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= makc@FreeBSD.org +COMMENT= Collection of small functions and classes + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytest-runner>=0:devel/py-pytest-runner@${FLAVOR} + +NO_ARCH= yes +USES= python +USE_PYTHON= autoplist concurrent distutils + +.include diff --git a/misc/py-python-utils/distinfo b/misc/py-python-utils/distinfo new file mode 100644 index 000000000000..aed4db88b4b0 --- /dev/null +++ b/misc/py-python-utils/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1521804690 +SHA256 (python-utils-2.3.0.tar.gz) = 34aaf26b39b0b86628008f2ae0ac001b30e7986a8d303b61e1357dfcdad4f6d3 +SIZE (python-utils-2.3.0.tar.gz) = 19384 diff --git a/misc/py-python-utils/pkg-descr b/misc/py-python-utils/pkg-descr new file mode 100644 index 000000000000..c2d90d9e6c9f --- /dev/null +++ b/misc/py-python-utils/pkg-descr @@ -0,0 +1,5 @@ +Python Utils is a collection of small Python functions and classes +which make common patterns shorter and easier. + +WWW: https://pypi.python.org/pypi/python-utils +WWW: https://github.com/WoLpH/python-utils -- cgit v1.2.3