File tree Expand file tree Collapse file tree 4 files changed +29
-0
lines changed Expand file tree Collapse file tree 4 files changed +29
-0
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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>
Original file line number Diff line number Diff line change 1+ TIMESTAMP = 1688351383
2+ SHA256 (pyisemail-2.0.1.tar.gz) = daf4b3fb2150a38f406b0aaba729e19fcd638a6d1c0549c25ff54c7b804618f8
3+ SIZE (pyisemail-2.0.1.tar.gz) = 22121
Original file line number Diff line number Diff line change 1+ pyIsEmail is a no-nonsense approach for checking whether that user-supplied
2+ email address could be real.
You can’t perform that action at this time.
0 commit comments