Accepting request 850230 from home:jayvdb:py-submit
The official API and only one which is usable beyond trivial use of stripe.
~1k github stars
dep of dj-stripe (and lots of other django stripe apps), django-payment, django-payments, cartridge-stripe, tendenci, bluebottle, Cubane, and similar apps for most frameworks like Flask-Stripe, tornado-stripe, etc, etc
OBS-URL: https://build.opensuse.org/request/show/850230
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-stripe?expand=0&rev=1
2020-11-25 16:40:30 +00:00
|
|
|
#
|
|
|
|
# spec file for package python-stripe
|
|
|
|
#
|
2021-02-06 17:07:55 +00:00
|
|
|
# Copyright (c) 2021 SUSE LLC
|
Accepting request 850230 from home:jayvdb:py-submit
The official API and only one which is usable beyond trivial use of stripe.
~1k github stars
dep of dj-stripe (and lots of other django stripe apps), django-payment, django-payments, cartridge-stripe, tendenci, bluebottle, Cubane, and similar apps for most frameworks like Flask-Stripe, tornado-stripe, etc, etc
OBS-URL: https://build.opensuse.org/request/show/850230
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-stripe?expand=0&rev=1
2020-11-25 16:40:30 +00:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
|
|
|
Name: python-stripe
|
2021-08-13 09:28:40 +00:00
|
|
|
Version: 2.60.0
|
Accepting request 850230 from home:jayvdb:py-submit
The official API and only one which is usable beyond trivial use of stripe.
~1k github stars
dep of dj-stripe (and lots of other django stripe apps), django-payment, django-payments, cartridge-stripe, tendenci, bluebottle, Cubane, and similar apps for most frameworks like Flask-Stripe, tornado-stripe, etc, etc
OBS-URL: https://build.opensuse.org/request/show/850230
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-stripe?expand=0&rev=1
2020-11-25 16:40:30 +00:00
|
|
|
Release: 0
|
|
|
|
Summary: Python bindings for the Stripe API
|
|
|
|
License: MIT
|
|
|
|
Group: Development/Languages/Python
|
|
|
|
URL: https://github.com/stripe/stripe-python
|
|
|
|
Source: https://files.pythonhosted.org/packages/source/s/stripe/stripe-%{version}.tar.gz
|
2021-08-13 09:28:40 +00:00
|
|
|
BuildRequires: %{python_module pytest >= 6.0}
|
|
|
|
BuildRequires: %{python_module pytest-mock >= 2.0}
|
|
|
|
BuildRequires: %{python_module requests >= 2.20}
|
Accepting request 850230 from home:jayvdb:py-submit
The official API and only one which is usable beyond trivial use of stripe.
~1k github stars
dep of dj-stripe (and lots of other django stripe apps), django-payment, django-payments, cartridge-stripe, tendenci, bluebottle, Cubane, and similar apps for most frameworks like Flask-Stripe, tornado-stripe, etc, etc
OBS-URL: https://build.opensuse.org/request/show/850230
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-stripe?expand=0&rev=1
2020-11-25 16:40:30 +00:00
|
|
|
BuildRequires: %{python_module setuptools}
|
|
|
|
BuildRequires: fdupes
|
|
|
|
BuildRequires: python-rpm-macros
|
|
|
|
Requires: python-requests >= 2.20
|
|
|
|
Conflicts: python-stripe-api
|
|
|
|
BuildArch: noarch
|
|
|
|
%python_subpackages
|
|
|
|
|
|
|
|
%description
|
|
|
|
Python bindings for the Stripe API.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n stripe-%{version}
|
|
|
|
|
|
|
|
%build
|
|
|
|
%python_build
|
|
|
|
|
|
|
|
%install
|
|
|
|
%python_install
|
|
|
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
|
|
|
|
|
|
|
%check
|
|
|
|
%pytest -rs --nomock
|
|
|
|
|
|
|
|
%files %{python_files}
|
2021-02-06 17:07:55 +00:00
|
|
|
%doc CHANGELOG.md README.md examples/
|
Accepting request 850230 from home:jayvdb:py-submit
The official API and only one which is usable beyond trivial use of stripe.
~1k github stars
dep of dj-stripe (and lots of other django stripe apps), django-payment, django-payments, cartridge-stripe, tendenci, bluebottle, Cubane, and similar apps for most frameworks like Flask-Stripe, tornado-stripe, etc, etc
OBS-URL: https://build.opensuse.org/request/show/850230
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-stripe?expand=0&rev=1
2020-11-25 16:40:30 +00:00
|
|
|
%license LICENSE
|
2021-08-13 09:28:40 +00:00
|
|
|
%{python_sitelib}/stripe*
|
Accepting request 850230 from home:jayvdb:py-submit
The official API and only one which is usable beyond trivial use of stripe.
~1k github stars
dep of dj-stripe (and lots of other django stripe apps), django-payment, django-payments, cartridge-stripe, tendenci, bluebottle, Cubane, and similar apps for most frameworks like Flask-Stripe, tornado-stripe, etc, etc
OBS-URL: https://build.opensuse.org/request/show/850230
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-stripe?expand=0&rev=1
2020-11-25 16:40:30 +00:00
|
|
|
|
|
|
|
%changelog
|