From owner-svn-ports-all@freebsd.org Tue Oct 13 18:41:33 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id F02B44480BE; Tue, 13 Oct 2020 18:41:33 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4C9ksT69gvz43jv; Tue, 13 Oct 2020 18:41:33 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B8B3F21BCA; Tue, 13 Oct 2020 18:41:33 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 09DIfXJC062435; Tue, 13 Oct 2020 18:41:33 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 09DIfWiM062431; Tue, 13 Oct 2020 18:41:32 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202010131841.09DIfWiM062431@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 13 Oct 2020 18:41:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r552246 - in head/devel: . py-behave X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel: . py-behave X-SVN-Commit-Revision: 552246 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Oct 2020 18:41:34 -0000 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 +# $FreeBSD$ + +PORTNAME= behave +PORTVERSION= 1.2.6 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@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 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