[Python-modules-commits] [django-anymail] 03/03: Initial release. (Closes: #844675)

Scott Kitterman kitterman at moszumanska.debian.org
Fri Nov 18 00:04:22 UTC 2016


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

kitterman pushed a commit to branch master
in repository django-anymail.

commit b306b37bd3262f6bbe86ebce679ea67754f690ac
Author: Scott Kitterman <scott at kitterman.com>
Date:   Thu Nov 17 19:03:34 2016 -0500

    Initial release. (Closes: #844675)
---
 debian/.git-dpm                    |  3 ++
 debian/changelog                   |  5 +++
 debian/compat                      |  1 +
 debian/control                     | 84 ++++++++++++++++++++++++++++++++++++++
 debian/copyright                   | 66 ++++++++++++++++++++++++++++++
 debian/gbp.conf                    |  2 +
 debian/python-django-anymail.docs  |  1 +
 debian/python3-django-anymail.docs |  1 +
 debian/rules                       | 10 +++++
 debian/watch                       |  3 ++
 10 files changed, 176 insertions(+)

diff --git a/debian/.git-dpm b/debian/.git-dpm
index 5677b98..e842892 100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@ -6,3 +6,6 @@
 django-anymail_0.6.1.orig.tar.gz
 ba770fa354496c1d7423acd8894ac46b5124993b
 36916
+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..3e191cd
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+django-anymail (0.6.1-1) unstable; urgency=low
+
+  * Initial release. (Closes: #844675)
+
+ -- Scott Kitterman <scott at kitterman.com>  Thu, 17 Nov 2016 18:15:32 -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..bb72257
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,84 @@
+Source: django-anymail
+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
+# python-django,
+# python-mock,
+# python-requests,
+# python-six,
+# python-sparkpost,
+# python3-django,
+# python3-requests,
+# python3-six,
+# python3-mock,
+# python3-sparkpost
+Standards-Version: 3.9.8
+Homepage: https://github.com/anymail/django-anymail
+Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/django-anymail.git
+Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/django-anymail.git
+
+Package: python-django-anymail
+Architecture: all
+Depends:
+ ${misc:Depends},
+ ${python:Depends},
+Suggests: python-sparkpost
+Description: Django email backend for multiple ESPs (Python 2)
+ Anymail integrates several transactional email service providers (ESPs) into
+ Django, with a consistent API that lets you use ESP-added features without
+ locking your code to a particular ESP.
+ .
+ It currently fully supports Mailgun, Postmark, SendGrid, and SparkPost, and
+ has limited support for Mandrill.
+ .
+ Anymail normalizes ESP functionality so it "just works" with Django's
+ built-in `django.core.mail` package. It includes:
+ .
+   * Support for HTML, attachments, extra headers, and other features of
+     Django's built-in email
+   * Extensions that make it easy to use extra ESP functionality, like tags,
+     metadata, and tracking, with code that's portable between ESPs
+   * Simplified inline images for HTML email
+   * Normalized sent-message status and tracking notification, by connecting
+     your ESP's webhooks to Django signals
+   * "Batch transactional" sends using your ESP's merge and template features
+ .
+ This is the Python 2 version of the package.
+
+Package: python3-django-anymail
+Architecture: all
+Depends:
+ ${misc:Depends},
+ ${python3:Depends},
+Suggests:
+ python3-sparkpost
+Description: Django email backend for multiple ESPs (Python 3)
+ Anymail integrates several transactional email service providers (ESPs) into
+ Django, with a consistent API that lets you use ESP-added features without
+ locking your code to a particular ESP.
+ .
+ It currently fully supports Mailgun, Postmark, SendGrid, and SparkPost, and
+ has limited support for Mandrill.
+ .
+ Anymail normalizes ESP functionality so it "just works" with Django's
+ built-in `django.core.mail` package. It includes:
+ .
+   * Support for HTML, attachments, extra headers, and other features of
+     Django's built-in email
+   * Extensions that make it easy to use extra ESP functionality, like tags,
+     metadata, and tracking, with code that's portable between ESPs
+   * Simplified inline images for HTML email
+   * Normalized sent-message status and tracking notification, by connecting
+     your ESP's webhooks to Django signals
+   * "Batch transactional" sends using your ESP's merge and template features
+ .
+ This is the Python 3 version of the package.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..82b1117
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,66 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Django Anymail
+Upstream-Contact: Mike Edmunds <medmunds at gmail.com>
+Source: https://github.com/anymail/django-anymail
+
+Files: *
+Copyright: Copyright (c) Anymail Contributors.
+License: BSD-3-Clause
+
+Files: debian/*
+Copyright: 2016 Scott Kitterman <scott at kitterman.com>
+License: BSD-3-Clause
+
+License: BSD-3-Clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+ .
+     1. Redistributions of source code must retain the above copyright notice,
+        this list of conditions and the following disclaimer.
+ .
+     2. Redistributions in binary form must reproduce the above copyright
+        notice, this list of conditions and the following disclaimer in the
+        documentation and/or other materials provided with the distribution.
+ .
+     3. Neither the name of the copyright holder nor the names of its
+        contributors may be used to endorse or promote products derived from
+        this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
+ LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+ INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+ POSSIBILITY OF SUCH DAMAGE.
+ .
+ Authors (from AUTHORS.txt:
+ Anymail
+ =======
+ .
+ Mike Edmunds
+ .
+ .
+ Anymail was forked from Djrill, which included contributions from:
+ .
+ Kenneth Love
+ Chris Jones
+ Mike Edmunds
+ ArnaudF
+ Théo Crevon
+ Rafael E. Belliard
+ Jared Morse
+ peillis
+ José Padilla
+ Jens Alm
+ Eric Hennings
+ Michael Hobbs
+ Sameer Al-Sakran
+ Kyle Gibson
+ Wes Winham
+ nikolay-saskovets
+ William Hector
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-django-anymail.docs b/debian/python-django-anymail.docs
new file mode 100644
index 0000000..a1320b1
--- /dev/null
+++ b/debian/python-django-anymail.docs
@@ -0,0 +1 @@
+README.rst
diff --git a/debian/python3-django-anymail.docs b/debian/python3-django-anymail.docs
new file mode 100644
index 0000000..a1320b1
--- /dev/null
+++ b/debian/python3-django-anymail.docs
@@ -0,0 +1 @@
+README.rst
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..724317b
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,10 @@
+#!/usr/bin/make -f
+
+export PYBUILD_NAME=django-anymail
+
+%:
+	dh $@ --with python2,python3 --buildsystem=pybuild
+
+override_dh_auto_test:
+	# Tests not shipped with package, need to talk to upstream.
+
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..73f6ca7
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+http://pypi.debian.net/django-anymail/django-anymail-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))

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



More information about the Python-modules-commits mailing list