mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
mail/py-pyisemail: New port: Simple, robust email validation
This commit is contained in:
parent
b391a577c3
commit
b994e5f359
4 changed files with 29 additions and 0 deletions
|
@ -519,6 +519,7 @@
|
||||||
SUBDIR += py-offlineimap3
|
SUBDIR += py-offlineimap3
|
||||||
SUBDIR += py-postfix-mta-sts-resolver
|
SUBDIR += py-postfix-mta-sts-resolver
|
||||||
SUBDIR += py-premailer
|
SUBDIR += py-premailer
|
||||||
|
SUBDIR += py-pyisemail
|
||||||
SUBDIR += py-pymailq
|
SUBDIR += py-pymailq
|
||||||
SUBDIR += py-pysasl
|
SUBDIR += py-pysasl
|
||||||
SUBDIR += py-pyspf
|
SUBDIR += py-pyspf
|
||||||
|
|
23
mail/py-pyisemail/Makefile
Normal file
23
mail/py-pyisemail/Makefile
Normal 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>
|
3
mail/py-pyisemail/distinfo
Normal file
3
mail/py-pyisemail/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
TIMESTAMP = 1688351383
|
||||||
|
SHA256 (pyisemail-2.0.1.tar.gz) = daf4b3fb2150a38f406b0aaba729e19fcd638a6d1c0549c25ff54c7b804618f8
|
||||||
|
SIZE (pyisemail-2.0.1.tar.gz) = 22121
|
2
mail/py-pyisemail/pkg-descr
Normal file
2
mail/py-pyisemail/pkg-descr
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
pyIsEmail is a no-nonsense approach for checking whether that user-supplied
|
||||||
|
email address could be real.
|
Loading…
Add table
Reference in a new issue