[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
22/46: gnu: Add python-flufl-bounce.
From: |
guix-commits |
Subject: |
22/46: gnu: Add python-flufl-bounce. |
Date: |
Tue, 21 Jul 2020 08:49:39 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit 0f1e0882804601e181951b45921b618a7709cb85
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Jul 21 11:32:26 2020 +0300
gnu: Add python-flufl-bounce.
* gnu/packages/python-xyz.scm (python-flufl-bounce): New variable.
---
gnu/packages/python-xyz.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 1046aad..612098e 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -20716,6 +20716,32 @@ to minimize duplication of information across files.
The format supports schema
validation.")
(license license:lgpl3)))
+(define-public python-flufl-bounce
+ (package
+ (name "python-flufl-bounce")
+ (version "3.0.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "flufl.bounce" version))
+ (sha256
+ (base32
+ "01lg1b0jpf8605mzaz9miq3nray6s7a7gc8n4wzg5nsxl8fglcp4"))))
+ (build-system python-build-system)
+ (propagated-inputs
+ `(("python-atpublic" ,python-atpublic)
+ ("python-zope-interface" ,python-zope-interface)))
+ (native-inputs
+ `(("python-nose2" ,python-nose2)))
+ (home-page "https://fluflbounce.readthedocs.io/en/latest/")
+ (synopsis "Email bounce detectors")
+ (description "The @code{flufl.bounce} library provides a set of heuristics
+and an API for detecting the original bouncing email addresses from a bounce
+message. Many formats found in the wild are supported, as are VERP and
+RFC 3464.")
+ (license (list license:asl2.0
+ license:lgpl3)))) ; only for setup_headers.py
+
(define-public python-flufl-i18n
(package
(name "python-flufl-i18n")
- 31/46: gnu: Add python-django-picklefield., (continued)
- 31/46: gnu: Add python-django-picklefield., guix-commits, 2020/07/21
- 35/46: gnu: python-django-allauth: Update to 0.40.0., guix-commits, 2020/07/21
- 38/46: gnu: python-django-testing: Update to 0.5.0., guix-commits, 2020/07/21
- 40/46: gnu: Add python-django-compressor., guix-commits, 2020/07/21
- 42/46: gnu: python-mailmanclient: Update to 3.3.1., guix-commits, 2020/07/21
- 45/46: gnu: Add python-hyperkitty., guix-commits, 2020/07/21
- 16/46: gnu: Add python-zope-copy., guix-commits, 2020/07/21
- 37/46: gnu: python-django-testing: Fix tests., guix-commits, 2020/07/21
- 43/46: gnu: Add mailman., guix-commits, 2020/07/21
- 46/46: gnu: postorius: Update to 1.3.3., guix-commits, 2020/07/21
- 22/46: gnu: Add python-flufl-bounce.,
guix-commits <=
- 28/46: gnu: Add python-pysolr., guix-commits, 2020/07/21
- 41/46: gnu: Add python-django-mailman3., guix-commits, 2020/07/21
- 44/46: gnu: Add python-mailman-hyperkitty., guix-commits, 2020/07/21