[Python-modules-commits] [python-jsonref] 02/02: initial packaging

Paolo Greppi paolog-guest at moszumanska.debian.org
Wed May 24 10:57:45 UTC 2017


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

paolog-guest pushed a commit to branch master
in repository python-jsonref.

commit 693663e33b626f765a37dc2ec959c294889e87f6
Author: Paolo Greppi <paolo.greppi at libpf.com>
Date:   Wed May 24 12:31:33 2017 +0200

    initial packaging
---
 debian/.git-dpm      |   8 ++++
 debian/changelog     |   5 +++
 debian/compat        |   1 +
 debian/control       |  68 +++++++++++++++++++++++++++++++++
 debian/copyright     | 106 +++++++++++++++++++++++++++++++++++++++++++++++++++
 debian/rules         |  11 ++++++
 debian/source/format |   1 +
 debian/watch         |   3 ++
 8 files changed, 203 insertions(+)

diff --git a/debian/.git-dpm b/debian/.git-dpm
new file mode 100644
index 0000000..6ee63b2
--- /dev/null
+++ b/debian/.git-dpm
@@ -0,0 +1,8 @@
+# see git-dpm(1) from git-dpm package
+c444d61543f67795bf1ae31d4998273d07735703
+c444d61543f67795bf1ae31d4998273d07735703
+c444d61543f67795bf1ae31d4998273d07735703
+c444d61543f67795bf1ae31d4998273d07735703
+python-jsonref_0.1.orig.tar.gz
+86e3ca558c6981e2429fc2be15933bb422f80fe7
+15375
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..5a2d40b
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+python-jsonref (0.1-1) unstable; urgency=medium
+
+  * Initial release (Closes: #844986).
+
+ -- Paolo Greppi <paolo.greppi at libpf.com>  Tue, 29 Nov 2016 07:25:32 +0000
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..f599e28
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+10
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..561fa9b
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,68 @@
+Source: python-jsonref
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Paolo Greppi <paolo.greppi at libpf.com>
+Build-Depends:
+ debhelper (>= 10)
+ , dh-python
+ , python3-all
+ , python3-setuptools
+ , python-all
+ , python-docutils
+ , python-markdown
+ , python-setuptools
+ , python-sphinx
+ , python-termcolor
+ , python-xmltodict
+ , python-yaml
+Standards-Version: 3.9.8
+Homepage: https://github.com/gazpachoking/jsonref
+X-Python-Version: >= 2.6
+X-Python3-Version: >= 3.3
+Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-jsonref.git
+Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-jsonref.git
+Testsuite: autopkgtest-pkg-python
+
+Package: python-jsonref
+Section: python
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}
+Suggests: python-jsonref-doc
+Description: JSON Reference implementation for Python 2
+ Python library for automatic dereferencing of JSON Reference objects.
+ . 
+ It lets you use a data structure with JSON reference objects, as if the
+ references had been replaced with the referent data. References are evaluated
+ lazily. Nothing is dereferenced until it is used. Recursive references are
+ supported, and create recursive python data structures.
+ .
+ This package installs the library for Python 2.
+
+Package: python3-jsonref
+Architecture: all
+Depends: ${python3:Depends}, ${misc:Depends}
+Suggests: python-jsonref-doc
+Description: JSON Reference implementation for Python 3
+ Python library for automatic dereferencing of JSON Reference object.
+ . 
+ It lets you use a data structure with JSON reference objects, as if the
+ references had been replaced with the referent data. References are evaluated
+ lazily. Nothing is dereferenced until it is used. Recursive references are
+ supported, and create recursive python data structures.
+ .
+ This package installs the library for Python 3.
+
+Package: python-jsonref-doc
+Architecture: all
+Section: doc
+Depends: ${sphinxdoc:Depends}, ${misc:Depends}
+Description: JSON Reference implementation for Python (common documentation)
+ Python library for automatic dereferencing of JSON Reference objects.
+ . 
+ It lets you use a data structure with JSON reference objects, as if the
+ references had been replaced with the referent data. References are evaluated
+ lazily. Nothing is dereferenced until it is used. Recursive references are
+ supported, and create recursive python data structures.
+ .
+ This is the common documentation package.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..c9a7e12
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,106 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: jsonref
+Upstream-Contact: https://github.com/gazpachoking/jsonref/issues
+Source: https://github.com/gazpachoking/jsonref
+
+Files: *
+Copyright: 2013 Chase Sterling <chase.sterling at gmail.com>
+License: MIT
+
+Files: debian/*
+Copyright: 2016-2017 Paolo Greppi <paolo.greppi at libpf.com>
+License: GPL-3.0+
+
+Files: proxytypes.py
+Copyright:
+  2006 Phillip J. Eby <peak at eby-sarna.com>
+  2013 Chase Sterling <chase.sterling at gmail.com>
+License: PSF
+
+License: MIT
+ The MIT License
+ .
+ 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: GPL-3.0+
+ This program 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 3 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 3 can be found in "/usr/share/common-licenses/GPL-3".
+
+License: PSF
+  PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
+ --------------------------------------------
+ .
+ 1. This LICENSE AGREEMENT is between the Python Software Foundation
+ ("PSF"), and the Individual or Organization ("Licensee") accessing and
+ otherwise using this software ("Python") in source or binary form and
+ its associated documentation.
+ .
+ 2. Subject to the terms and conditions of this License Agreement, PSF
+ hereby grants Licensee a nonexclusive, royalty-free, world-wide
+ license to reproduce, analyze, test, perform and/or display publicly,
+ prepare derivative works, distribute, and otherwise use Python
+ alone or in any derivative version, provided, however, that PSF's
+ License Agreement and PSF's notice of copyright, i.e., "Copyright (c)
+ 2001, 2002, 2003, 2004, 2005, 2006, 2007 Python Software Foundation; 
+ All Rights Reserved" are retained in Python alone or in any derivative 
+ version prepared by Licensee.
+ .
+ 3. In the event Licensee prepares a derivative work that is based on
+ or incorporates Python or any part thereof, and wants to make
+ the derivative work available to others as provided herein, then
+ Licensee hereby agrees to include in any such work a brief summary of
+ the changes made to Python.
+ .
+ 4. PSF is making Python available to Licensee on an "AS IS"
+ basis.  PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
+ IMPLIED.  BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
+ DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
+ FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT
+ INFRINGE ANY THIRD PARTY RIGHTS.
+ .
+ 5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
+ FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
+ A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON,
+ OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
+ .
+ 6. This License Agreement will automatically terminate upon a material
+ breach of its terms and conditions.
+ .
+ 7. Nothing in this License Agreement shall be deemed to create any
+ relationship of agency, partnership, or joint venture between PSF and
+ Licensee.  This License Agreement does not grant permission to use PSF
+ trademarks or trade name in a trademark sense to endorse or promote
+ products or services of Licensee, or any third party.
+ .
+ 8. By copying, installing or otherwise using Python, Licensee
+ agrees to be bound by the terms and conditions of this License
+ Agreement.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..490dfbc
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,11 @@
+#! /usr/bin/make -f
+
+#export DH_VERBOSE = 1
+export PYBUILD_NAME = jsonref
+
+%:
+	dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild
+
+override_dh_sphinxdoc:
+	PYTHONPATH=. sphinx-build -b html docs debian/python-jsonref-doc/usr/share/doc/python-jsonref-doc/html
+	dh_sphinxdoc
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..70001b9
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=4
+opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/python-jsonref-$1\.tar\.gz/ \
+  https://github.com/gazpachoking/jsonref/tags .*/v?(\d\S*)\.tar\.gz

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



More information about the Python-modules-commits mailing list