Index: head/devel/py-libioc/Makefile =================================================================== --- head/devel/py-libioc/Makefile (nonexistent) +++ head/devel/py-libioc/Makefile (revision 510800) @@ -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 Property changes on: head/devel/py-libioc/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/py-libioc/distinfo =================================================================== --- head/devel/py-libioc/distinfo (nonexistent) +++ head/devel/py-libioc/distinfo (revision 510800) @@ -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 Property changes on: head/devel/py-libioc/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/py-libioc/pkg-descr =================================================================== --- head/devel/py-libioc/pkg-descr (nonexistent) +++ head/devel/py-libioc/pkg-descr (revision 510800) @@ -0,0 +1,3 @@ +Python 3 module to access to ioc{age,ell} jails and features + +WWW: https://github.com/bsdci/libioc Property changes on: head/devel/py-libioc/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property