[Python-modules-commits] [python-munch] 03/03: Initial release. Closes: #804704

Clint Byrum spamaps at moszumanska.debian.org
Tue Nov 10 18:36:00 UTC 2015


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

spamaps pushed a commit to branch master
in repository python-munch.

commit 0a0592d46c5f78f5c932876d5f34b644590dfc45
Author: Clint Byrum <clint at fewbar.com>
Date:   Tue Nov 10 10:15:35 2015 -0800

    Initial release. Closes: #804704
---
 debian/changelog            |  5 +++++
 debian/compat               |  1 +
 debian/control              | 49 +++++++++++++++++++++++++++++++++++++++++++++
 debian/copyright            | 24 ++++++++++++++++++++++
 debian/rules                |  6 ++++++
 debian/source/local-options |  3 +++
 debian/watch                |  3 +++
 7 files changed, 91 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..9cb72c2
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+python-munch (2.0.4-1) UNRELEASED; urgency=low
+
+  * Initial release. Closes: #804704
+
+ -- Clint Byrum <spamaps at debian.org>  Tue, 10 Nov 2015 09:57:45 -0800
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..56088bf
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,49 @@
+Source: python-munch
+Section: python
+Priority: extra
+Maintainer: Clint Byrum <spamaps at debian.org>
+Build-Depends: debhelper (>=9),
+	python-all,
+    python3-all,
+    python-setuptools,
+    python3-setuptools,
+    dh-python,
+Standards-Version: 3.9.5
+Homepage: https://github.com/infinidat/munch
+Vcs-Git: git://anonscm.debian.org/collab-maint/python-munch.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/python-munch.git
+X-Python-Version: >= 2.6
+
+Package: python-munch
+Architecture: all
+Multi-Arch: foreign
+Depends: python,
+	${misc:Depends},
+	${python:Depends}
+Description: A dot-accessible dictionary similar to JavaScript objects
+ Munch is a fork of David Schoonover’s Bunch package, providing similar
+ functionality. 99% of the work was done by him, and the fork was made
+ mainly for lack of responsiveness for fixes and maintenance on the
+ original code.
+ .
+ Munch is a dictionary that supports attribute-style access, a la
+ JavaScript.
+ .
+ This package contains the library prepared for Python 2.
+
+Package: python3-munch
+Architecture: all
+Multi-Arch: foreign
+Depends: python3,
+	${misc:Depends},
+	${python3:Depends}
+Description: A dot-accessible dictionary similar to JavaScript objects
+ Munch is a fork of David Schoonover’s Bunch package, providing similar
+ functionality. 99% of the work was done by him, and the fork was made
+ mainly for lack of responsiveness for fixes and maintenance on the
+ original code.
+ .
+ Munch is a dictionary that supports attribute-style access, a la
+ JavaScript.
+ .
+ This package contains the library prepared for Python 3.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..af0d448
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,24 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: munch
+Source: https://pypi.python.org/pypi/munch
+
+Copyright: 2010 David Schoonover
+Files: *
+License: MIT/X11
+ 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.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..6f88a14
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+DH_ALWAYS_EXCLUDE=CVS:.svn:.git
+export PYBUILD_NAME = munch
+
+%:
+		dh $@ --with python2 --with python3 --buildsystem=pybuild
diff --git a/debian/source/local-options b/debian/source/local-options
new file mode 100644
index 0000000..ff8cc50
--- /dev/null
+++ b/debian/source/local-options
@@ -0,0 +1,3 @@
+#### Uncomment to active options. See dpkg-source(1)
+#unapply-patches
+#abort-on-upstream-changes
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..df1d4da
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+http://pypi.debian.net/munch/munch-(.+)\.(?: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/python-munch.git



More information about the Python-modules-commits mailing list