[Python-modules-commits] [python-pluggy] 03/04: Initial release. (Closes: #785242)

Barry Warsaw barry at moszumanska.debian.org
Fri May 15 19:51:32 UTC 2015


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

barry pushed a commit to branch master
in repository python-pluggy.

commit 357e5df33c8d1df7382c76e5c4faa1c8a8f2293e
Author: Barry Warsaw <barry at python.org>
Date:   Fri May 15 15:47:07 2015 -0400

    Initial release. (Closes: #785242)
---
 debian/changelog |  5 +++++
 debian/compat    |  1 +
 debian/control   | 37 +++++++++++++++++++++++++++++++++++++
 debian/copyright | 45 +++++++++++++++++++++++++++++++++++++++++++++
 debian/rules     |  9 +++++++++
 debian/watch     |  3 +++
 6 files changed, 100 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..9d990ef
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+python-pluggy (0.3.0-1) UNRELEASED; urgency=medium
+
+  * Initial release. (Closes: #785242)
+
+ -- Barry Warsaw <barry at debian.org>  Fri, 15 May 2015 15:38:10 -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..f6e7b4c
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,37 @@
+Source: python-pluggy
+Maintainer: Barry Warsaw <barry at debian.org>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Homepage: https://pypi.python.org/pypi/pluggy
+Section: python
+X-Python-Version: >= 2.7
+X-Python3-Version: >= 3.4
+Priority: optional
+Build-Depends: debhelper (>= 8),
+               dh-python,
+               python-all (>= 2.6.6-3~),
+               python-setuptools,
+               python3-all,
+               python3-logilab-common,
+               python3-setuptools,
+               python-logilab-common
+Standards-Version: 3.9.6
+Vcs-Git: git://anonscm.debian.org/python-modules/packages/python-pluggy.git
+Vcs-Browser: http://anonscm.debian.org/cgit/python-modules/packages/python-pluggy.git
+
+Package: python-pluggy
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+Description: plugin and hook calling mechanisms for Python
+ pluggy is the cristallized core of plugin management as used by some 150
+ plugins for pytest.
+ .
+ This is the Python 2 library.
+
+Package: python3-pluggy
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends}
+Description: plugin and hook calling mechanisms for Python
+ pluggy is the cristallized core of plugin management as used by some 150
+ plugins for pytest.
+ .
+ This is the Python 3 library.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..b049e15
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,45 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: pluggy
+Source: https://pypi.python.org/pypi/pluggy
+
+Files: *
+Copyright: (c) 2015 holger krekel (rather uses bitbucket/hpk42)
+License: MIT/Expat
+ 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: Copyright 2015 Barry Warsaw <barry at debian.org>
+License: MIT/Expat
+ 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 100644
index 0000000..d371922
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+export PYBUILD_NAME=pluggy
+export PYBUILD_VERBOSE=1
+export DH_VERBOSE=1
+
+
+%:
+	dh $@ --with python2,python3 --buildsystem=pybuild
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..e4c5d70
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+http://pypi.debian.net/pluggy/pluggy-(.+)\.(?: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-pluggy.git



More information about the Python-modules-commits mailing list