[NEW] textproc/py-python-augeas: Pure python bindings for Augeas

Pure python bindings for Augeas

PR:		193960
Submitted by:	johan at stromnet se
This commit is contained in:
Kubilay Kocak 2015-01-02 11:39:52 +00:00
parent 2b2e067f27
commit 9ecf72ae42
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=376043
4 changed files with 33 additions and 0 deletions

View File

@ -1199,6 +1199,7 @@
SUBDIR += py-pyscss
SUBDIR += py-pysrt
SUBDIR += py-pystache
SUBDIR += py-python-augeas
SUBDIR += py-pytidylib
SUBDIR += py-pyx12
SUBDIR += py-qt4-xml

View File

@ -0,0 +1,27 @@
# $FreeBSD$
PORTNAME= python-augeas
PORTVERSION= 0.5.0
CATEGORIES= textproc python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= johan@stromnet.se
COMMENT= Pure python bindings for Augeas
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libaugeas.so:${PORTSDIR}/textproc/augeas
USES= python
USE_GITHUB= yes
USE_PYTHON= distutils autoplist
GH_ACCOUNT= hercules-team
GH_COMMIT= dcb4a60
GH_TAGNAME= v0.5.0
regression-test: build
@cd ${WRKSRC} && ${PYTHON_CMD} ${WRKSRC}/test/test_augeas.py
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (python-augeas-0.5.0.tar.gz) = d7ee0fc1b9f38248c8a912806b06e03c760616fb1c200d9d5314f1d28ca7e183
SIZE (python-augeas-0.5.0.tar.gz) = 91152

View File

@ -0,0 +1,3 @@
Pure python bindings for Augeas
WWW: http://augeas.net