[Python-modules-commits] [chargebee2-python] 03/03: Initial release. (Closes: #845466)

Scott Kitterman kitterman at moszumanska.debian.org
Wed Nov 23 18:52:08 UTC 2016


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

kitterman pushed a commit to branch master
in repository chargebee2-python.

commit 1fc14e07a299660faa5c0c48dc27ba8e2311ac3f
Author: Scott Kitterman <scott at kitterman.com>
Date:   Wed Nov 23 13:51:07 2016 -0500

    Initial release. (Closes: #845466)
---
 debian/.git-dpm                |  3 ++
 debian/changelog               |  5 +++
 debian/compat                  |  1 +
 debian/control                 | 52 ++++++++++++++++++++++++++++
 debian/copyright               | 78 ++++++++++++++++++++++++++++++++++++++++++
 debian/gbp.conf                |  2 ++
 debian/python-chargebee2.docs  |  1 +
 debian/python3-chargebee2.docs |  1 +
 debian/rules                   |  7 ++++
 debian/watch                   |  3 ++
 10 files changed, 153 insertions(+)

diff --git a/debian/.git-dpm b/debian/.git-dpm
index 4e17aa6..f2d72f5 100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@ -6,3 +6,6 @@
 chargebee2-python_2.1.9.orig.tar.gz
 9ed21782a9bd3792cfc882171e355a263c0d7e2e
 141506
+debianTag="debian/%e%v"
+patchedTag="patched/%e%v"
+upstreamTag="upstream/%e%u"
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..3bcdfd6
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+chargebee2-python (2.1.9-1) unstable; urgency=medium
+
+  * Initial release. (Closes: #845466)
+
+ -- Scott Kitterman <scott at kitterman.com>  Wed, 23 Nov 2016 13:37:05 -0500
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..fd2a77c
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,52 @@
+Source: chargebee2-python
+Section: contrib/python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Scott Kitterman <scott at kitterman.com>
+Build-Depends:
+ debhelper (>= 9~),
+ dh-python,
+ python-all,
+ python-setuptools,
+ python3-all,
+ python3-setuptools,
+Standards-Version: 3.9.8
+Homepage: https://github.com/chargebee/chargebee-python/
+Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/chargebee2-python.git
+Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/chargebee2-python.git
+
+Package: python-chargebee2
+Architecture: all
+Depends:
+ ${misc:Depends},
+ ${python:Depends},
+Conflicts: python-chargebee
+Description: Python library for integrating with Chargebee (Python 2/API v2)
+ The Python library for integrating with Chargebee Recurring Billing and
+ Subscription Management solution.
+ .
+ Chargebee now supports two API versions - V1 and V2. This library is for the
+ newer API version V2.
+ .
+ This package conflicts with python-chargebee which provides the V1 API in
+ the same Python module namespace.
+ .
+ This is the Python 2 version of the package.
+
+Package: python3-chargebee2
+Architecture: all
+Depends:
+ ${misc:Depends},
+ ${python3:Depends},
+Conflicts: python3-chargebee
+Description: Python library for integrating with Chargebee (Python 3/API v2)
+ The Python library for integrating with Chargebee Recurring Billing and
+ Subscription Management solution.
+ .
+ Chargebee now supports two API versions - V1 and V2. This library is for the
+ newer API version V2.
+ .
+ This package conflicts with python3-chargebee which provides the V1 API in
+ the same Python module namespace.
+ .
+ This is the Python 3 version of the package.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..cdd395d
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,78 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: ChargeBee Python
+Upstream-Contact:  ChargeBee <support at chargebee.com>
+Source: https://github.com/chargebee/chargebee-python/
+
+Files: *
+Copyright: Copyright (c) 2011-2016 ChargeBee, Inc.
+License: Expat
+
+Files: chargebee/ssl/ca-certs.crt
+Copyright: Copyright (C) 1994-2000 Netscape Communications Corporation.
+License: MPL or GPL-2.0+ or LGPL-2.1+
+
+Files: debian/*
+Copyright: 2016 Scott Kitterman <scott at kitterman.com>
+License: Expat
+
+License: Expat
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in
+ all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ THE SOFTWARE.
+
+License: MPL or GPL-2.0+ or LGPL-2.1+
+ ***** BEGIN LICENSE BLOCK *****
+ Version: MPL 1.1/GPL 2.0/LGPL 2.1
+ .
+ The contents of this file are subject to the Mozilla Public License Version
+ 1.1 (the "License"); you may not use this file except in compliance with
+ the License. You may obtain a copy of the License at
+ http://www.mozilla.org/MPL/
+ .
+ Software distributed under the License is distributed on an "AS IS" basis,
+ WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
+ for the specific language governing rights and limitations under the
+ License.
+ .
+ The Original Code is the Netscape security libraries.
+ .
+ The Initial Developer of the Original Code is
+ Netscape Communications Corporation.
+ Portions created by the Initial Developer are Copyright (C) 1994-2000
+ the Initial Developer. All Rights Reserved.
+ .
+ Contributor(s):
+ .
+ Alternatively, the contents of this file may be used under the terms of
+ either the GNU General Public License Version 2 or later (the "GPL"), or
+ the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
+ in which case the provisions of the GPL or the LGPL are applicable instead
+ of those above. If you wish to allow use of your version of this file only
+ under the terms of either the GPL or the LGPL, and not to allow others to
+ use your version of this file under the terms of the MPL, indicate your
+ decision by deleting the provisions above and replace them with the notice
+ and other provisions required by the GPL or the LGPL. If you do not delete
+ the provisions above, a recipient may use your version of this file under
+ the terms of any one of the MPL, the GPL or the LGPL.
+ .
+ ***** END LICENSE BLOCK *****
+ .
+ On Debian systems, the full text of the GNU General Public License can be
+ found in the file `/usr/share/common-licenses/GPL'.
+ .
+ On Debian systems, the full text of the GNU Lesser General Public License
+ can be found in the file `/usr/share/common-licenses/LGPL'.
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..cec628c
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,2 @@
+[DEFAULT]
+pristine-tar = True
diff --git a/debian/python-chargebee2.docs b/debian/python-chargebee2.docs
new file mode 100644
index 0000000..b43bf86
--- /dev/null
+++ b/debian/python-chargebee2.docs
@@ -0,0 +1 @@
+README.md
diff --git a/debian/python3-chargebee2.docs b/debian/python3-chargebee2.docs
new file mode 100644
index 0000000..b43bf86
--- /dev/null
+++ b/debian/python3-chargebee2.docs
@@ -0,0 +1 @@
+README.md
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..ac40a27
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+export PYBUILD_NAME=chargebee2
+
+%:
+	dh $@ --with python2,python3 --buildsystem=pybuild
+
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..bcfe234
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts="filenamemangle=s/(?:.*)?v?(\d[\d\.]*)\.tar\.gz/chargebee-python-$1.tar.gz/" \
+    https://github.com/chargebee/chargebee-python/tags (?:.*/)?v?(\d[\d\.]*)\.tar\.gz

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



More information about the Python-modules-commits mailing list