Date: Tue, 27 Mar 2018 16:29:07 +0000 (UTC) From: Max Brazhnikov <makc@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r465721 - in head/misc: . py-python-utils Message-ID: <201803271629.w2RGT7xm028803@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: makc Date: Tue Mar 27 16:29:07 2018 New Revision: 465721 URL: https://svnweb.freebsd.org/changeset/ports/465721 Log: Add new port misc/py-python-utils: Collection of small Python functions and classes WWW: https://pypi.python.org/pypi/python-utils Added: head/misc/py-python-utils/ head/misc/py-python-utils/Makefile (contents, props changed) head/misc/py-python-utils/distinfo (contents, props changed) head/misc/py-python-utils/pkg-descr (contents, props changed) Modified: head/misc/Makefile Modified: head/misc/Makefile ============================================================================== --- head/misc/Makefile Tue Mar 27 15:50:17 2018 (r465720) +++ head/misc/Makefile Tue Mar 27 16:29:07 2018 (r465721) @@ -401,6 +401,7 @@ SUBDIR += py-pyfiglet SUBDIR += py-pyprind SUBDIR += py-python-geohash + SUBDIR += py-python-utils SUBDIR += py-qt4-demo SUBDIR += py-qt4-doc SUBDIR += py-qt5-demo Added: head/misc/py-python-utils/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/py-python-utils/Makefile Tue Mar 27 16:29:07 2018 (r465721) @@ -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 <bsd.port.mk> Added: head/misc/py-python-utils/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/py-python-utils/distinfo Tue Mar 27 16:29:07 2018 (r465721) @@ -0,0 +1,3 @@ +TIMESTAMP = 1521804690 +SHA256 (python-utils-2.3.0.tar.gz) = 34aaf26b39b0b86628008f2ae0ac001b30e7986a8d303b61e1357dfcdad4f6d3 +SIZE (python-utils-2.3.0.tar.gz) = 19384 Added: head/misc/py-python-utils/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/py-python-utils/pkg-descr Tue Mar 27 16:29:07 2018 (r465721) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803271629.w2RGT7xm028803>