Date: Mon, 2 Sep 2019 14:57:05 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r510800 - head/devel/py-libioc Message-ID: <201909021457.x82Ev5nQ014668@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Mon Sep 2 14:57:05 2019 New Revision: 510800 URL: https://svnweb.freebsd.org/changeset/ports/510800 Log: devel/py-libioc: create port Python 3 module to access to ioc{age,ell} jails and features WWW: https://github.com/bsdci/libioc PR: 234812 Submitted by: gronke <stefan@gronke.net> Added: head/devel/py-libioc/ head/devel/py-libioc/Makefile (contents, props changed) head/devel/py-libioc/distinfo (contents, props changed) head/devel/py-libioc/pkg-descr (contents, props changed) Added: head/devel/py-libioc/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-libioc/Makefile Mon Sep 2 14:57:05 2019 (r510800) @@ -0,0 +1,33 @@ +# $FreeBSD$ + +PORTNAME= libioc +PORTVERSION= 0.8.2 +CATEGORIES= devel python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= stefan@gronke.net +COMMENT= Library to manage jails with iocage and iocell + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pip>0:devel/py-pip@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}GitPython>0:devel/py-gitpython@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}libzfs>0:devel/py-libzfs@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}sysctl>0:devel/py-sysctl@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}ucl>0:textproc/py-ucl@${PY_FLAVOR} \ + ca_root_nss>0:security/ca_root_nss \ + rsync:net/rsync + +USES= python:3.6+ + +USE_GITHUB= yes +GH_ACCOUNT= bsdci +GH_PROJECT= libioc + +NO_ARCH= yes +USE_PYTHON= autoplist distutils py3kplist + +PLIST_SUB+= PORTVERSION=${PORTVERSION} + +.include <bsd.port.mk> Added: head/devel/py-libioc/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-libioc/distinfo Mon Sep 2 14:57:05 2019 (r510800) @@ -0,0 +1,3 @@ +TIMESTAMP = 1565256016 +SHA256 (bsdci-libioc-0.8.2_GH0.tar.gz) = d3cfbae1bb20763b4a5e3fa5ab8d50ee95bbe10eb34305e3958b8906c1d5e442 +SIZE (bsdci-libioc-0.8.2_GH0.tar.gz) = 147829 Added: head/devel/py-libioc/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-libioc/pkg-descr Mon Sep 2 14:57:05 2019 (r510800) @@ -0,0 +1,3 @@ +Python 3 module to access to ioc{age,ell} jails and features + +WWW: https://github.com/bsdci/libioc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909021457.x82Ev5nQ014668>