[Python-modules-commits] [python-paypal] 03/04: Improve description

Raphaël Hertzog hertzog at moszumanska.debian.org
Tue Jun 28 12:18:12 UTC 2016


This is an automated email from the git hooks/post-receive script.

hertzog pushed a commit to branch master
in repository python-paypal.

commit 0208e5beba0bcb5fd1d701dbe891b014e3a9de1d
Author: Raphaël Hertzog <hertzog at debian.org>
Date:   Tue Jun 28 14:11:50 2016 +0200

    Improve description
---
 debian/control | 31 +++++++++++--------------------
 1 file changed, 11 insertions(+), 20 deletions(-)

diff --git a/debian/control b/debian/control
index d93f51f..780f66f 100644
--- a/debian/control
+++ b/debian/control
@@ -4,9 +4,9 @@ Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders:
  Sophie Brun <sophie at freexian.com>,
- Raphael Hertzog <hertzog at debian.org>
+ Raphaël Hertzog <hertzog at debian.org>
 Build-Depends:
- debhelper (>=9),
+ debhelper (>= 9),
  dh-python,
  python-all (>= 2.6.6-3~),
  python-setuptools,
@@ -28,14 +28,11 @@ Description: PayPal API implementation (Python 2)
  This currently includes Direct Payments (Credit card payments without a PayPal
  Account) and PayPal Express Checkout (Payment via a PayPal account).
  .
- This module is best used in conjunction with the official PayPal
- `documentation`_. The stuff under "Website Payments Pro and Express Checkout
- API Operations". in particular.
- .
- paypal-python does no real validation, doesn't hold hands, and is generally
+ python-paypal does no real validation, doesn't hold hands, and is generally
  only going to handle authentication, http-level stuff, and serializing
  a list of keyword arguments passed to the API methods. You'll need to
- read the official PayPal documentation for what key/values to pass.
+ read the official PayPal documentation for what key/values to pass:
+ https://developer.paypal.com/docs/classic/
  .
  This package installs the library for Python 2.
 
@@ -48,14 +45,11 @@ Description: PayPal API implementation (Python 3)
  This currently includes Direct Payments (Credit card payments without a PayPal
  Account) and PayPal Express Checkout (Payment via a PayPal account).
  .
- This module is best used in conjunction with the official PayPal
- `documentation`_. The stuff under "Website Payments Pro and Express Checkout
- API Operations". in particular.
- .
- paypal-python does no real validation, doesn't hold hands, and is generally
+ python-paypal does no real validation, doesn't hold hands, and is generally
  only going to handle authentication, http-level stuff, and serializing
  a list of keyword arguments passed to the API methods. You'll need to
- read the official PayPal documentation for what key/values to pass.
+ read the official PayPal documentation for what key/values to pass:
+ https://developer.paypal.com/docs/classic/
  .
  This package installs the library for Python 3.
 
@@ -68,13 +62,10 @@ Description: PayPal API implementation (common documentation)
  This currently includes Direct Payments (Credit card payments without a PayPal
  Account) and PayPal Express Checkout (Payment via a PayPal account).
  .
- This module is best used in conjunction with the official PayPal
- `documentation`_. The stuff under "Website Payments Pro and Express Checkout
- API Operations". in particular.
- .
- paypal-python does no real validation, doesn't hold hands, and is generally
+ python-paypal does no real validation, doesn't hold hands, and is generally
  only going to handle authentication, http-level stuff, and serializing
  a list of keyword arguments passed to the API methods. You'll need to
- read the official PayPal documentation for what key/values to pass.
+ read the official PayPal documentation for what key/values to pass:
+ https://developer.paypal.com/docs/classic/
  .
  This is the common documentation package.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-paypal.git



More information about the Python-modules-commits mailing list