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

Scott Kitterman kitterman at moszumanska.debian.org
Thu Nov 17 06:41:46 UTC 2016


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

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

commit f78d8dfe24f42fd009b1dd7c5eb5683f30192668
Author: Scott Kitterman <scott at kitterman.com>
Date:   Thu Nov 17 01:41:00 2016 -0500

    Initial release. (Closes: #844582)
---
 debian/.git-dpm               |  3 +++
 debian/changelog              |  5 ++++
 debian/compat                 |  1 +
 debian/control                | 56 +++++++++++++++++++++++++++++++++++++++++++
 debian/copyright              | 25 +++++++++++++++++++
 debian/gbp.conf               |  2 ++
 debian/python-sparkpost.docs  |  1 +
 debian/python3-sparkpost.docs |  1 +
 debian/rules                  | 10 ++++++++
 debian/watch                  |  3 +++
 10 files changed, 107 insertions(+)

diff --git a/debian/.git-dpm b/debian/.git-dpm
index 3527293..038023d 100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@ -6,3 +6,6 @@ de4900c79d3a6d4745e1db30af2ae8779b8f2454
 python-sparkpost_1.3.2.orig.tar.gz
 921c6e5791f9ef03fd435556589f09e8d01b19d0
 40160
+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..c4258de
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+python-sparkpost (1.3.2-1) unstable; urgency=low
+
+  * Initial release. (Closes: #844582)
+
+ -- Scott Kitterman <scott at kitterman.com>  Tue, 15 Nov 2016 23:19:47 -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..ebf8ef4
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,56 @@
+Source: python-sparkpost
+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,
+# Test Requirements
+# flake8,
+# python-django,
+# python3-django,
+# python-pytest,
+# python3-pytest,
+# python-pytest-cov,
+# python3-pytest,
+# python-requests,
+# python3-requests,
+# python-responses,
+# python3-responses,
+# python-tornado,
+# python3-tornado
+Standards-Version: 3.9.8
+Homepage: https://github.com/SparkPost/python-sparkpost
+Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-sparkpost.git
+Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-sparkpost.git
+
+Package: python-sparkpost
+Architecture: all
+Depends:
+ ${misc:Depends},
+ ${python:Depends},
+Description: SparkPost Python API client (Python 2)
+ Super-mega-official Python package for using the SparkPost API.
+ .
+ Python and Python-Django integration with SparkPost's email transmission
+ API.
+ .
+ This is the Python 2 version of the package.
+
+Package: python3-sparkpost
+Architecture: all
+Depends:
+ ${misc:Depends},
+ ${python3:Depends},
+Description: SparkPost Python API client (Python 3)
+ Super-mega-official Python package for using the SparkPost API.
+ .
+ Python and Python-Django integration with SparkPost's email transmission
+ API.
+ .
+ This is the Python 3 version of the package.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..7fdbe24
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,25 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Python SparkPost
+Upstream-Contact:  SparkPost <developers at sparkpost.com>
+Source: https://github.com/SparkPost/python-sparkpost
+
+Files: *
+Copyright: Copyright 2015 Message Systems, Inc. or its affiliates.
+License: Apache-2.0
+
+Files: debian/*
+Copyright: 2016 Scott Kitterman <scott at kitterman.com>
+License: Apache-2.0
+
+License: Apache-2.0
+ Licensed under the Apache License, Version 2.0 (the "License"); you may not
+ use this file except in compliance with the License.
+ .
+ On Debian GNU/Linux systems, the complete text of the Apache License v2 can be
+ found in `/usr/share/common-licenses/Apache-2.0'.
+ .
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+ WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the
+ License for the specific language governing permissions and limitations under
+ the License.
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-sparkpost.docs b/debian/python-sparkpost.docs
new file mode 100644
index 0000000..a1320b1
--- /dev/null
+++ b/debian/python-sparkpost.docs
@@ -0,0 +1 @@
+README.rst
diff --git a/debian/python3-sparkpost.docs b/debian/python3-sparkpost.docs
new file mode 100644
index 0000000..a1320b1
--- /dev/null
+++ b/debian/python3-sparkpost.docs
@@ -0,0 +1 @@
+README.rst
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..581392a
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,10 @@
+#!/usr/bin/make -f
+
+export PYBUILD_NAME=sparkpost
+
+%:
+	dh $@ --with python2,python3 --buildsystem=pybuild
+
+override_dh_auto_test:
+	# Running tests takes lots of extra build-depdends.
+
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..999436d
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts="filenamemangle=s/(?:.*)?v?(\d[\d\.]*)\.tar\.gz/python-sparkpost-$1.tar.gz/" \
+https://github.com/SparkPost/python-sparkpost/tags (?:.*/)?v?(\d[\d\.]*)\.tar\.gz

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



More information about the Python-modules-commits mailing list