1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

mail/py-pyisemail: New port: Simple, robust email validation

This commit is contained in:
Yuri Victorovich 2023-07-02 19:49:09 -07:00
parent b391a577c3
commit b994e5f359
4 changed files with 29 additions and 0 deletions

View File

@ -519,6 +519,7 @@
SUBDIR += py-offlineimap3
SUBDIR += py-postfix-mta-sts-resolver
SUBDIR += py-premailer
SUBDIR += py-pyisemail
SUBDIR += py-pymailq
SUBDIR += py-pysasl
SUBDIR += py-pyspf

View File

@ -0,0 +1,23 @@
PORTNAME= pyisemail
DISTVERSION= 2.0.1
CATEGORIES= mail python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Simple, robust email validation
WWW= http://michaelherold.github.io/pyIsEmail/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatch>0:devel/py-hatch@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dnspython>=2.0.0:dns/py-dnspython@${PY_FLAVOR}
USES= python
USE_PYTHON= pep517 autoplist
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1688351383
SHA256 (pyisemail-2.0.1.tar.gz) = daf4b3fb2150a38f406b0aaba729e19fcd638a6d1c0549c25ff54c7b804618f8
SIZE (pyisemail-2.0.1.tar.gz) = 22121

View File

@ -0,0 +1,2 @@
pyIsEmail is a no-nonsense approach for checking whether that user-supplied
email address could be real.