Date: Sun, 18 Jun 2017 19:28:40 +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: r443848 - in head/devel: . py-bsd Message-ID: <201706181928.v5IJSemx008198@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wg Date: Sun Jun 18 19:28:40 2017 New Revision: 443848 URL: https://svnweb.freebsd.org/changeset/ports/443848 Log: devel/py-bsd: Python wrappers for various BSD libc and system calls WWW: https://github.com/freenas/py-bsd Added: head/devel/py-bsd/ head/devel/py-bsd/Makefile (contents, props changed) head/devel/py-bsd/distinfo (contents, props changed) head/devel/py-bsd/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Jun 18 18:56:18 2017 (r443847) +++ head/devel/Makefile Sun Jun 18 19:28:40 2017 (r443848) @@ -4176,6 +4176,7 @@ SUBDIR += py-bluelet SUBDIR += py-boto SUBDIR += py-botocore + SUBDIR += py-bsd SUBDIR += py-cached-property SUBDIR += py-cachetools SUBDIR += py-calendar Added: head/devel/py-bsd/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-bsd/Makefile Sun Jun 18 19:28:40 2017 (r443848) @@ -0,0 +1,31 @@ +# $FreeBSD$ + +PORTNAME= netif +PORTVERSION= 1.0.20170329 +CATEGORIES= devel python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= wg@FreeBSD.org +COMMENT= Python wrappers for various BSD libc and system calls + +LICENSE= BSD3CLAUSE + +BUILD_DEPENDS= cython>0:lang/cython \ + ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six + +USE_GITHUB= yes +GH_ACCOUNT= freenas +GH_PROJECT= py-bsd +GH_TAGNAME= 6d148fa + +USES= python +USE_PYTHON= autoplist distutils + +.include <bsd.port.pre.mk> + +.if ${PYTHON_REL} < 3400 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}enum34>0:devel/py-enum34 +.endif + +.include <bsd.port.post.mk> Added: head/devel/py-bsd/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-bsd/distinfo Sun Jun 18 19:28:40 2017 (r443848) @@ -0,0 +1,3 @@ +TIMESTAMP = 1497784988 +SHA256 (freenas-py-bsd-1.0.20170329-6d148fa_GH0.tar.gz) = 3398de5028f197572ed4bc2c8952283a2462cf1b38477d5a2a38ce26ce689b4a +SIZE (freenas-py-bsd-1.0.20170329-6d148fa_GH0.tar.gz) = 44561 Added: head/devel/py-bsd/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-bsd/pkg-descr Sun Jun 18 19:28:40 2017 (r443848) @@ -0,0 +1,3 @@ +Python wrappers for various BSD libc and system calls. + +WWW: https://github.com/freenas/py-bsd
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706181928.v5IJSemx008198>