mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
Add py-flanker 0.9.11
Flanker is an open source parsing library written in Python by the Mailgun Team. Flanker currently consists of an address parsing library (flanker.addresslib) as well as a MIME parsing library (flanker.mime). WWW: https://github.com/mailgun/flanker
This commit is contained in:
parent
4a4094780d
commit
271db655ad
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=551862
31
mail/py-flanker/Makefile
Normal file
31
mail/py-flanker/Makefile
Normal file
@ -0,0 +1,31 @@
|
||||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= flanker
|
||||
PORTVERSION= 0.9.11
|
||||
CATEGORIES= mail python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Email address and MIME parsing library
|
||||
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>=0:devel/py-attrs@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}chardet>=1.0.1:textproc/py-chardet@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}cryptography>=0.5:security/py-cryptography@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}idna>=2.5:dns/py-idna@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}ply>=3.10:devel/py-ply@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}regex>=0.1.20110315:textproc/py-regex@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}tld>=0:dns/py-tld@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}webob>=0.9.8:www/py-webob@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.6+
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
mail/py-flanker/distinfo
Normal file
3
mail/py-flanker/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1601996446
|
||||
SHA256 (flanker-0.9.11.tar.gz) = 974418e5b498fd3bcb3859c22e22d26495257f9cf98b744c17f2335aca86e001
|
||||
SIZE (flanker-0.9.11.tar.gz) = 105180
|
5
mail/py-flanker/pkg-descr
Normal file
5
mail/py-flanker/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
Flanker is an open source parsing library written in Python by the Mailgun Team.
|
||||
Flanker currently consists of an address parsing library (flanker.addresslib) as
|
||||
well as a MIME parsing library (flanker.mime).
|
||||
|
||||
WWW: https://github.com/mailgun/flanker
|
Loading…
Reference in New Issue
Block a user