Index: head/mail/py-flanker/Makefile =================================================================== --- head/mail/py-flanker/Makefile (nonexistent) +++ head/mail/py-flanker/Makefile (revision 551862) @@ -0,0 +1,31 @@ +# Created by: Po-Chuan Hsieh +# $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 Property changes on: head/mail/py-flanker/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/mail/py-flanker/distinfo =================================================================== --- head/mail/py-flanker/distinfo (nonexistent) +++ head/mail/py-flanker/distinfo (revision 551862) @@ -0,0 +1,3 @@ +TIMESTAMP = 1601996446 +SHA256 (flanker-0.9.11.tar.gz) = 974418e5b498fd3bcb3859c22e22d26495257f9cf98b744c17f2335aca86e001 +SIZE (flanker-0.9.11.tar.gz) = 105180 Property changes on: head/mail/py-flanker/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/mail/py-flanker/pkg-descr =================================================================== --- head/mail/py-flanker/pkg-descr (nonexistent) +++ head/mail/py-flanker/pkg-descr (revision 551862) @@ -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 Property changes on: head/mail/py-flanker/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property