From owner-svn-ports-head@freebsd.org Sun Oct 29 04:02:54 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DA02AE57EE5; Sun, 29 Oct 2017 04:02:54 +0000 (UTC) (envelope-from koobs@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 mx1.freebsd.org (Postfix) with ESMTPS id A939569A2A; Sun, 29 Oct 2017 04:02:54 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v9T42rik039516; Sun, 29 Oct 2017 04:02:53 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9T42rcG039515; Sun, 29 Oct 2017 04:02:53 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201710290402.v9T42rcG039515@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Sun, 29 Oct 2017 04:02:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r453089 - head/finance/py-stripe X-SVN-Group: ports-head X-SVN-Commit-Author: koobs X-SVN-Commit-Paths: head/finance/py-stripe X-SVN-Commit-Revision: 453089 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Oct 2017 04:02:55 -0000 Author: koobs Date: Sun Oct 29 04:02:53 2017 New Revision: 453089 URL: https://svnweb.freebsd.org/changeset/ports/453089 Log: finance/py-stripe: Revert (part of) r426059 Revert r426059 which removed py-unittest2. (1) The port was revived and (2) the change was incomplete, breaking the test target/phase because tests were not confirmed to continue to work (without downloading the dependency, which is not allowed in poudriere), or updated to work without unittest2. Removing *_DEPENDS alone for whatever reason (expiry/deletion in this case) is insufficient for ports of Python packages, as their code may still register, reference or attempt to import that (package) code, and fatally error if it is not available. Other ports modified in that revision very likely require similar updates, if they haven't been updated or fixed already. [1] svnweb.freebsd.org/changeset/ports/426059 Modified: head/finance/py-stripe/Makefile Modified: head/finance/py-stripe/Makefile ============================================================================== --- head/finance/py-stripe/Makefile Sun Oct 29 03:13:08 2017 (r453088) +++ head/finance/py-stripe/Makefile Sun Oct 29 04:02:53 2017 (r453089) @@ -16,7 +16,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0.8.8:www/py-requests TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycurl>=7.19:ftp/py-pycurl \ - ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock + ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock \ + ${PYTHON_PKGNAMEPREFIX}unittest2>0:devel/py-unittest2 USES= python USE_PYTHON= autoplist distutils