Skip to content

Commit b994e5f

Browse files
committed
mail/py-pyisemail: New port: Simple, robust email validation
1 parent b391a57 commit b994e5f

File tree

4 files changed

+29
-0
lines changed

4 files changed

+29
-0
lines changed

‎mail/Makefile‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -519,6 +519,7 @@
519519
SUBDIR += py-offlineimap3
520520
SUBDIR += py-postfix-mta-sts-resolver
521521
SUBDIR += py-premailer
522+
SUBDIR += py-pyisemail
522523
SUBDIR += py-pymailq
523524
SUBDIR += py-pysasl
524525
SUBDIR += py-pyspf

‎mail/py-pyisemail/Makefile‎

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
PORTNAME= pyisemail
2+
DISTVERSION= 2.0.1
3+
CATEGORIES= mail python
4+
MASTER_SITES= PYPI
5+
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
6+
7+
MAINTAINER= yuri@FreeBSD.org
8+
COMMENT= Simple, robust email validation
9+
WWW= http://michaelherold.github.io/pyIsEmail/
10+
11+
LICENSE= MIT
12+
LICENSE_FILE= ${WRKSRC}/LICENSE
13+
14+
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatch>0:devel/py-hatch@${PY_FLAVOR} \
15+
${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${PY_FLAVOR}
16+
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dnspython>=2.0.0:dns/py-dnspython@${PY_FLAVOR}
17+
18+
USES= python
19+
USE_PYTHON= pep517 autoplist
20+
21+
NO_ARCH= yes
22+
23+
.include <bsd.port.mk>

‎mail/py-pyisemail/distinfo‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
TIMESTAMP = 1688351383
2+
SHA256 (pyisemail-2.0.1.tar.gz) = daf4b3fb2150a38f406b0aaba729e19fcd638a6d1c0549c25ff54c7b804618f8
3+
SIZE (pyisemail-2.0.1.tar.gz) = 22121

‎mail/py-pyisemail/pkg-descr‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
pyIsEmail is a no-nonsense approach for checking whether that user-supplied
2+
email address could be real.

0 commit comments

Comments
 (0)