svn commit: r453089 - head/finance/py-stripe
Kubilay Kocak
koobs at FreeBSD.org
Sun Oct 29 04:02:55 UTC 2017
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
More information about the svn-ports-head
mailing list