[Python-modules-commits] [python-flask-marshmallow] 03/03: Initial release (Closes: #819645)

Adrian Alves alvesadrian-guest at moszumanska.debian.org
Sun Jul 3 02:48:05 UTC 2016


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

alvesadrian-guest pushed a commit to branch master
in repository python-flask-marshmallow.

commit 6d890c94b6013211a63ac1536701507960928ba1
Author: Adrian Alves <aalves at gmail.com>
Date:   Sat Jul 2 23:47:17 2016 -0300

    Initial release (Closes: #819645)
---
 debian/changelog |  5 +++++
 debian/compat    |  1 +
 debian/control   | 22 ++++++++++++++++++++++
 debian/copyright | 43 +++++++++++++++++++++++++++++++++++++++++++
 debian/docs      |  1 +
 debian/rules     |  8 ++++++++
 debian/watch     |  2 ++
 7 files changed, 82 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..f426e61
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+python-flask-marshmallow (0.7.0-1) unstable; urgency=low
+
+  * Initial release (Closes: #819645)
+
+ -- Adrian Alves <aalves at gmail.com>  Sat, 26 Mar 2016 14:20:29 -0400
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..0485985
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,22 @@
+Source: python-flask-marshmallow
+Section: python
+Priority: optional
+Maintainer: Adrian Alves <aalves at gmail.com>
+Build-Depends: debhelper (>= 9.0.0), python
+Standards-Version: 3.9.7
+Homepage: https://github.com/marshmallow-code/flask-marshmallow
+X-Python-Version: >= 2.7
+
+Package: python-flask-marshmallow
+Architecture: all
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ ${python:Depends},
+ python-marshmallow
+Description: Flask + marshmallow for beautiful APIs 
+ Flask-Marshmallow is a thin integration layer for
+ Flask (a Python web framework) and marshmallow 
+ (an object serialization/deserialization library)
+ that adds additional features to marshmallow, including
+ URL and Hyperlinks fields for HATEOAS-ready APIs. It also
+ (optionally) integrates with Flask-SQLAlchemy.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..5009d77
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,43 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: flask-marshmallow
+Source: https://github.com/marshmallow-code/flask-marshmallow
+
+Files: *
+Copyright: 2014-2015 Steven Loria and contributors 
+License: MIT
+ 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.
+
+Files: debian/*
+Copyright: 2016 Adrian Alves <aalves at gmail.com>
+License: GPL-2+
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+ .
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..a1320b1
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+README.rst
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..de1bd88
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+	dh $@ --with python2
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..ff924b3
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+https://github.com/marshmallow-code/flask-marshmallow/archive/([0-9a-z.]+)\.tar\.gz

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



More information about the Python-modules-commits mailing list