import sysutils/py-augeas, ok jasper@ who kindly offered to take maintainer.
Python bindings for Augeas, allowing programmatic editing of configuration files in their native formats.
This commit is contained in:
parent
3ece883eca
commit
8708103478
30
sysutils/py-augeas/Makefile
Normal file
30
sysutils/py-augeas/Makefile
Normal file
@ -0,0 +1,30 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2015/11/26 10:24:05 sthen Exp $
|
||||
|
||||
COMMENT= Python bindings for Augeas
|
||||
|
||||
MODPY_EGG_VERSION= 0.5.0
|
||||
DISTNAME= python-augeas-${MODPY_EGG_VERSION}
|
||||
PKGNAME= ${DISTNAME:S/python-/py-/}
|
||||
|
||||
CATEGORIES= sysutils
|
||||
|
||||
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
||||
|
||||
# LGPLv2+
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
||||
FLAVORS= python3
|
||||
FLAVOR?=
|
||||
|
||||
MODULES= lang/python
|
||||
MODPY_PI= Yes
|
||||
|
||||
# dlopen()s libaugeas
|
||||
RUN_DEPENDS= sysutils/augeas
|
||||
TEST_DEPENDS= ${BUILD_PKGPATH} \
|
||||
${RUN_DEPENDS}
|
||||
|
||||
do-test:
|
||||
cd ${WRKSRC}/test; ${MODPY_BIN} test_augeas.py
|
||||
|
||||
.include <bsd.port.mk>
|
2
sysutils/py-augeas/distinfo
Normal file
2
sysutils/py-augeas/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (python-augeas-0.5.0.tar.gz) = Z9WdZs26jWJOA4m4eyqDoXbyHxaodVO1D1cDsj8pusI=
|
||||
SIZE (python-augeas-0.5.0.tar.gz) = 90667
|
2
sysutils/py-augeas/pkg/DESCR
Normal file
2
sysutils/py-augeas/pkg/DESCR
Normal file
@ -0,0 +1,2 @@
|
||||
Python bindings for Augeas, allowing programmatic editing of configuration
|
||||
files in their native formats.
|
5
sysutils/py-augeas/pkg/PLIST
Normal file
5
sysutils/py-augeas/pkg/PLIST
Normal file
@ -0,0 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2015/11/26 10:24:05 sthen Exp $
|
||||
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/${MODPY_PYCACHE}/
|
||||
lib/python${MODPY_VERSION}/site-packages/${MODPY_PYCACHE}augeas.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/augeas.py
|
||||
lib/python${MODPY_VERSION}/site-packages/python_augeas-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info
|
Loading…
Reference in New Issue
Block a user