Received: by mail.netbsd.org (Postfix, from userid 605) id 6C13E84D43; Tue, 28 Aug 2018 09:58:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6C99084D3A for ; Tue, 28 Aug 2018 09:58:56 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id rQb28zf9-rsG for ; Tue, 28 Aug 2018 09:58:55 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E837E84C8D for ; Tue, 28 Aug 2018 09:58:54 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E1A4EFBF8; Tue, 28 Aug 2018 09:58:54 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1535450334236240" MIME-Version: 1.0 Date: Tue, 28 Aug 2018 09:58:54 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20180828095854.E1A4EFBF8@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1535450334236240 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Aug 28 09:58:54 UTC 2018 Modified Files: pkgsrc/devel: Makefile Added Files: pkgsrc/devel/py-behave: ALTERNATIVES DESCR Makefile PLIST distinfo Log Message: py-behave: added version 1.2.6 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. To generate a diff of this commit: cvs rdiff -u -r1.2721 -r1.2722 pkgsrc/devel/Makefile cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-behave/ALTERNATIVES \ pkgsrc/devel/py-behave/DESCR pkgsrc/devel/py-behave/Makefile \ pkgsrc/devel/py-behave/PLIST pkgsrc/devel/py-behave/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1535450334236240 Content-Disposition: inline Content-Length: 10257 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.2721 pkgsrc/devel/Makefile:1.2722 --- pkgsrc/devel/Makefile:1.2721 Thu Aug 23 22:40:52 2018 +++ pkgsrc/devel/Makefile Tue Aug 28 09:58:54 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2721 2018/08/23 22:40:52 kamil Exp $ +# $NetBSD: Makefile,v 1.2722 2018/08/28 09:58:54 adam Exp $ # COMMENT= Development utilities @@ -1915,6 +1915,7 @@ SUBDIR+= py-backports.functools_lru_cach SUBDIR+= py-backports.shutil_get_terminal_size SUBDIR+= py-backports_abc SUBDIR+= py-bcolz +SUBDIR+= py-behave SUBDIR+= py-binaryornot SUBDIR+= py-blessings SUBDIR+= py-blinker Added files: Index: pkgsrc/devel/py-behave/ALTERNATIVES diff -u /dev/null pkgsrc/devel/py-behave/ALTERNATIVES:1.1 --- /dev/null Tue Aug 28 09:58:54 2018 +++ pkgsrc/devel/py-behave/ALTERNATIVES Tue Aug 28 09:58:54 2018 @@ -0,0 +1 @@ +bin/behave @PREFIX@/bin/behave-@PYVERSSUFFIX@ Index: pkgsrc/devel/py-behave/DESCR diff -u /dev/null pkgsrc/devel/py-behave/DESCR:1.1 --- /dev/null Tue Aug 28 09:58:54 2018 +++ pkgsrc/devel/py-behave/DESCR Tue Aug 28 09:58:54 2018 @@ -0,0 +1,5 @@ +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. Index: pkgsrc/devel/py-behave/Makefile diff -u /dev/null pkgsrc/devel/py-behave/Makefile:1.1 --- /dev/null Tue Aug 28 09:58:54 2018 +++ pkgsrc/devel/py-behave/Makefile Tue Aug 28 09:58:54 2018 @@ -0,0 +1,37 @@ +# $NetBSD: Makefile,v 1.1 2018/08/28 09:58:54 adam Exp $ + +DISTNAME= behave-1.2.6 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= devel python +MASTER_SITES= ${MASTER_SITE_PYPI:=b/behave/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://github.com/behave/behave +COMMENT= Behaviour-driven development +LICENSE= modified-bsd + +DEPENDS+= ${PYPKGPREFIX}-parse>=1.8.2:../../textproc/py-parse +DEPENDS+= ${PYPKGPREFIX}-parse_type>=0.4.2:../../textproc/py-parse_type +DEPENDS+= ${PYPKGPREFIX}-six>=1.11:../../lang/py-six +TEST_DEPENDS+= ${PYPKGPREFIX}-hamcrest>=1.8:../../devel/py-hamcrest +TEST_DEPENDS+= ${PYPKGPREFIX}-mock>=1.1:../../devel/py-mock +TEST_DEPENDS+= ${PYPKGPREFIX}-nose>=1.3:../../devel/py-nose +TEST_DEPENDS+= ${PYPKGPREFIX}-path.py>=10.1:../../devel/py-path.py +TEST_DEPENDS+= ${PYPKGPREFIX}-test>=3.0:../../devel/py-test + +.include "../../lang/python/pyversion.mk" +.if ${_PYTHON_VERSION} == 27 +DEPENDS+= ${PYPKGPREFIX}-enum34-[0-9]*:../../devel/py-enum34 +DEPENDS+= ${PYPKGPREFIX}-traceback2-[0-9]*:../../devel/py-traceback2 +.endif + +USE_LANGUAGES= # none + +post-install: + cd ${DESTDIR}${PREFIX}/bin && ${MV} behave behave-${PYVERSSUFFIX} || ${TRUE} + +do-test: + cd ${WRKSRC} && pytest-${PYVERSSUFFIX} + +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/py-behave/PLIST diff -u /dev/null pkgsrc/devel/py-behave/PLIST:1.1 --- /dev/null Tue Aug 28 09:58:54 2018 +++ pkgsrc/devel/py-behave/PLIST Tue Aug 28 09:58:54 2018 @@ -0,0 +1,165 @@ +@comment $NetBSD: PLIST,v 1.1 2018/08/28 09:58:54 adam Exp $ +bin/behave-${PYVERSSUFFIX} +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/entry_points.txt +${PYSITELIB}/${EGG_INFODIR}/requires.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/${EGG_INFODIR}/zip-safe +${PYSITELIB}/behave/__init__.py +${PYSITELIB}/behave/__init__.pyc +${PYSITELIB}/behave/__init__.pyo +${PYSITELIB}/behave/__main__.py +${PYSITELIB}/behave/__main__.pyc +${PYSITELIB}/behave/__main__.pyo +${PYSITELIB}/behave/_stepimport.py +${PYSITELIB}/behave/_stepimport.pyc +${PYSITELIB}/behave/_stepimport.pyo +${PYSITELIB}/behave/_types.py +${PYSITELIB}/behave/_types.pyc +${PYSITELIB}/behave/_types.pyo +${PYSITELIB}/behave/api/__init__.py +${PYSITELIB}/behave/api/__init__.pyc +${PYSITELIB}/behave/api/__init__.pyo +${PYSITELIB}/behave/api/async_step.py +${PYSITELIB}/behave/api/async_step.pyc +${PYSITELIB}/behave/api/async_step.pyo +${PYSITELIB}/behave/capture.py +${PYSITELIB}/behave/capture.pyc +${PYSITELIB}/behave/capture.pyo +${PYSITELIB}/behave/compat/__init__.py +${PYSITELIB}/behave/compat/__init__.pyc +${PYSITELIB}/behave/compat/__init__.pyo +${PYSITELIB}/behave/compat/collections.py +${PYSITELIB}/behave/compat/collections.pyc +${PYSITELIB}/behave/compat/collections.pyo +${PYSITELIB}/behave/configuration.py +${PYSITELIB}/behave/configuration.pyc +${PYSITELIB}/behave/configuration.pyo +${PYSITELIB}/behave/contrib/__init__.py +${PYSITELIB}/behave/contrib/__init__.pyc +${PYSITELIB}/behave/contrib/__init__.pyo +${PYSITELIB}/behave/contrib/formatter_missing_steps.py +${PYSITELIB}/behave/contrib/formatter_missing_steps.pyc +${PYSITELIB}/behave/contrib/formatter_missing_steps.pyo +${PYSITELIB}/behave/contrib/scenario_autoretry.py +${PYSITELIB}/behave/contrib/scenario_autoretry.pyc +${PYSITELIB}/behave/contrib/scenario_autoretry.pyo +${PYSITELIB}/behave/contrib/substep_dirs.py +${PYSITELIB}/behave/contrib/substep_dirs.pyc +${PYSITELIB}/behave/contrib/substep_dirs.pyo +${PYSITELIB}/behave/fixture.py +${PYSITELIB}/behave/fixture.pyc +${PYSITELIB}/behave/fixture.pyo +${PYSITELIB}/behave/formatter/__init__.py +${PYSITELIB}/behave/formatter/__init__.pyc +${PYSITELIB}/behave/formatter/__init__.pyo +${PYSITELIB}/behave/formatter/_builtins.py +${PYSITELIB}/behave/formatter/_builtins.pyc +${PYSITELIB}/behave/formatter/_builtins.pyo +${PYSITELIB}/behave/formatter/_registry.py +${PYSITELIB}/behave/formatter/_registry.pyc +${PYSITELIB}/behave/formatter/_registry.pyo +${PYSITELIB}/behave/formatter/ansi_escapes.py +${PYSITELIB}/behave/formatter/ansi_escapes.pyc +${PYSITELIB}/behave/formatter/ansi_escapes.pyo +${PYSITELIB}/behave/formatter/base.py +${PYSITELIB}/behave/formatter/base.pyc +${PYSITELIB}/behave/formatter/base.pyo +${PYSITELIB}/behave/formatter/formatters.py +${PYSITELIB}/behave/formatter/formatters.pyc +${PYSITELIB}/behave/formatter/formatters.pyo +${PYSITELIB}/behave/formatter/json.py +${PYSITELIB}/behave/formatter/json.pyc +${PYSITELIB}/behave/formatter/json.pyo +${PYSITELIB}/behave/formatter/null.py +${PYSITELIB}/behave/formatter/null.pyc +${PYSITELIB}/behave/formatter/null.pyo +${PYSITELIB}/behave/formatter/plain.py +${PYSITELIB}/behave/formatter/plain.pyc +${PYSITELIB}/behave/formatter/plain.pyo +${PYSITELIB}/behave/formatter/pretty.py +${PYSITELIB}/behave/formatter/pretty.pyc +${PYSITELIB}/behave/formatter/pretty.pyo +${PYSITELIB}/behave/formatter/progress.py +${PYSITELIB}/behave/formatter/progress.pyc +${PYSITELIB}/behave/formatter/progress.pyo +${PYSITELIB}/behave/formatter/rerun.py +${PYSITELIB}/behave/formatter/rerun.pyc +${PYSITELIB}/behave/formatter/rerun.pyo +${PYSITELIB}/behave/formatter/sphinx_steps.py +${PYSITELIB}/behave/formatter/sphinx_steps.pyc +${PYSITELIB}/behave/formatter/sphinx_steps.pyo +${PYSITELIB}/behave/formatter/sphinx_util.py +${PYSITELIB}/behave/formatter/sphinx_util.pyc +${PYSITELIB}/behave/formatter/sphinx_util.pyo +${PYSITELIB}/behave/formatter/steps.py +${PYSITELIB}/behave/formatter/steps.pyc +${PYSITELIB}/behave/formatter/steps.pyo +${PYSITELIB}/behave/formatter/tags.py +${PYSITELIB}/behave/formatter/tags.pyc +${PYSITELIB}/behave/formatter/tags.pyo +${PYSITELIB}/behave/i18n.py +${PYSITELIB}/behave/i18n.pyc +${PYSITELIB}/behave/i18n.pyo +${PYSITELIB}/behave/importer.py +${PYSITELIB}/behave/importer.pyc +${PYSITELIB}/behave/importer.pyo +${PYSITELIB}/behave/json_parser.py +${PYSITELIB}/behave/json_parser.pyc +${PYSITELIB}/behave/json_parser.pyo +${PYSITELIB}/behave/log_capture.py +${PYSITELIB}/behave/log_capture.pyc +${PYSITELIB}/behave/log_capture.pyo +${PYSITELIB}/behave/matchers.py +${PYSITELIB}/behave/matchers.pyc +${PYSITELIB}/behave/matchers.pyo +${PYSITELIB}/behave/model.py +${PYSITELIB}/behave/model.pyc +${PYSITELIB}/behave/model.pyo +${PYSITELIB}/behave/model_core.py +${PYSITELIB}/behave/model_core.pyc +${PYSITELIB}/behave/model_core.pyo +${PYSITELIB}/behave/model_describe.py +${PYSITELIB}/behave/model_describe.pyc +${PYSITELIB}/behave/model_describe.pyo +${PYSITELIB}/behave/parser.py +${PYSITELIB}/behave/parser.pyc +${PYSITELIB}/behave/parser.pyo +${PYSITELIB}/behave/reporter/__init__.py +${PYSITELIB}/behave/reporter/__init__.pyc +${PYSITELIB}/behave/reporter/__init__.pyo +${PYSITELIB}/behave/reporter/base.py +${PYSITELIB}/behave/reporter/base.pyc +${PYSITELIB}/behave/reporter/base.pyo +${PYSITELIB}/behave/reporter/junit.py +${PYSITELIB}/behave/reporter/junit.pyc +${PYSITELIB}/behave/reporter/junit.pyo +${PYSITELIB}/behave/reporter/summary.py +${PYSITELIB}/behave/reporter/summary.pyc +${PYSITELIB}/behave/reporter/summary.pyo +${PYSITELIB}/behave/runner.py +${PYSITELIB}/behave/runner.pyc +${PYSITELIB}/behave/runner.pyo +${PYSITELIB}/behave/runner_util.py +${PYSITELIB}/behave/runner_util.pyc +${PYSITELIB}/behave/runner_util.pyo +${PYSITELIB}/behave/step_registry.py +${PYSITELIB}/behave/step_registry.pyc +${PYSITELIB}/behave/step_registry.pyo +${PYSITELIB}/behave/tag_expression.py +${PYSITELIB}/behave/tag_expression.pyc +${PYSITELIB}/behave/tag_expression.pyo +${PYSITELIB}/behave/tag_matcher.py +${PYSITELIB}/behave/tag_matcher.pyc +${PYSITELIB}/behave/tag_matcher.pyo +${PYSITELIB}/behave/textutil.py +${PYSITELIB}/behave/textutil.pyc +${PYSITELIB}/behave/textutil.pyo +${PYSITELIB}/behave/userdata.py +${PYSITELIB}/behave/userdata.pyc +${PYSITELIB}/behave/userdata.pyo +${PYSITELIB}/setuptools_behave.py +${PYSITELIB}/setuptools_behave.pyc +${PYSITELIB}/setuptools_behave.pyo Index: pkgsrc/devel/py-behave/distinfo diff -u /dev/null pkgsrc/devel/py-behave/distinfo:1.1 --- /dev/null Tue Aug 28 09:58:54 2018 +++ pkgsrc/devel/py-behave/distinfo Tue Aug 28 09:58:54 2018 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2018/08/28 09:58:54 adam Exp $ + +SHA1 (behave-1.2.6.tar.gz) = 3eb68f13170db0fcd79ea9d5a1edfc32340125fc +RMD160 (behave-1.2.6.tar.gz) = 1dc4096d22cdd85f07560f6c84c9af45873e063a +SHA512 (behave-1.2.6.tar.gz) = e741204d005aebf217b87e8ff0a6b8a2add4029612b63e994a3e8c12175723c88aabb6a053528130f07b278cf8a6592abd6beecce4fd3ffb5e0046ccfa2cd88d +Size (behave-1.2.6.tar.gz) = 701696 bytes --_----------=_1535450334236240--