Python interface to CTPP2 library.
WWW: http://pypi.python.org/pypi/pyctpp2 PR: 168847 Submitted by: Gvozdikov Veniamin <g.veniamin@googlemail.com>
This commit is contained in:
parent
d69d6b2e9f
commit
d97bf61e80
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=299829
4 changed files with 34 additions and 0 deletions
|
@ -1136,6 +1136,7 @@
|
|||
SUBDIR += py-markdown2
|
||||
SUBDIR += py-paragrep
|
||||
SUBDIR += py-pss
|
||||
SUBDIR += py-pyctpp2
|
||||
SUBDIR += py-pygments
|
||||
SUBDIR += py-pystache
|
||||
SUBDIR += py-pyx12
|
||||
|
|
28
textproc/py-pyctpp2/Makefile
Normal file
28
textproc/py-pyctpp2/Makefile
Normal file
|
@ -0,0 +1,28 @@
|
|||
# New ports collection makefile for: py-pyctpp2
|
||||
# Date created: 2012-06-24
|
||||
# Whom: Gvozdikov Veniamin <g.veniamin@googlemail.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= pyctpp2
|
||||
PORTVERSION= 0.12.2
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= g.veniamin@googlemail.com
|
||||
COMMENT= Python interface to CTPP2 library
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
LIB_DEPENDS= ctpp2:${PORTSDIR}/textproc/ctpp2
|
||||
|
||||
# Python3 ready
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= easy_install
|
||||
|
||||
PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
|
||||
PYEASYINSTALL_ARCHDEP= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
textproc/py-pyctpp2/distinfo
Normal file
2
textproc/py-pyctpp2/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (pyctpp2-0.12.2.tar.gz) = f654280a4687d92c738575265737e58e82e4cb9dfeb3c6596b5ce9137ae32951
|
||||
SIZE (pyctpp2-0.12.2.tar.gz) = 73248
|
3
textproc/py-pyctpp2/pkg-descr
Normal file
3
textproc/py-pyctpp2/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Python interface to CTPP2 library.
|
||||
|
||||
WWW: http://pypi.python.org/pypi/pyctpp2
|
Loading…
Reference in a new issue