[Python-modules-commits] [backports.functools-lru-cache] 07/09: better descriptions
Sandro Tosi
morph at moszumanska.debian.org
Thu Dec 15 12:56:04 UTC 2016
This is an automated email from the git hooks/post-receive script.
morph pushed a commit to branch master
in repository backports.functools-lru-cache.
commit 18a522c954f59dc0f541ed66f1ed51a54ea2ccc7
Author: Sandro Tosi <morph at debian.org>
Date: Thu Dec 15 07:39:44 2016 -0500
better descriptions
---
debian/control | 33 +++------------------------------
1 file changed, 3 insertions(+), 30 deletions(-)
diff --git a/debian/control b/debian/control
index dcb78d5..ec1af5e 100644
--- a/debian/control
+++ b/debian/control
@@ -16,33 +16,6 @@ Architecture: all
Depends: ${misc:Depends}, ${python:Depends},
Recommends: ${python:Recommends}
Suggests: ${python:Suggests}
-Description: backports.functools_lru_cache - Python 2.X
- .. image:: https://img.shields.io/pypi/v/backports.functools_lru_cache.svg
- :target: https://pypi.org/project/backports.functools_lru_cache
- .
- .. image:: https://img.shields.io/pypi/pyversions/backports.functools_lru_cache.svg
- .
- .. image:: https://img.shields.io/pypi/dm/backports.functools_lru_cache.svg
- .
- .. image:: https://img.shields.io/travis/jaraco/backports.functools_lru_cache/master.svg
- :target: http://travis-ci.org/jaraco/backports.functools_lru_cache
- .
- License is indicated in the project metadata (typically one or more
- of the Trove classifiers). For more details, see `this explanation
- <https://github.com/jaraco/skeleton/issues/1>`_.
- .
- Backport of functools.lru_cache from Python 3.3 as published at `ActiveState
- <http://code.activestate.com/recipes/578078/>`_.
- .
- Usage
- -----
- .
- Consider using this technique for importing the 'lru_cache' function::
- .
- try:
- from functools import lru_cache
- except ImportError:
- from backports.functools_lru_cache import lru_cache
- .
- .
- .
+Description: backport of functools.lru_cache from Python 3.3
+ Backport of functools.lru_cache from Python 3.3 as published at ActiveState:
+ <http://code.activestate.com/recipes/578078/>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/backports.functools-lru-cache.git
More information about the Python-modules-commits
mailing list