[Python-modules-commits] [backports.functools-lru-cache] 05/09: no py3k package
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 13c7fc52f667bbd460c72b94a529c9c884ec2f05
Author: Sandro Tosi <morph at debian.org>
Date: Thu Dec 15 07:37:49 2016 -0500
no py3k package
---
debian/control | 38 -----------------------
debian/python3-backports.functools-lru-cache.docs | 1 -
debian/rules | 2 +-
3 files changed, 1 insertion(+), 40 deletions(-)
diff --git a/debian/control b/debian/control
index 97ed26b..863967f 100644
--- a/debian/control
+++ b/debian/control
@@ -6,8 +6,6 @@ Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.o
Build-Depends: debhelper (>= 9), dh-python,
python-all,
python-setuptools,
- python3-all,
- python3-setuptools,
Standards-Version: 3.9.8
Homepage: https://github.com/jaraco/backports.functools_lru_cache
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/backports.functools-lru-cache.git
@@ -48,39 +46,3 @@ Description: backports.functools_lru_cache - Python 2.X
.
.
.
-
-Package: python3-backports.functools-lru-cache
-Architecture: all
-Depends: ${misc:Depends}, ${python3:Depends},
-Recommends: ${python3:Recommends}
-Suggests: ${python3:Suggests}
-Description: backports.functools_lru_cache
- .. 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
- .
- .
- .
\ No newline at end of file
diff --git a/debian/python3-backports.functools-lru-cache.docs b/debian/python3-backports.functools-lru-cache.docs
deleted file mode 100644
index a1320b1..0000000
--- a/debian/python3-backports.functools-lru-cache.docs
+++ /dev/null
@@ -1 +0,0 @@
-README.rst
diff --git a/debian/rules b/debian/rules
index 2d3b46a..ddb2898 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,4 +2,4 @@
export PYBUILD_NAME=backports.functools-lru-cache
%:
- dh $@ --with python3,python2 --buildsystem=pybuild
\ No newline at end of file
+ dh $@ --with python2 --buildsystem=pybuild
--
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