aboutsummaryrefslogtreecommitdiffstats
path: root/finance/py-stripe
Commit message (Collapse)AuthorAgeFilesLines
* - Move ftp/py-curl to ftp/py-pycurlsunpoet2015-12-131-1/+2
| | | | - Bump PORTREVISION for dependent ports
* finance/py-stripe: Update to 1.25.0koobs2015-09-063-12/+27
| | | | | | | | | | | | | | | | | | | | | - Update to 1.25.0 - Switch to CHEESEHOP for distribution files (Geo-aware CDN) - Canonicalize COMMENT (According to setup.py:description=) - Switch to requests (2.x) - Add TESTS option - Update TEST_DEPENDS values and assignment - Replace post-patch with a patch, submitted upstream [1] - Use PYDISTUTILS_SETUP to ensure its setuptools wrapped - Run pycurl tests that are disabled by default with this weird reverse logic bit of code, issue created upstream [2] if not os.environ.get('SKIP_PYCURL_TESTS'): self.skipTest('Pycurl skipped as SKIP_PYCURL_TESTS is set' [1] https://github.com/stripe/stripe-python/pull/170 [2] https://github.com/stripe/stripe-python/issues/172 QA: Ran 195 tests in 44.446s OK (skipped=9)
* finance/py-stripe: Take MAINTAINER'shipkoobs2015-09-061-1/+1
|
* - Add NO_ARCHamdmi32015-08-191-1/+2
|
* Reset maintainererwin2015-08-191-1/+1
| | | | | | | <trevor@bitba.se>: Host or domain name not found. Name service error for name=bitba.se type=AAAA: Host not found Sponsored by: DK Hostmaster A/S
* - Convert finance/ to new USES=pythonmva2014-10-211-3/+2
| | | | Approved by: portmgr (implicit)
* - Stage supportantoine2014-02-181-6/+3
| | | | - Switch from easy_install to install
* Sweep www/py-requests dependants to www/py-requests1koobs2014-01-271-1/+2
| | | | | | | | | | | Point all www/py-requests dependants to www/py-requests1 in preparation for the upgrade of www/py-requests to version 2.x, which substantially breaks API compatibility. Maintainers of these ports can update their requests dependency independently as time for sufficient testing permits. PR: ports/185631
* finance/py-stripe: Fix missing closing brace in TEST_DEPENDS assignmentkoobs2013-10-261-1/+1
| | | | Reported by: jgh
* finance/py-stripe: Update to 1.9.8koobs2013-10-262-3/+3
| | | | | | | | | | | | | | | - Update to 1.9.8 I missed this during the initial port commit. It fixes the failing unit test. Changes: 1.9.8 2013-10-17: Removed incorrect test. 1.9.7 2013-10-10: Add support for metadata. 1.9.6 2013-10-08: Fix issue with support for closing disputes. PR: ports/182313
* finance/py-stripe: Python bindings for Stripe.com [NEW PORT]koobs2013-10-263-0/+37
Python bindings for the Stripe.com payment service REST API. WWW: https://github.com/stripe/stripe-python PR: ports/182313 Submitted by: Trevor Caira <trevor@bitba.se>