svn commit: r552246 - in head/devel: . py-behave
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Tue Oct 13 18:41:34 UTC 2020
Author: sunpoet
Date: Tue Oct 13 18:41:32 2020
New Revision: 552246
URL: https://svnweb.freebsd.org/changeset/ports/552246
Log:
Add py-behave 1.2.6
Behave is behavior-driven development in Python style.
Behavior-driven development (or BDD) is an agile software development technique
that encourages collaboration between developers, QA and non-technical or
business participants in a software project.
behave uses tests written in a natural language style, backed up by Python code.
WWW: https://github.com/behave/behave
Added:
head/devel/py-behave/
head/devel/py-behave/Makefile (contents, props changed)
head/devel/py-behave/distinfo (contents, props changed)
head/devel/py-behave/pkg-descr (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Tue Oct 13 17:36:00 2020 (r552245)
+++ head/devel/Makefile Tue Oct 13 18:41:32 2020 (r552246)
@@ -4176,6 +4176,7 @@
SUBDIR += py-bandit
SUBDIR += py-bcdoc
SUBDIR += py-beautifultable
+ SUBDIR += py-behave
SUBDIR += py-bidict
SUBDIR += py-billiard
SUBDIR += py-binaryornot
Added: head/devel/py-behave/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py-behave/Makefile Tue Oct 13 18:41:32 2020 (r552246)
@@ -0,0 +1,25 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= behave
+PORTVERSION= 1.2.6
+CATEGORIES= devel python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= sunpoet at FreeBSD.org
+COMMENT= Behaviour-driven development in Python style
+
+LICENSE= BSD2CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}parse>=1.8.2:textproc/py-parse@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}parse-type>=0.4.2:textproc/py-parse-type@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}six>=1.11:devel/py-six@${PY_FLAVOR}
+
+USES= python:3.4+
+USE_PYTHON= autoplist concurrent distutils
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
Added: head/devel/py-behave/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py-behave/distinfo Tue Oct 13 18:41:32 2020 (r552246)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1602524149
+SHA256 (behave-1.2.6.tar.gz) = b9662327aa53294c1351b0a9c369093ccec1d21026f050c3bd9b3e5cccf81a86
+SIZE (behave-1.2.6.tar.gz) = 701696
Added: head/devel/py-behave/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py-behave/pkg-descr Tue Oct 13 18:41:32 2020 (r552246)
@@ -0,0 +1,9 @@
+Behave is behavior-driven development in Python style.
+
+Behavior-driven development (or BDD) is an agile software development technique
+that encourages collaboration between developers, QA and non-technical or
+business participants in a software project.
+
+behave uses tests written in a natural language style, backed up by Python code.
+
+WWW: https://github.com/behave/behave
More information about the svn-ports-all
mailing list