View | Details | Raw Unified | Return to bug 159553
Collapse All | Expand All

(-)py-creole/Makefile (-2 / +4 lines)
Lines 6-22 Link Here
6
#
6
#
7
7
8
PORTNAME=	creole
8
PORTNAME=	creole
9
PORTVERSION=	0.2.8
9
PORTVERSION=	0.7.2
10
CATEGORIES=	textproc python
10
CATEGORIES=	textproc python
11
MASTER_SITES=	CHEESESHOP
11
MASTER_SITES=	CHEESESHOP
12
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
12
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
13
DISTNAME=	python-${PORTNAME}-${PORTVERSION}
13
DISTNAME=	python-${PORTNAME}-${PORTVERSION}
14
14
15
MAINTAINER=	count@211.ru
15
MAINTAINER=	count@211.ru
16
COMMENT=	Python lib for creole markup
16
COMMENT=	Markup converter in pure Python
17
17
18
LICENSE=	GPLv3
18
LICENSE=	GPLv3
19
19
20
RUN_DEPENDS=	${PYTHON_SITELIBDIR}/docutils/__init__.py:${PORTSDIR}/textproc/py-docutils
21
20
USE_PYTHON=	yes
22
USE_PYTHON=	yes
21
USE_PYDISTUTILS=	easy_install
23
USE_PYDISTUTILS=	easy_install
22
PYDISTUTILS_PKGNAME=	python_creole
24
PYDISTUTILS_PKGNAME=	python_creole
(-)py-creole/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (python-creole-0.2.8.tar.gz) = 33ce210bfb02141ad7d7c7b6eeae3207bbe8b4fe53710661811f6cd242eebd0a
1
SHA256 (python-creole-0.7.2.tar.gz) = 71543afe83eacebe532a3c2ac2a02c3d17ab446db5178a7de48cadfa68c86cf9
2
SIZE (python-creole-0.2.8.tar.gz) = 29109
2
SIZE (python-creole-0.7.2.tar.gz) = 47750
(-)py-creole/pkg-descr (-2 / +5 lines)
Lines 1-6 Link Here
1
Python lib for:
1
python-creole is an markup converter in pure Python:
2
2
3
    * creole markup -> html
3
    * creole markup -> html
4
    * html -> creole markup
4
    * html -> creole markup
5
    * reStructuredText -> html
6
    * html -> reStructuredText markup
7
    * html -> textile markup
5
8
6
WWW:	http://code.google.com/p/python-creole/
9
WWW:	http://pypi.python.org/pypi/python-creole/

Return to bug 159553