From aa00e0962aff43f0ed08c76b8a7fd13af5f68615 Mon Sep 17 00:00:00 2001 From: Kubilay Kocak Date: Sun, 27 Jul 2014 14:01:35 +0000 Subject: textproc/py-markdown: Update to 2.4.1 - Update to 2.4.1 - Update COMMENT (ala upstream) - Add LICENSE_FILE - Update TEST_DEPENDS - Update pkg-descr and WWW: URL (ala upstream) --- textproc/py-markdown/Makefile | 8 +++++--- textproc/py-markdown/distinfo | 4 ++-- textproc/py-markdown/pkg-descr | 18 ++++++++++++------ 3 files changed, 19 insertions(+), 11 deletions(-) (limited to 'textproc/py-markdown') diff --git a/textproc/py-markdown/Makefile b/textproc/py-markdown/Makefile index d3e84e1acc2c..f7ed111078ad 100644 --- a/textproc/py-markdown/Makefile +++ b/textproc/py-markdown/Makefile @@ -2,18 +2,20 @@ # $FreeBSD$ PORTNAME= markdown -PORTVERSION= 2.4 +PORTVERSION= 2.4.1 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= Markdown-${PORTVERSION} MAINTAINER= koobs@FreeBSD.org -COMMENT= Text markup to HTML conversion engine for Python +COMMENT= Python implementation of Markdown LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE.md -TEST_DEPENDS= nosetests:${PORTSDIR}/devel/py-nose +TEST_DEPENDS= nosetests:${PORTSDIR}/devel/py-nose \ + ${PYTHON_PKGNAMEPREFIX}pytidylib:${PORTSDIR}/textproc/py-pytidylib USES= dos2unix USE_PYTHON= yes diff --git a/textproc/py-markdown/distinfo b/textproc/py-markdown/distinfo index 76dd4a362745..5139d5870104 100644 --- a/textproc/py-markdown/distinfo +++ b/textproc/py-markdown/distinfo @@ -1,2 +1,2 @@ -SHA256 (Markdown-2.4.tar.gz) = b8370fce4fbcd6b68b6b36c0fb0f4ec24d6ba37ea22988740f4701536611f1ae -SIZE (Markdown-2.4.tar.gz) = 260026 +SHA256 (Markdown-2.4.1.tar.gz) = 812ec5249f45edc31330b7fb06e52aaf6ab2d83aa27047df7cb6837ef2d269b6 +SIZE (Markdown-2.4.1.tar.gz) = 279760 diff --git a/textproc/py-markdown/pkg-descr b/textproc/py-markdown/pkg-descr index 50ba30d46eef..12df4278663b 100644 --- a/textproc/py-markdown/pkg-descr +++ b/textproc/py-markdown/pkg-descr @@ -1,7 +1,13 @@ -Markdown is two things: (1) a plain text formatting syntax; and (2) a -software tool that converts the plain text formatting to (X)HTML. The -formatting syntax is designed to be easy and intuitive for web authors -and resembles typical email formatting conventions. The resultant -(X)HTML is structurally valid. +This is a Python implementation of John Gruber's Markdown. It is almost +completely compliant with the reference implementation, though there are a +few very minor differences. -WWW: https://pypi.python.org/pypi/Markdown +Features: + + * International Input + * Extensions + * Output Formats + * "Safe Modes" + * Command Line Interface + +WWW: http://packages.python.org/Markdown -- cgit v1.2.3