Date: Tue, 9 Feb 2021 03:08:04 +0000 (UTC) From: Neel Chauhan <nc@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r564760 - head/devel/py-pytest-factoryboy Message-ID: <202102090308.119384tH057454@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: nc Date: Tue Feb 9 03:08:04 2021 New Revision: 564760 URL: https://svnweb.freebsd.org/changeset/ports/564760 Log: devel/py-pytest-factoryboy: Update to 2.1.0 Changes: https://github.com/pytest-dev/pytest-factoryboy/blob/master/CHANGES.rst#210 PR: 252512 Submitted by: Goran Mekić <meka AT tilda DOT center> (maintainer) Modified: head/devel/py-pytest-factoryboy/Makefile head/devel/py-pytest-factoryboy/distinfo Modified: head/devel/py-pytest-factoryboy/Makefile ============================================================================== --- head/devel/py-pytest-factoryboy/Makefile Tue Feb 9 02:53:39 2021 (r564759) +++ head/devel/py-pytest-factoryboy/Makefile Tue Feb 9 03:08:04 2021 (r564760) @@ -1,8 +1,9 @@ # $FreeBSD$ PORTNAME= pytest-factoryboy -PORTVERSION= 2.0.3 +PORTVERSION= 2.1.0 CATEGORIES= devel python +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= meka@tilda.center @@ -10,9 +11,11 @@ COMMENT= Factory approach to testing with the dependen LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}inflection>=0:devel/py-inflection@${PY_FLAVOR} \ +MY_DEPENDS= ${PYTHON_PKGNAMEPREFIX}inflection>=0:devel/py-inflection@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}factory-boy>=0:devel/py-factory-boy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} +BUILD_DEPENDS= ${MY_DEPENDS} +RUN_DEPENDS= ${MY_DEPENDS} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=0:devel/py-dateutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}text-unidecode>=0:converters/py-text-unidecode@${PY_FLAVOR} Modified: head/devel/py-pytest-factoryboy/distinfo ============================================================================== --- head/devel/py-pytest-factoryboy/distinfo Tue Feb 9 02:53:39 2021 (r564759) +++ head/devel/py-pytest-factoryboy/distinfo Tue Feb 9 03:08:04 2021 (r564760) @@ -1,3 +1,3 @@ -TIMESTAMP = 1577031612 -SHA256 (pytest-dev-pytest-factoryboy-2.0.3_GH0.tar.gz) = 09c912d4a404a87caaf1c462defa345bf26ed1c55db4e1b09c954990c55863d6 -SIZE (pytest-dev-pytest-factoryboy-2.0.3_GH0.tar.gz) = 16879 +TIMESTAMP = 1610105312 +SHA256 (pytest-dev-pytest-factoryboy-2.1.0_GH0.tar.gz) = 67457e7b39f9c55f26b8b450092d7c7fa980ea1314add09b5d9d4fe96f7ffa44 +SIZE (pytest-dev-pytest-factoryboy-2.1.0_GH0.tar.gz) = 17104
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102090308.119384tH057454>