GNU bug report logs -
#39604
[PATCH] gnu: Add python-fuzzywuzzy.
Previous Next
Reported by: sirgazil <sirgazil <at> zoho.com>
Date: Fri, 14 Feb 2020 18:55:01 UTC
Severity: normal
Tags: patch
Done: Jakub Kądziołka <kuba <at> kadziolka.net>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 39604 in the body.
You can then email your comments to 39604 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#39604
; Package
guix-patches
.
(Fri, 14 Feb 2020 18:55:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
sirgazil <sirgazil <at> zoho.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Fri, 14 Feb 2020 18:55:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/python-xyz.scm (python-fuzzywuzzy, python2-fuzzywuzzy):
New variables.
---
gnu/packages/python-xyz.scm | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index ca559ca00a..aeea4df12a 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -69,6 +69,7 @@
;;; Copyright © 2019 Tanguy Le Carrour <tanguy <at> bioneland.org>
;;; Copyright © 2019 Mădălin Ionel Patrașcu <madalinionel.patrascu <at> mdc-berlin.de>
;;; Copyright © 2020 Jakub Kądziołka <kuba <at> kadziolka.net>
+;;; Copyright © 2020 sirgazil <sirgazil <at> zoho.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -17541,3 +17542,31 @@ extensive support of PNG features. It can also read and write Netpbm PAM
files, with a focus on its use as an intermediate format for implementing
custom PNG processing.")
(license license:expat)))
+
+(define-public python-fuzzywuzzy
+ (package
+ (name "python-fuzzywuzzy")
+ (version "0.18.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "fuzzywuzzy" version))
+ (sha256
+ (base32
+ "1s00zn75y2dkxgnbw8kl8dw4p1mc77cv78fwfa4yb0274s96w0a5"))))
+ (build-system python-build-system)
+ (native-inputs
+ `(("python-hypothesis" ,python-hypothesis)
+ ("python-pycodestyle" ,python-pycodestyle)
+ ("python-pytest" ,python-pytest)))
+ (propagated-inputs
+ `(("python-levenshtein" ,python-levenshtein)))
+ (home-page "https://github.com/seatgeek/fuzzywuzzy")
+ (synopsis "Fuzzy string matching in python")
+ (description "Approximate string matching using
+@emph{Levenshtein Distance} to calculate the differences between
+sequences.")
+ (license license:gpl2)))
+
+(define-public python2-fuzzywuzzy
+ (package-with-python2 python-fuzzywuzzy))
--
2.25.0
Reply sent
to
Jakub Kądziołka <kuba <at> kadziolka.net>
:
You have taken responsibility.
(Fri, 14 Feb 2020 22:41:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
sirgazil <sirgazil <at> zoho.com>
:
bug acknowledged by developer.
(Fri, 14 Feb 2020 22:41:01 GMT)
Full text and
rfc822 format available.
Message #10 received at 39604-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
On Fri, Feb 14, 2020 at 01:53:23PM -0500, sirgazil wrote:
> * gnu/packages/python-xyz.scm (python-fuzzywuzzy, python2-fuzzywuzzy):
> New variables.
> ---
> gnu/packages/python-xyz.scm | 29 +++++++++++++++++++++++++++++
> 1 file changed, 29 insertions(+)
>
> diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
> index ca559ca00a..aeea4df12a 100644
> --- a/gnu/packages/python-xyz.scm
> +++ b/gnu/packages/python-xyz.scm
> @@ -69,6 +69,7 @@
> ;;; Copyright © 2019 Tanguy Le Carrour <tanguy <at> bioneland.org>
> ;;; Copyright © 2019 Mădălin Ionel Patrașcu <madalinionel.patrascu <at> mdc-berlin.de>
> ;;; Copyright © 2020 Jakub Kądziołka <kuba <at> kadziolka.net>
> +;;; Copyright © 2020 sirgazil <sirgazil <at> zoho.com>
> ;;;
> ;;; This file is part of GNU Guix.
> ;;;
> @@ -17541,3 +17542,31 @@ extensive support of PNG features. It can also read and write Netpbm PAM
> files, with a focus on its use as an intermediate format for implementing
> custom PNG processing.")
> (license license:expat)))
> +
> +(define-public python-fuzzywuzzy
> + (package
> + (name "python-fuzzywuzzy")
> + (version "0.18.0")
> + (source
> + (origin
> + (method url-fetch)
> + (uri (pypi-uri "fuzzywuzzy" version))
> + (sha256
> + (base32
> + "1s00zn75y2dkxgnbw8kl8dw4p1mc77cv78fwfa4yb0274s96w0a5"))))
> + (build-system python-build-system)
> + (native-inputs
> + `(("python-hypothesis" ,python-hypothesis)
> + ("python-pycodestyle" ,python-pycodestyle)
> + ("python-pytest" ,python-pytest)))
> + (propagated-inputs
> + `(("python-levenshtein" ,python-levenshtein)))
> + (home-page "https://github.com/seatgeek/fuzzywuzzy")
> + (synopsis "Fuzzy string matching in python")
This should be "Python" with a capital P. Apart from that, LGTM - pushed
as da8ca4c3fc2ac36977e3190bb05802c487619e8c.
[signature.asc (application/pgp-signature, inline)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sat, 14 Mar 2020 11:24:04 GMT)
Full text and
rfc822 format available.
This bug report was last modified 5 years and 96 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.