Date: Sat, 13 Jan 2018 08:13:19 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458903 - head/devel/py-pluggy Message-ID: <201801130813.w0D8DJLs022131@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Jan 13 08:13:18 2018 New Revision: 458903 URL: https://svnweb.freebsd.org/changeset/ports/458903 Log: Update to 0.6.0 - Remove TEST_DEPENDS to avoid cyclic dependency loop Changes: https://github.com/pytest-dev/pluggy/blob/master/CHANGELOG.rst PR: 224685 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 14 days) Modified: head/devel/py-pluggy/Makefile head/devel/py-pluggy/distinfo Modified: head/devel/py-pluggy/Makefile ============================================================================== --- head/devel/py-pluggy/Makefile Sat Jan 13 08:13:13 2018 (r458902) +++ head/devel/py-pluggy/Makefile Sat Jan 13 08:13:18 2018 (r458903) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pluggy -PORTVERSION= 0.3.1 +PORTVERSION= 0.6.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,8 +12,6 @@ COMMENT= Plugin and hook calling mechanisms for Python LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE - -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${FLAVOR} USES= python USE_PYTHON= autoplist distutils Modified: head/devel/py-pluggy/distinfo ============================================================================== --- head/devel/py-pluggy/distinfo Sat Jan 13 08:13:13 2018 (r458902) +++ head/devel/py-pluggy/distinfo Sat Jan 13 08:13:18 2018 (r458903) @@ -1,2 +1,3 @@ -SHA256 (pluggy-0.3.1.tar.gz) = 159cc783e056c07da6552aa5aef6b1e6c0064b4f18bd49c531fd2d40aafb0ea3 -SIZE (pluggy-0.3.1.tar.gz) = 15821 +TIMESTAMP = 1512650001 +SHA256 (pluggy-0.6.0.tar.gz) = 7f8ae7f5bdf75671a718d2daf0a64b7885f74510bcd98b1a0bb420eb9a9d0cff +SIZE (pluggy-0.6.0.tar.gz) = 19678
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801130813.w0D8DJLs022131>