View | Details | Raw Unified | Return to bug 262231 | Differences between
and this patch

Collapse All | Expand All

(-)mail/Makefile (+1 lines)
Lines 516-521 Link Here
516
    SUBDIR += py-pyspf
516
    SUBDIR += py-pyspf
517
    SUBDIR += py-python-slimta
517
    SUBDIR += py-python-slimta
518
    SUBDIR += py-pyzmail
518
    SUBDIR += py-pyzmail
519
    SUBDIR += py-rfc6555
519
    SUBDIR += py-spf-engine
520
    SUBDIR += py-spf-engine
520
    SUBDIR += py-validate_email
521
    SUBDIR += py-validate_email
521
    SUBDIR += pymsgauth
522
    SUBDIR += pymsgauth
(-)mail/py-rfc6555/Makefile (+22 lines)
Added Link Here
1
PORTNAME=	rfc6555
2
PORTVERSION=	0.1.0
3
DISTVERSIONPREFIX=	v
4
CATEGORIES=	mail python
5
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
6
7
MAINTAINER=	dereks@lifeofadishwasher.com
8
COMMENT=	Happy Eyeballs Algorithm described in RFC 6555
9
10
LICENSE=	APACHE20
11
LICENSE_FILE=	${WRKSRC}/LICENSE
12
13
USES=		pytest python
14
# github port since tests are not included in sdist
15
# https://github.com/sethmlarson/rfc6555/pull/8
16
USE_GITHUB=	yes
17
GH_ACCOUNT=	sethmlarson
18
USE_PYTHON=	autoplist distutils
19
20
NO_ARCH=	yes
21
22
.include <bsd.port.mk>
(-)mail/py-rfc6555/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1646273914
2
SHA256 (sethmlarson-rfc6555-v0.1.0_GH0.tar.gz) = 8a15da0f619227c6938be27c64e844668701bca65205002eda789a4fd883b23f
3
SIZE (sethmlarson-rfc6555-v0.1.0_GH0.tar.gz) = 11216
(-)mail/py-rfc6555/pkg-descr (+5 lines)
Added Link Here
1
Synchronous Python implementation of the Happy Eyeballs Algorithm
2
described in RFC 6555. Provided with a single file and dead-simple
3
API to allow easy vendoring and integration into other projects.
4
5
WWW: https://github.com/sethmlarson/rfc6555

Return to bug 262231