ports/159553: [UPDATE] textproc/py-creole to 0.7.2

Olivier Duchateau duchateau.olivier at gmail.com
Sat Aug 6 17:40:07 UTC 2011


>Number:         159553
>Category:       ports
>Synopsis:       [UPDATE] textproc/py-creole to 0.7.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 06 17:40:06 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Olivier Duchateau
>Release:        FreeBSD 8.2-RELEASE
>Organization:
>Environment:
>Description:
- Add textproc/py-docutils like dependance (reStructuredText -> html)
- Rewrite pkg-descr
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -u /usr/ports/textproc/py-creole/Makefile py-creole/Makefile
--- /usr/ports/textproc/py-creole/Makefile	2010-10-08 09:44:53.000000000 +0200
+++ py-creole/Makefile	2011-08-06 19:11:32.000000000 +0200
@@ -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 at 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
diff -u /usr/ports/textproc/py-creole/distinfo py-creole/distinfo
--- /usr/ports/textproc/py-creole/distinfo	2011-07-03 16:39:49.000000000 +0200
+++ py-creole/distinfo	2011-08-06 19:11:32.000000000 +0200
@@ -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
diff -u /usr/ports/textproc/py-creole/pkg-descr py-creole/pkg-descr
--- /usr/ports/textproc/py-creole/pkg-descr	2009-07-29 16:13:43.000000000 +0200
+++ py-creole/pkg-descr	2011-08-06 19:11:32.000000000 +0200
@@ -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/


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list