aboutsummaryrefslogtreecommitdiff
path: root/finance
diff options
context:
space:
mode:
authorKubilay Kocak <koobs@FreeBSD.org>2019-06-04 07:31:15 +0000
committerKubilay Kocak <koobs@FreeBSD.org>2019-06-04 07:31:15 +0000
commit117a7e8c1c1286610b3daf5f0423094105968c85 (patch)
tree1f2d92976bd27ed4621bc4ffda8e066fac1a3550 /finance
parent707e9b5ad877d6ca749e7594538274fc07ec128b (diff)
downloadports-117a7e8c1c1286610b3daf5f0423094105968c85.tar.gz
ports-117a7e8c1c1286610b3daf5f0423094105968c85.zip
finance/py-stripe: Update to 2.29.4
Notes
Notes: svn path=/head/; revision=503449
Diffstat (limited to 'finance')
-rw-r--r--finance/py-stripe/Makefile2
-rw-r--r--finance/py-stripe/distinfo6
-rw-r--r--finance/py-stripe/files/patch-setup.py17
3 files changed, 4 insertions, 21 deletions
diff --git a/finance/py-stripe/Makefile b/finance/py-stripe/Makefile
index cf875eea29a9..85cdebfc325d 100644
--- a/finance/py-stripe/Makefile
+++ b/finance/py-stripe/Makefile
@@ -3,7 +3,7 @@
#
PORTNAME= stripe
-PORTVERSION= 2.29.0
+PORTVERSION= 2.29.4
CATEGORIES= finance python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/finance/py-stripe/distinfo b/finance/py-stripe/distinfo
index 35700bb04483..23b5f28d1a74 100644
--- a/finance/py-stripe/distinfo
+++ b/finance/py-stripe/distinfo
@@ -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
diff --git a/finance/py-stripe/files/patch-setup.py b/finance/py-stripe/files/patch-setup.py
deleted file mode 100644
index b1e8b344de9e..000000000000
--- a/finance/py-stripe/files/patch-setup.py
+++ /dev/null
@@ -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",