New port: devel/py-strategies: Programmatic control flow

This commit is contained in:
Yuri Victorovich 2018-03-29 21:16:56 +00:00
parent f8e32f885c
commit 557cda5882
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=465930
4 changed files with 30 additions and 0 deletions

View File

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

View File

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

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1522357603
SHA256 (strategies-0.2.3.tar.gz) = 488c55a5d7f887c5290f03209e11622f5da4e754826eb123bac1cca473f3240a
SIZE (strategies-0.2.3.tar.gz) = 6373

View File

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