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

- Update to 0.7.2

- Rewrite pkg-descr (new WWW link, improved description)

PR:		ports/159553
Submitted by:	Olivier Duchateau <duchateau.olivier@gmail.com>
Approved by:	Stanislav Svirid <count@211.ru> (maintainer)
This commit is contained in:
Frederic Culot 2011-08-08 11:52:51 +00:00
parent 578bfe8399
commit c2056d1313
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=279203
3 changed files with 11 additions and 6 deletions

View File

@ -6,17 +6,19 @@
#
PORTNAME= creole
PORTVERSION= 0.2.8
PORTVERSION= 0.7.2
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= python-${PORTNAME}-${PORTVERSION}
MAINTAINER= count@211.ru
COMMENT= Python lib for creole markup
COMMENT= Markup converter in pure Python
LICENSE= GPLv3
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/docutils/__init__.py:${PORTSDIR}/textproc/py-docutils
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
PYDISTUTILS_PKGNAME= python_creole

View File

@ -1,2 +1,2 @@
SHA256 (python-creole-0.2.8.tar.gz) = 33ce210bfb02141ad7d7c7b6eeae3207bbe8b4fe53710661811f6cd242eebd0a
SIZE (python-creole-0.2.8.tar.gz) = 29109
SHA256 (python-creole-0.7.2.tar.gz) = 71543afe83eacebe532a3c2ac2a02c3d17ab446db5178a7de48cadfa68c86cf9
SIZE (python-creole-0.7.2.tar.gz) = 47750

View File

@ -1,6 +1,9 @@
Python lib for:
python-creole is an markup converter in pure Python:
* creole markup -> html
* html -> creole markup
* reStructuredText -> html
* html -> reStructuredText markup
* html -> textile markup
WWW: http://code.google.com/p/python-creole/
WWW: http://pypi.python.org/pypi/python-creole/