[Python-modules-commits] [python-btrees] 03/04: Initial release (Closes: #842874)

Julien Muchembled jmuchemb-guest at moszumanska.debian.org
Wed Dec 21 13:37:29 UTC 2016


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

jmuchemb-guest pushed a commit to branch master
in repository python-btrees.

commit 89ee17bef762d8faa2d235a3b5233b4f8074f7da
Author: Julien Muchembled <jm at jmuchemb.eu>
Date:   Fri Dec 2 00:01:15 2016 +0100

    Initial release (Closes: #842874)
---
 debian/changelog                  |  5 ++++
 debian/compat                     |  1 +
 debian/control                    | 51 ++++++++++++++++++++++++++++++++++++++
 debian/copyright                  | 52 +++++++++++++++++++++++++++++++++++++++
 debian/docs                       |  1 +
 debian/python-btrees-doc.doc-base |  9 +++++++
 debian/python-btrees-doc.docs     |  1 +
 debian/python3-btrees.docs        |  1 +
 debian/rules                      | 16 ++++++++++++
 debian/source/options             |  1 +
 debian/watch                      |  4 +++
 11 files changed, 142 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..494de1e
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+python-btrees (4.3.1-1) unstable; urgency=low
+
+  * Initial release (Closes: #842874).
+
+ -- Julien Muchembled <jm at jmuchemb.eu>  Sun, 04 Dec 2016 00:05:31 +0100
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..3814741
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,51 @@
+Source: python-btrees
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Julien Muchembled <jm at jmuchemb.eu>
+Section: python
+Priority: optional
+Build-Depends: debhelper (>= 10), dh-python,
+  python-sphinx, python-repoze.sphinx.autointerface,
+  python-setuptools,  python3-setuptools,
+  python-all-dev,     python3-all-dev,
+  python-persistent,  python3-persistent,
+  python-transaction, python3-transaction,
+Standards-Version: 3.9.8
+Homepage: https://github.com/zopefoundation/BTrees
+Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-btrees.git
+Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-btrees.git
+X-Python-Version: >= 2.7
+X-Python3-Version: >= 3.3
+
+Package: python-btrees
+Architecture: any
+Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
+Provides: ${python:Provides}
+Breaks: python-zodb (<< 1:4)
+Replaces: python-zodb (<< 1:4)
+Description: scalable persistent object containers for Python
+ This package contains a set of persistent object containers built around a
+ modified BTree data structure. The trees are optimized for use inside ZODB's
+ “optimistic concurrency” paradigm, and include explicit resolution of
+ conflicts detected by that mechanism.
+
+Package: python3-btrees
+Architecture: any
+Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
+Provides: ${python3:Provides}
+Description: scalable persistent object containers for Python 3
+ This package contains a set of persistent object containers built around a
+ modified BTree data structure. The trees are optimized for use inside ZODB's
+ “optimistic concurrency” paradigm, and include explicit resolution of
+ conflicts detected by that mechanism.
+
+Package: python-btrees-doc
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}, ${sphinxdoc:Depends}
+Description: scalable persistent object containers for Python - documentation
+ This package contains a set of persistent object containers built around a
+ modified BTree data structure. The trees are optimized for use inside ZODB's
+ “optimistic concurrency” paradigm, and include explicit resolution of
+ conflicts detected by that mechanism.
+ .
+ This package contains the Python module documentation.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..af4cb10
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,52 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: BTrees
+Upstream-Contact: Zope Foundation and Contributors <zope-dev at zope.org>
+Source: http://pypi.python.org/pypi/BTrees
+
+Files: *
+Copyright: (c) 2001-2016 Zope Foundation and Contributors.
+License: Zope-2.1
+ Zope Public License (ZPL) Version 2.1
+ .
+ A copyright notice accompanies this license document that identifies the
+ copyright holders.
+ .
+ This license has been certified as open source. It has also been designated as
+ GPL compatible by the Free Software Foundation (FSF).
+ .
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+ .
+ 1. Redistributions in source code must retain the accompanying copyright
+ notice, this list of conditions, and the following disclaimer.
+ .
+ 2. Redistributions in binary form must reproduce the accompanying copyright
+ notice, this list of conditions, and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+ .
+ 3. Names of the copyright holders must not be used to endorse or promote
+ products derived from this software without prior written permission from the
+ copyright holders.
+ .
+ 4. The right to distribute this software or to use it for any purpose does not
+ give you the right to use Servicemarks (sm) or Trademarks (tm) of the
+ copyright
+ holders. Use of them is covered by separate agreement with the copyright
+ holders.
+ .
+ 5. If any files are modified, you must cause the modified files to carry
+ prominent notices stating that you changed the files and the date of any
+ change.
+ .
+ Disclaimer
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY EXPRESSED
+ 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 HOLDERS 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.
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/python-btrees-doc.doc-base b/debian/python-btrees-doc.doc-base
new file mode 100644
index 0000000..ccbb321
--- /dev/null
+++ b/debian/python-btrees-doc.doc-base
@@ -0,0 +1,9 @@
+Document: python-btrees
+Title: Python BTrees Documentation
+Author: Zope Foundation
+Abstract: This document describes scalable persistent object containers for Python.
+Section: Programming/Python
+
+Format: HTML
+Index: /usr/share/doc/python-btrees-doc/html/index.html
+Files: /usr/share/doc/python-btrees-doc/html
diff --git a/debian/python-btrees-doc.docs b/debian/python-btrees-doc.docs
new file mode 100644
index 0000000..6d28621
--- /dev/null
+++ b/debian/python-btrees-doc.docs
@@ -0,0 +1 @@
+build/html
diff --git a/debian/python3-btrees.docs b/debian/python3-btrees.docs
new file mode 120000
index 0000000..5c457d7
--- /dev/null
+++ b/debian/python3-btrees.docs
@@ -0,0 +1 @@
+docs
\ No newline at end of file
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..ff95564
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,16 @@
+#!/usr/bin/make -f
+#-*- makefile -*-
+
+export DEB_BUILD_HARDENING=1
+
+export PYBUILD_NAME=btrees
+
+export PYBUILD_AFTER_INSTALL = cd {destdir}{install_dir}/BTrees && \
+	rm -r *.c *.h *.txt tests
+
+%:
+	dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild
+
+override_dh_auto_build:
+	dh_auto_build
+	PYTHONPATH=. http_proxy=http://127.0.0.1:9/ sphinx-build -qNE -b html docs build/html
diff --git a/debian/source/options b/debian/source/options
new file mode 100644
index 0000000..60fb1fa
--- /dev/null
+++ b/debian/source/options
@@ -0,0 +1 @@
+extend-diff-ignore="\.egg-info/"
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..7b488e2
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+# please also check https://pypi.debian.net/BTrees/watch
+version=3
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+https://pypi.debian.net/BTrees/BTrees-(.+)\.(?: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-btrees.git



More information about the Python-modules-commits mailing list