Index: head/finance/py-stripe/files/patch-setup.py =================================================================== --- head/finance/py-stripe/files/patch-setup.py (revision 503448) +++ head/finance/py-stripe/files/patch-setup.py (nonexistent) @@ -1,17 +0,0 @@ -# pytest-cov is not a compulsory test dependency -# TODO: Upstream - ---- setup.py.orig 2019-04-08 18:44:53 UTC -+++ setup.py -@@ -54,8 +54,10 @@ setup( - "pytest >= 3.4", - "pytest-mock >= 1.7", - "pytest-xdist >= 1.22", -- "pytest-cov >= 2.5", - ], -+ extras_require={ -+ 'dev': ['pytest-cov >= 2.5'], -+ }, - cmdclass={"test": PyTest}, - project_urls={ - "Bug Tracker": "https://github.com/stripe/stripe-python/issues", Property changes on: head/finance/py-stripe/files/patch-setup.py ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/finance/py-stripe/Makefile =================================================================== --- head/finance/py-stripe/Makefile (revision 503448) +++ head/finance/py-stripe/Makefile (revision 503449) @@ -1,38 +1,38 @@ # Created by: Trevor Caira # $FreeBSD$ # PORTNAME= stripe -PORTVERSION= 2.29.0 +PORTVERSION= 2.29.4 CATEGORIES= finance python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= koobs@FreeBSD.org COMMENT= Stripe Python bindings LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.20:www/py-requests@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=3.4:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-mock>=1.7:devel/py-pytest-mock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-xdist>=1.22:devel/py-pytest-xdist@${PY_FLAVOR} USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes do-test: @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test .include # requests[security] .if ${PYTHON_VER} < 3.0 RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}openssl>=0.14:security/py-openssl@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cryptography>=1.3.4:security/py-cryptography@${PY_FLAVOR} .endif .include Index: head/finance/py-stripe/distinfo =================================================================== --- head/finance/py-stripe/distinfo (revision 503448) +++ head/finance/py-stripe/distinfo (revision 503449) @@ -1,3 +1,3 @@ -TIMESTAMP = 1558671915 -SHA256 (stripe-2.29.0.tar.gz) = bc4480cf12c7f13a96b559ab4be5966fd40871ec61a6a77e1849423bf21e1599 -SIZE (stripe-2.29.0.tar.gz) = 204747 +TIMESTAMP = 1559633087 +SHA256 (stripe-2.29.4.tar.gz) = 92d6691382e0abf314759863c48a4830b5bfd3a935193ee6c3e5621ab25740ba +SIZE (stripe-2.29.4.tar.gz) = 205243