[Python-modules-commits] [trollius-redis] 01/03: Disable Python 3 version of the package.

Sergio Durigan Junior sergiodj-guest at moszumanska.debian.org
Mon Aug 7 20:53:13 UTC 2017


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

sergiodj-guest pushed a commit to branch master
in repository trollius-redis.

commit 3211dcdabe065ffc7f8898495e179bc201fd9955
Author: Sergio Durigan Junior <sergiodj at sergiodj.net>
Date:   Mon Jul 31 14:26:07 2017 -0400

    Disable Python 3 version of the package.
    
    The package does not build with Python 3 anymore (actually, Trollius
    has been deprecated upstream), but the Python 2 version is still used
    by other upstream packages, so I am keeping that.
    
    Closes: #868194
---
 debian/control                     | 29 +----------------------------
 debian/python3-trollius-redis.docs |  1 -
 debian/rules                       |  2 +-
 3 files changed, 2 insertions(+), 30 deletions(-)

diff --git a/debian/control b/debian/control
index 43fd195..afe9e64 100644
--- a/debian/control
+++ b/debian/control
@@ -10,14 +10,9 @@ Build-Depends:
  python-setuptools,
  python-trollius,
  python-six,
- python3-all,
- python3-setuptools,
- python3-trollius,
- python3-six,
 Standards-Version: 3.9.8
 Homepage: https://github.com/benjolitz/trollius-redis/
 X-Python-Version: >= 2.7
-X-Python3-Version: >= 3.3
 Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/trollius-redis.git
 Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/trollius-redis.git
 Testsuite: autopkgtest-pkg-python
@@ -28,7 +23,7 @@ Depends: ${misc:Depends}, ${python:Depends}
 Description: Redis client for Python Trollius (Python 2)
  Completely asynchronous, non-blocking client for a Redis server. It
  depends on trollius (asyncio compatible for PEP 3156). It supports
- Python 2 and 3 Trollius-using developers.
+ Python 2 Trollius-using developers.
  .
  Features
  .
@@ -43,25 +38,3 @@ Description: Redis client for Python Trollius (Python 2)
  * Pubsub support
  .
  This package installs the library for Python 2.
-
-Package: python3-trollius-redis
-Architecture: all
-Depends: ${misc:Depends}, ${python3:Depends}
-Description: Redis client for Python Trollius (Python 3)
- Completely asynchronous, non-blocking client for a Redis server. It
- depends on trollius (asyncio compatible for PEP 3156). It supports
- Python 2 and 3 Trollius-using developers.
- .
- Features
- .
-  * Works for the trollius asyncio-compatible (PEP3156) event loop
-  * No dependencies except trollius
-  * Connection pooling
-  * Automatic conversion from unicode (Python) to bytes (inside Redis.)
-  * Bytes and str protocols.
-  * Completely tested
-  * Blocking calls and transactions supported
-  * Streaming of some multi bulk replies
-  * Pubsub support
- .
- This package installs the library for Python 3.
diff --git a/debian/python3-trollius-redis.docs b/debian/python3-trollius-redis.docs
deleted file mode 120000
index be347ed..0000000
--- a/debian/python3-trollius-redis.docs
+++ /dev/null
@@ -1 +0,0 @@
-python-trollius-redis.docs
\ No newline at end of file
diff --git a/debian/rules b/debian/rules
index d134938..8e60412 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,4 +3,4 @@
 export PYBUILD_NAME = trollius-redis
 
 %:
-	dh $@ --with python2,python3 --buildsystem=pybuild
+	dh $@ --with python2 --buildsystem=pybuild

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



More information about the Python-modules-commits mailing list