1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

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)
This commit is contained in:
Kubilay Kocak 2014-07-27 14:01:35 +00:00
parent b13e60abac
commit aa00e0962a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363068
3 changed files with 19 additions and 11 deletions

View File

@ -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

View File

@ -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

View File

@ -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