diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-11-16 03:07:40 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-11-16 03:07:40 +0800 |
commit | 1b928687a8224b2177bdd280f1ab3528d4297e88 (patch) | |
tree | 051604d682ecb72ff8fbe29ead0745c6bb572941 /mail | |
parent | 221be2ddd8f4b32dba05cb442a6832a943d1f2d6 (diff) | |
download | freebsd-ports-gnome-1b928687a8224b2177bdd280f1ab3528d4297e88.tar.gz freebsd-ports-gnome-1b928687a8224b2177bdd280f1ab3528d4297e88.tar.zst freebsd-ports-gnome-1b928687a8224b2177bdd280f1ab3528d4297e88.zip |
Move mail/py-email-reply-parser to mail/py-email_reply_parser
- Update to 0.5.9
- Change MASTER_SITES to CHEESESHOP
- Add LICENSE
- Add NO_ARCH
Changes: https://github.com/zapier/email-reply-parser/commits/master
Diffstat (limited to 'mail')
-rw-r--r-- | mail/Makefile | 2 | ||||
-rw-r--r-- | mail/py-email-reply-parser/distinfo | 2 | ||||
-rw-r--r-- | mail/py-email_reply_parser/Makefile (renamed from mail/py-email-reply-parser/Makefile) | 15 | ||||
-rw-r--r-- | mail/py-email_reply_parser/distinfo | 3 | ||||
-rw-r--r-- | mail/py-email_reply_parser/pkg-descr (renamed from mail/py-email-reply-parser/pkg-descr) | 0 |
5 files changed, 12 insertions, 10 deletions
diff --git a/mail/Makefile b/mail/Makefile index 2e180320cc66..24db144e69d9 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -537,7 +537,7 @@ SUBDIR += py-authres SUBDIR += py-cyruslib SUBDIR += py-dkimpy - SUBDIR += py-email-reply-parser + SUBDIR += py-email_reply_parser SUBDIR += py-flask-mail SUBDIR += py-flufl.bounce SUBDIR += py-fuglu diff --git a/mail/py-email-reply-parser/distinfo b/mail/py-email-reply-parser/distinfo deleted file mode 100644 index 7c642156b42a..000000000000 --- a/mail/py-email-reply-parser/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (zapier-email-reply-parser-v0.1.5_GH0.tar.gz) = aeb993dc968fcc1a7e69c0c01b3f903a1a01c84b2248bf25b0124bf65866f130 -SIZE (zapier-email-reply-parser-v0.1.5_GH0.tar.gz) = 6572 diff --git a/mail/py-email-reply-parser/Makefile b/mail/py-email_reply_parser/Makefile index 61fefda6667f..b0929a6ce94b 100644 --- a/mail/py-email-reply-parser/Makefile +++ b/mail/py-email_reply_parser/Makefile @@ -1,19 +1,20 @@ # Created by: Tom Judge <tj@FreeBSD.org> # $FreeBSD$ -PORTNAME= email-reply-parser -PORTVERSION= 0.1.5 -DISTVERSIONPREFIX= v +PORTNAME= email_reply_parser +PORTVERSION= 0.5.9 CATEGORIES= mail python -MASTER_SITES= GH +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= python@FreeBSD.org COMMENT= GitHubs Email Reply Parser library for python +LICENSE= MIT + USES= python -USE_PYTHON= distutils autoplist -USE_GITHUB= yes -GH_ACCOUNT= zapier +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes .include <bsd.port.mk> diff --git a/mail/py-email_reply_parser/distinfo b/mail/py-email_reply_parser/distinfo new file mode 100644 index 000000000000..f13d6b187477 --- /dev/null +++ b/mail/py-email_reply_parser/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1542290512 +SHA256 (email_reply_parser-0.5.9.tar.gz) = f92aa6fd7314c2c8833f2928c0fd6d2e26f94c04eb1de409e75c59f1ac42eef8 +SIZE (email_reply_parser-0.5.9.tar.gz) = 3991 diff --git a/mail/py-email-reply-parser/pkg-descr b/mail/py-email_reply_parser/pkg-descr index bd0c63457274..bd0c63457274 100644 --- a/mail/py-email-reply-parser/pkg-descr +++ b/mail/py-email_reply_parser/pkg-descr |