mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 02:16:27 -04:00
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
This commit is contained in:
parent
5a9eb115fe
commit
84be999141
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=485032
5 changed files with 12 additions and 10 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
|
@ -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>
|
3
mail/py-email_reply_parser/distinfo
Normal file
3
mail/py-email_reply_parser/distinfo
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue