1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

finance/py-stripe: Update to 2.29.4

Changelog:

  https://github.com/stripe/stripe-python/blob/v2.29.4/CHANGELOG.md
This commit is contained in:
Kubilay Kocak 2019-06-04 07:31:15 +00:00
parent 707e9b5ad8
commit 117a7e8c1c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=503449
3 changed files with 4 additions and 21 deletions

View File

@ -3,7 +3,7 @@
#
PORTNAME= stripe
PORTVERSION= 2.29.0
PORTVERSION= 2.29.4
CATEGORIES= finance python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -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

View File

@ -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",