Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jun 2015 22:54:22 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r390466 - in head/devel: . py-libzfs
Message-ID:  <201506232254.t5NMsMgo027227@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wg
Date: Tue Jun 23 22:54:21 2015
New Revision: 390466
URL: https://svnweb.freebsd.org/changeset/ports/390466

Log:
  devel/py-libzfs: Python libzfs bindings using cython.
  
  WWW: https://github.com/freenas/py-libzfs

Added:
  head/devel/py-libzfs/
  head/devel/py-libzfs/Makefile   (contents, props changed)
  head/devel/py-libzfs/distinfo   (contents, props changed)
  head/devel/py-libzfs/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Tue Jun 23 22:23:58 2015	(r390465)
+++ head/devel/Makefile	Tue Jun 23 22:54:21 2015	(r390466)
@@ -3957,6 +3957,7 @@
     SUBDIR += py-libpeas
     SUBDIR += py-libplist
     SUBDIR += py-libvirt
+    SUBDIR += py-libzfs
     SUBDIR += py-ll-core
     SUBDIR += py-lock_file
     SUBDIR += py-lockfile

Added: head/devel/py-libzfs/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-libzfs/Makefile	Tue Jun 23 22:54:21 2015	(r390466)
@@ -0,0 +1,36 @@
+# Created by: William Grzybowski <wg@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	libzfs
+PORTVERSION=	1.0
+CATEGORIES=	devel python
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	wg@FreeBSD.org
+COMMENT=	Python libzfs bindings
+
+LICENSE=	BSD2CLAUSE
+
+BUILD_DEPENDS=	cython>0:${PORTSDIR}/lang/cython
+
+USE_GITHUB=     yes
+GH_ACCOUNT=	freenas
+GH_PROJECT=	py-libzfs
+GH_TAGNAME=	af5d66e
+
+USES=		python
+USE_PYTHON=	autoplist distutils
+
+MAKE_ENV=	FREEBSD_SRC=${SRC_BASE}
+
+.include <bsd.port.pre.mk>
+
+.if !exists(${SRC_BASE}/sys/Makefile)
+IGNORE=	requires kernel source files in ${SRC_BASE}
+.endif
+
+.if ${OPSYS} == FreeBSD && ${OSVERSION} <= 1000000
+IGNORE=	This module requires at least FreeBSD 10
+.endif
+
+.include <bsd.port.post.mk>

Added: head/devel/py-libzfs/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-libzfs/distinfo	Tue Jun 23 22:54:21 2015	(r390466)
@@ -0,0 +1,2 @@
+SHA256 (freenas-py-libzfs-1.0-af5d66e_GH0.tar.gz) = 7c7e1ddeb4f9bd24c7b3d282dd6798c029bae8c3133b106427ab1b4e41559171
+SIZE (freenas-py-libzfs-1.0-af5d66e_GH0.tar.gz) = 18450

Added: head/devel/py-libzfs/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-libzfs/pkg-descr	Tue Jun 23 22:54:21 2015	(r390466)
@@ -0,0 +1,3 @@
+Python libzfs bindings using cython.
+
+WWW: https://github.com/freenas/py-libzfs



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506232254.t5NMsMgo027227>