[Python-modules-commits] [python-rebulk] 12/17: Only package python3 version
Etienne Millon
emillon-guest at moszumanska.debian.org
Thu Sep 28 20:39:58 UTC 2017
This is an automated email from the git hooks/post-receive script.
emillon-guest pushed a commit to branch master
in repository python-rebulk.
commit 5cf7d67ea0f124afd15255220f0d0593b96d3bae
Author: Etienne Millon <me at emillon.org>
Date: Thu Sep 28 21:37:50 2017 +0200
Only package python3 version
---
debian/control | 20 +-------------------
debian/rules | 2 +-
2 files changed, 2 insertions(+), 20 deletions(-)
diff --git a/debian/control b/debian/control
index fd037e3..4751ae8 100644
--- a/debian/control
+++ b/debian/control
@@ -6,11 +6,6 @@ Uploaders: Etienne Millon <me at emillon.org>
Build-Depends:
debhelper (>= 9),
dh-python,
- python-all,
- python-pytest,
- python-pytest-runner,
- python-setuptools,
- python-six,
python3-all,
python3-pytest,
python3-pytest-runner,
@@ -20,27 +15,14 @@ Standards-Version: 4.1.0
Homepage: https://github.com/Toilal/rebulk
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-rebulk.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-rebulk.git
-X-Python-Version: >= 2.6
X-Python3-Version: >= 3.3
-Package: python-rebulk
-Architecture: all
-Depends:
- ${misc:Depends},
- ${python:Depends},
-Description: Define simple search patterns in bulk to perform advanced matching on any string (Python 2)
- ReBulk is a python library that performs advanced searches in strings that
- would be hard to implement using re module or String methods only.
- .
- It includes some features like Patterns, Match, Rule that allows developers to
- build a custom and complex string matcher using a readable and extendable API.
-
Package: python3-rebulk
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
-Description: Define simple search patterns in bulk to perform advanced matching on any string (Python 3)
+Description: Define simple search patterns in bulk to perform advanced matching on any string
ReBulk is a python library that performs advanced searches in strings that
would be hard to implement using re module or String methods only.
.
diff --git a/debian/rules b/debian/rules
index 4ea1872..ca50290 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,4 +2,4 @@
export PYBUILD_NAME=rebulk
%:
- dh $@ --with=python2,python3 --buildsystem=pybuild
+ dh $@ --with=python3 --buildsystem=pybuild
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-rebulk.git
More information about the Python-modules-commits
mailing list