[Python-modules-commits] [python-sabyenc] 01/01: Revert "add python3 support"

JCF Ploemen jcfp-guest at moszumanska.debian.org
Tue Aug 29 11:54:43 UTC 2017


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

jcfp-guest pushed a commit to branch master
in repository python-sabyenc.

commit 8189e4f6434ece6032460cac315ee80ffaffc8dc
Author: JCF Ploemen (jcfp) <linux at jcf.pm>
Date:   Tue Aug 29 13:53:35 2017 +0200

    Revert "add python3 support"
    
    This reverts commit 8f08bed0085cd99bd721868f2e11fecf02dcf9e2.
---
 debian/control | 26 ++------------------------
 debian/rules   |  4 +---
 2 files changed, 3 insertions(+), 27 deletions(-)

diff --git a/debian/control b/debian/control
index f7af112..e0bd6b9 100644
--- a/debian/control
+++ b/debian/control
@@ -8,12 +8,9 @@ Build-Depends:
  debhelper (>= 10),
  dh-python,
  python-all-dev,
- python-setuptools,
- python3-all-dev,
- python3-setuptools
+ python-setuptools
 Standards-Version: 4.1.0.0
 X-Python-Version: >= 2.7
-X-Python3-Version: >= 3.2
 Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-sabyenc.git
 Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-sabyenc.git
 
@@ -21,7 +18,7 @@ Package: python-sabyenc
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
 Provides: ${python:Provides}
-Description: yEnc extension for Python, optimized for Usenet (Python 2)
+Description: yEnc extension for Python, optimized for Usenet
  Modified version of the original python-yenc module by Alessandro Duca,
  optimized for use within SABnzbd. The module was extended to do header
  parsing and full yEnc decoding from a Python list of chunks, the way in
@@ -31,22 +28,3 @@ Description: yEnc extension for Python, optimized for Usenet (Python 2)
  size of each chunk to 16K. Parsing these chunks in Python is much more
  costly. Additionally, this module releases Python's GIL during decoding,
  greatly increasing performance of the overall download process.
- .
- This package contains the Python 2 version of SAByenc.
-
-Package: python3-sabyenc
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}
-Provides: ${python3:Provides}
-Description: yEnc extension for Python, optimized for Usenet (Python 3)
- Modified version of the original python-yenc module by Alessandro Duca,
- optimized for use within SABnzbd. The module was extended to do header
- parsing and full yEnc decoding from a Python list of chunks, the way in
- which data is retrieved from usenet.
- .
- This is particularly beneficial when SSL is enabled, which limits the
- size of each chunk to 16K. Parsing these chunks in Python is much more
- costly. Additionally, this module releases Python's GIL during decoding,
- greatly increasing performance of the overall download process.
- .
- This package contains the Python 3 version of SAByenc.
diff --git a/debian/rules b/debian/rules
index f3e010d..4addaf3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,5 @@
 # enable all hardening except pie (ftbfs)
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all,-pie
 
-export PYBUILD_NAME=sabyenc
-
 %:
-	dh $@ --with python2,python3 --buildsystem=pybuild
+	dh $@ --with python2

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



More information about the Python-modules-commits mailing list