FreeBSD Bugzilla – Attachment 237448 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]
Update WWW to Makefile
rfc6555-D34389.diff (text/plain), 1.74 KB, created by
Derek Schrock
on 2022-10-19 01:27:30 UTC
(
hide
)
Description:
Update WWW to Makefile
Filename:
MIME Type:
Creator:
Derek Schrock
Created:
2022-10-19 01:27:30 UTC
Size:
1.74 KB
patch
obsolete
>Index: mail/Makefile >=================================================================== >--- mail/Makefile >+++ mail/Makefile >@@ -519,6 +519,7 @@ > SUBDIR += py-pyspf > SUBDIR += py-python-slimta > SUBDIR += py-pyzmail >+ SUBDIR += py-rfc6555 > SUBDIR += py-spf-engine > SUBDIR += py-validate_email > SUBDIR += pymsgauth >Index: mail/py-rfc6555/Makefile >=================================================================== >--- /dev/null >+++ mail/py-rfc6555/Makefile >@@ -0,0 +1,23 @@ >+PORTNAME= rfc6555 >+PORTVERSION= 0.1.0 >+DISTVERSIONPREFIX= v >+CATEGORIES= mail python >+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >+ >+MAINTAINER= dereks@lifeofadishwasher.com >+COMMENT= Happy Eyeballs Algorithm described in RFC 6555 >+WWW= https://github.com/sethmlarson/rfc6555 >+ >+LICENSE= APACHE20 >+LICENSE_FILE= ${WRKSRC}/LICENSE >+ >+USES= pytest python >+# github port since tests are not included in sdist >+# https://github.com/sethmlarson/rfc6555/pull/8 >+USE_GITHUB= yes >+GH_ACCOUNT= sethmlarson >+USE_PYTHON= autoplist distutils >+ >+NO_ARCH= yes >+ >+.include <bsd.port.mk> >Index: mail/py-rfc6555/distinfo >=================================================================== >--- /dev/null >+++ mail/py-rfc6555/distinfo >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1646273914 >+SHA256 (sethmlarson-rfc6555-v0.1.0_GH0.tar.gz) = 8a15da0f619227c6938be27c64e844668701bca65205002eda789a4fd883b23f >+SIZE (sethmlarson-rfc6555-v0.1.0_GH0.tar.gz) = 11216 >Index: mail/py-rfc6555/pkg-descr >=================================================================== >--- /dev/null >+++ mail/py-rfc6555/pkg-descr >@@ -0,0 +1,3 @@ >+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.
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