Date: Thu, 29 Mar 2018 21:16:57 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r465930 - in head/devel: . py-strategies Message-ID: <201803292116.w2TLGvPC034696@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Thu Mar 29 21:16:56 2018 New Revision: 465930 URL: https://svnweb.freebsd.org/changeset/ports/465930 Log: New port: devel/py-strategies: Programmatic control flow Added: head/devel/py-strategies/ head/devel/py-strategies/Makefile (contents, props changed) head/devel/py-strategies/distinfo (contents, props changed) head/devel/py-strategies/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Mar 29 21:06:16 2018 (r465929) +++ head/devel/Makefile Thu Mar 29 21:16:56 2018 (r465930) @@ -4945,6 +4945,7 @@ SUBDIR += py-stdnum SUBDIR += py-stevedore SUBDIR += py-stopit + SUBDIR += py-strategies SUBDIR += py-streamparse SUBDIR += py-structlog SUBDIR += py-stsci.distutils Added: head/devel/py-strategies/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-strategies/Makefile Thu Mar 29 21:16:56 2018 (r465930) @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= strategies +DISTVERSION= 0.2.3 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Programmatic control flow + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}multipledispatch>0:devel/py-multipledispatch@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}toolz>0:devel/py-toolz@${FLAVOR} + +USES= python +USE_PYTHON= distutils autoplist +NO_ARCH= yes + +.include <bsd.port.mk> Added: head/devel/py-strategies/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-strategies/distinfo Thu Mar 29 21:16:56 2018 (r465930) @@ -0,0 +1,3 @@ +TIMESTAMP = 1522357603 +SHA256 (strategies-0.2.3.tar.gz) = 488c55a5d7f887c5290f03209e11622f5da4e754826eb123bac1cca473f3240a +SIZE (strategies-0.2.3.tar.gz) = 6373 Added: head/devel/py-strategies/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-strategies/pkg-descr Thu Mar 29 21:16:56 2018 (r465930) @@ -0,0 +1,4 @@ +This project contains a set of complementary higher order functions that +loosely resembles the Stratego language. + +WWW: http://github.com/logpy/strategies
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803292116.w2TLGvPC034696>