[Python-modules-commits] [sortedcontainers] 04/06: add doc-base

Sandro Tosi morph at moszumanska.debian.org
Tue Dec 13 12:36:15 UTC 2016


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

morph pushed a commit to branch master
in repository sortedcontainers.

commit 47db56269bf365c833141d24c48651bae85c2ee4
Author: Sandro Tosi <morph at debian.org>
Date:   Tue Dec 13 07:30:07 2016 -0500

    add doc-base
---
 debian/changelog                            |  4 +++-
 debian/python-sortedcontainers-doc.doc-base | 14 ++++++++++++++
 2 files changed, 17 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index a10f084..1a2058c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,10 @@
 sortedcontainers (1.5.6-1) UNRELEASED; urgency=medium
 
   * New upstream release
+  * debian/python-sortedcontainers-doc.doc-base
+    - add doc-base
 
- -- Sandro Tosi <morph at debian.org>  Tue, 13 Dec 2016 07:28:47 -0500
+ -- Sandro Tosi <morph at debian.org>  Tue, 13 Dec 2016 07:29:56 -0500
 
 sortedcontainers (1.5.3-2) unstable; urgency=medium
 
diff --git a/debian/python-sortedcontainers-doc.doc-base b/debian/python-sortedcontainers-doc.doc-base
new file mode 100644
index 0000000..362fec9
--- /dev/null
+++ b/debian/python-sortedcontainers-doc.doc-base
@@ -0,0 +1,14 @@
+Document: python-sortedcontainers-doc
+Title: psutil documentation
+Author: Grant Jenks
+Abstract: sorted container types: SortedList, SortedDict, and SortedSet
+ Python’s standard library is great until you need a sorted container type. Many
+ will attest that you can get really far without one, but the moment you really
+ need a sorted list, dict, or set, you’re faced with a dozen different
+ implementations, most using C-extensions without great documentation and
+ benchmarking.
+Section: Programming/Python
+
+Format: HTML
+Index: /usr/share/doc/python-sortedcontainers-doc/html/index.html
+Files: /usr/share/doc/python-sortedcontainers-doc/html/*

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



More information about the Python-modules-commits mailing list