[Python-modules-commits] [fuzzywuzzy] 05/06: add build-depends for python-pep8
Edward Betts
edward at moszumanska.debian.org
Wed Dec 2 12:43:04 UTC 2015
This is an automated email from the git hooks/post-receive script.
edward pushed a commit to branch master
in repository fuzzywuzzy.
commit 3b82813198e60ae5b2f12ebb2716158e215b7c4e
Author: Edward Betts <edward at 4angle.com>
Date: Wed Dec 2 12:36:20 2015 +0000
add build-depends for python-pep8
---
debian/control | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/debian/control b/debian/control
index 5282a12..629866e 100644
--- a/debian/control
+++ b/debian/control
@@ -8,10 +8,12 @@ Build-Depends: debhelper (>= 9),
python-all (>= 2.6.6-3),
python-levenshtein (>= 0.12),
python-nose,
+ python-pep8,
python-setuptools (>= 0.6b3),
python3-all,
python3-levenshtein (>= 0.12),
python3-nose,
+ python3-pep8,
python3-setuptools
Standards-Version: 3.9.6
Homepage: https://github.com/seatgeek/fuzzywuzzy
@@ -34,8 +36,8 @@ Description: Fuzzy string matching in Python
string.
- Token sort: A slightly more flexible approach. Tokenize both strings, but
instead of immediately sorting and comparing, split the tokens into two
- groups: intersection and remainder.
-
+ groups: intersection and remainder.
+
Package: python3-fuzzywuzzy
Architecture: all
Depends: python3-levenshtein (>= 0.12), ${misc:Depends}, ${python3:Depends}
@@ -51,6 +53,6 @@ Description: Fuzzy string matching in Python (Python 3 version)
string.
- Token sort: A slightly more flexible approach. Tokenize both strings, but
instead of immediately sorting and comparing, split the tokens into two
- groups: intersection and remainder.
+ groups: intersection and remainder.
.
This package contains fuzzywuzzy for Python 3.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/fuzzywuzzy.git
More information about the Python-modules-commits
mailing list