mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-03 11:12:13 +00:00
Add py-mailcap-fix, a module to fix a bug in the python mailcap module
This port is a dependency of the upcoming update to www/rtv
This commit is contained in:
parent
a592e293af
commit
42ed19fa37
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=419961
@ -4224,6 +4224,7 @@
|
||||
SUBDIR += py-louie
|
||||
SUBDIR += py-lxml
|
||||
SUBDIR += py-magic
|
||||
SUBDIR += py-mailcap-fix
|
||||
SUBDIR += py-manuel
|
||||
SUBDIR += py-matrix-angular-sdk
|
||||
SUBDIR += py-mccabe
|
||||
|
26
devel/py-mailcap-fix/Makefile
Normal file
26
devel/py-mailcap-fix/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= mailcap_fix
|
||||
PORTVERSION= 0.1.3
|
||||
CATEGORIES= devel python
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= arved@FreeBSD.org
|
||||
COMMENT= Mailcap module that correctly handles windcard entries
|
||||
|
||||
LICENSE= PD
|
||||
LICENSE_FILE= ${WRKSRC}/UNLICENSE
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= michael-lazar
|
||||
GH_TAGNAME= ${PORTVERSION}
|
||||
USES= python:3.3+
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(PACKAGE_BUILDING) && ${PYTHON_VER} != ${PYTHON_DEFAULT}
|
||||
IGNORE= you have python ${PYTHON_DEFAULT} set as the default, and this needs ${PYTHON_VER}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
3
devel/py-mailcap-fix/distinfo
Normal file
3
devel/py-mailcap-fix/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1470771315
|
||||
SHA256 (michael-lazar-mailcap_fix-0.1.3_GH0.tar.gz) = fba24851100573acb38ffb86639846096961f458c10e923510faed7994e73664
|
||||
SIZE (michael-lazar-mailcap_fix-0.1.3_GH0.tar.gz) = 17514
|
6
devel/py-mailcap-fix/pkg-descr
Normal file
6
devel/py-mailcap-fix/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
This package patches the python standard library's mailcap module in order to
|
||||
correctly handle windcard entries.
|
||||
|
||||
The bug is documented on the bug tracker here: issue 14977
|
||||
|
||||
WWW: https://github.com/michael-lazar/mailcap_fix
|
Loading…
x
Reference in New Issue
Block a user