FreeBSD Bugzilla – Attachment 232142 Details for
Bug 262231
[NEW PORT] mail/py-rfc6555: Happy Eyeballs Algorithm described in RFC 6555
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Happy Eyeballs Algorithm described in RFC 6555
0003-mail-py-rfc6555-New-port-mail-py-rfc6555.patch (text/plain), 2.25 KB, created by
Derek Schrock
on 2022-02-27 18:37:52 UTC
(
hide
)
Description:
Happy Eyeballs Algorithm described in RFC 6555
Filename:
MIME Type:
Creator:
Derek Schrock
Created:
2022-02-27 18:37:52 UTC
Size:
2.25 KB
patch
obsolete
>From 962d426b81f505ce68f0fb4ee66a927ac1c151a0 Mon Sep 17 00:00:00 2001 >From: Derek Schrock <dereks@lifeofadishwasher.com> >Date: Sun, 27 Feb 2022 00:45:03 -0500 >Subject: [PATCH 3/3] mail/py-rfc6555: New port mail/py-rfc6555 > >Happy Eyeballs Algorithm described in RFC 6555. > >Needed for mail/py-offlineimap3 >--- > mail/Makefile | 1 + > mail/py-rfc6555/Makefile | 18 ++++++++++++++++++ > mail/py-rfc6555/distinfo | 3 +++ > mail/py-rfc6555/pkg-descr | 5 +++++ > 4 files changed, 27 insertions(+) > create mode 100644 mail/py-rfc6555/Makefile > create mode 100644 mail/py-rfc6555/distinfo > create mode 100644 mail/py-rfc6555/pkg-descr > >diff --git a/mail/Makefile b/mail/Makefile >index 86ad145e1b..8c3a995314 100644 >--- a/mail/Makefile >+++ b/mail/Makefile >@@ -515,6 +515,7 @@ > SUBDIR += py-pyspf > SUBDIR += py-python-slimta > SUBDIR += py-pyzmail >+ SUBDIR += py-rfc6555 > SUBDIR += py-spf-engine > SUBDIR += py-validate_email > SUBDIR += pymsgauth >diff --git a/mail/py-rfc6555/Makefile b/mail/py-rfc6555/Makefile >new file mode 100644 >index 0000000000..838849c452 >--- /dev/null >+++ b/mail/py-rfc6555/Makefile >@@ -0,0 +1,18 @@ >+PORTNAME= rfc6555 >+PORTVERSION= 0.1.0 >+CATEGORIES= mail python >+MASTER_SITES= CHEESESHOP >+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >+ >+MAINTAINER= dereks@lifeofadishwasher.com >+COMMENT= Happy Eyeballs Algorithm described in RFC 6555 >+ >+LICENSE= APACHE20 >+LICENSE_FILE= ${WRKSRC}/LICENSE >+ >+USES= python >+USE_PYTHON= autoplist distutils >+ >+NO_ARCH= yes >+ >+.include <bsd.port.mk> >diff --git a/mail/py-rfc6555/distinfo b/mail/py-rfc6555/distinfo >new file mode 100644 >index 0000000000..197fa89d07 >--- /dev/null >+++ b/mail/py-rfc6555/distinfo >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1645916042 >+SHA256 (rfc6555-0.1.0.tar.gz) = 123905b8f68e2bec0c15f321998a262b27e2eaadea29a28bd270021ada411b67 >+SIZE (rfc6555-0.1.0.tar.gz) = 10094 >diff --git a/mail/py-rfc6555/pkg-descr b/mail/py-rfc6555/pkg-descr >new file mode 100644 >index 0000000000..a4f4bb755e >--- /dev/null >+++ b/mail/py-rfc6555/pkg-descr >@@ -0,0 +1,5 @@ >+Synchronous Python implementation of the Happy Eyeballs Algorithm >+described in RFC 6555. Provided with a single file and dead-simple >+API to allow easy vendoring and integration into other projects. >+ >+WWW: https://github.com/sethmlarson/rfc6555 >-- >2.35.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
dereks
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 262231
:
232142
|
232564
|
235735
|
237448