pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-mailcap-fix: Import py-mailcap-fix-1.0.1 as wip/py-mailcap-fix



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Sun Jun 18 17:35:35 2017 +0200
Changeset:	bca476f5f4b713f8c0788e6aaa8a6b6b50bcb8ed

Modified Files:
	Makefile
Added Files:
	py-mailcap-fix/DESCR
	py-mailcap-fix/Makefile
	py-mailcap-fix/PLIST
	py-mailcap-fix/distinfo

Log Message:
py-mailcap-fix: Import py-mailcap-fix-1.0.1 as wip/py-mailcap-fix

This package patches the python standard library's mailcap module in order to
correctly handle windcard entries.

The bug is documented on the Python bug tracker as issue 14977.

Please note that a fix has now been merged into Python 3.6.0.
This package remains as a backport for previous versions.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=bca476f5f4b713f8c0788e6aaa8a6b6b50bcb8ed

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile                |  1 +
 py-mailcap-fix/DESCR    |  7 +++++++
 py-mailcap-fix/Makefile | 16 ++++++++++++++++
 py-mailcap-fix/PLIST    | 14 ++++++++++++++
 py-mailcap-fix/distinfo |  6 ++++++
 5 files changed, 44 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index be05070f24..ce4aff3797 100644
--- a/Makefile
+++ b/Makefile
@@ -3263,6 +3263,7 @@ SUBDIR+=	py-lzma
 SUBDIR+=	py-m2ext
 SUBDIR+=	py-magnitude
 SUBDIR+=	py-mahotas
+SUBDIR+=	py-mailcap-fix
 SUBDIR+=	py-mailingstats
 SUBDIR+=	py-mailq
 SUBDIR+=	py-mark
diff --git a/py-mailcap-fix/DESCR b/py-mailcap-fix/DESCR
new file mode 100644
index 0000000000..734f41da98
--- /dev/null
+++ b/py-mailcap-fix/DESCR
@@ -0,0 +1,7 @@
+This package patches the python standard library's mailcap module in order to
+correctly handle windcard entries.
+
+The bug is documented on the Python bug tracker as issue 14977.
+
+Please note that a fix has now been merged into Python 3.6.0.
+This package remains as a backport for previous versions.
diff --git a/py-mailcap-fix/Makefile b/py-mailcap-fix/Makefile
new file mode 100644
index 0000000000..0bec999178
--- /dev/null
+++ b/py-mailcap-fix/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2017/04/14 12:10:26 leot Exp $
+
+DISTNAME=	mailcap-fix-1.0.1
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	mail python
+MASTER_SITES=	${MASTER_SITE_PYPI:=m/mailcap-fix/}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/michael-lazar/mailcap_fix
+COMMENT=	Patched mailcap module that conforms to RFC 1524
+LICENSE=	unlicense
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-mailcap-fix/PLIST b/py-mailcap-fix/PLIST
new file mode 100644
index 0000000000..7868c95cbc
--- /dev/null
+++ b/py-mailcap-fix/PLIST
@@ -0,0 +1,14 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/mailcap_fix/__init__.py
+${PYSITELIB}/mailcap_fix/__init__.pyc
+${PYSITELIB}/mailcap_fix/__init__.pyo
+${PYSITELIB}/mailcap_fix/mailcap_fix.py
+${PYSITELIB}/mailcap_fix/mailcap_fix.pyc
+${PYSITELIB}/mailcap_fix/mailcap_fix.pyo
+${PYSITELIB}/mailcap_fix/mailcap_original.py
+${PYSITELIB}/mailcap_fix/mailcap_original.pyc
+${PYSITELIB}/mailcap_fix/mailcap_original.pyo
diff --git a/py-mailcap-fix/distinfo b/py-mailcap-fix/distinfo
new file mode 100644
index 0000000000..ea66c712d8
--- /dev/null
+++ b/py-mailcap-fix/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/04/14 12:10:26 leot Exp $
+
+SHA1 (mailcap-fix-1.0.1.tar.gz) = d909186ff4ae242d3fbfc1be7c05581aa67ceb71
+RMD160 (mailcap-fix-1.0.1.tar.gz) = e3e8b9a36969cbbfa75db503bcbf1e5bb75f9269
+SHA512 (mailcap-fix-1.0.1.tar.gz) = 9da10483d77956c0af5810e88d28a9ed7faf8a9a37794a6486ce40a66290fd3ed9cf90b6c41096122d276bbdd31813ef174f899a6e6c726d18380ac1b0b2586d
+Size (mailcap-fix-1.0.1.tar.gz) = 6343 bytes


Home | Main Index | Thread Index | Old Index