New port: devel/py-strategies: Programmatic control flow
This commit is contained in:
parent
f8e32f885c
commit
557cda5882
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=465930
@ -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
|
||||
|
22
devel/py-strategies/Makefile
Normal file
22
devel/py-strategies/Makefile
Normal 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>
|
3
devel/py-strategies/distinfo
Normal file
3
devel/py-strategies/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1522357603
|
||||
SHA256 (strategies-0.2.3.tar.gz) = 488c55a5d7f887c5290f03209e11622f5da4e754826eb123bac1cca473f3240a
|
||||
SIZE (strategies-0.2.3.tar.gz) = 6373
|
4
devel/py-strategies/pkg-descr
Normal file
4
devel/py-strategies/pkg-descr
Normal 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
|
Loading…
Reference in New Issue
Block a user