Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Oct 2017 04:02:53 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r453089 - head/finance/py-stripe
Message-ID:  <201710290402.v9T42rcG039515@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710290402.v9T42rcG039515>