Date: Sun, 6 Mar 2016 02:41:50 +0000 (UTC) From: Josh Paetzel <jpaetzel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r410227 - in head/devel: . py-pyinotify Message-ID: <201603060241.u262foae069668@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jpaetzel Date: Sun Mar 6 02:41:50 2016 New Revision: 410227 URL: https://svnweb.freebsd.org/changeset/ports/410227 Log: Add a port for py-pyinotify. py-pyinotify is a python library for interfacing with libinotify. Added: head/devel/py-pyinotify/ head/devel/py-pyinotify/Makefile (contents, props changed) head/devel/py-pyinotify/distinfo (contents, props changed) head/devel/py-pyinotify/pkg-descr (contents, props changed) head/devel/py-pyinotify/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Mar 6 02:14:06 2016 (r410226) +++ head/devel/Makefile Sun Mar 6 02:41:50 2016 (r410227) @@ -4255,6 +4255,7 @@ SUBDIR += py-pygit2 SUBDIR += py-pygithub SUBDIR += py-pygpx + SUBDIR += py-pyinotify SUBDIR += py-pyinstaller SUBDIR += py-pykde4 SUBDIR += py-pykdeuic4 Added: head/devel/py-pyinotify/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pyinotify/Makefile Sun Mar 6 02:41:50 2016 (r410227) @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= pyinotify +PORTVERSION= 0.9.6 +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_CHEESESHOP} +MASTER_SITE_SUBDIR=source/p/pyinotify +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= jpaetzel@FreeBSD.org +COMMENT= Python interface to (lib)inotify + +LICENSE= MIT + +LIB_DEPENDS= libinotify.so:${PORTSDIR}/devel/libinotify + +USES= python +USE_PYTHON= distutils + +.include <bsd.port.mk> Added: head/devel/py-pyinotify/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pyinotify/distinfo Sun Mar 6 02:41:50 2016 (r410227) @@ -0,0 +1,2 @@ +SHA256 (pyinotify-0.9.6.tar.gz) = 9c998a5d7606ca835065cdabc013ae6c66eb9ea76a00a1e3bc6e0cfe2b4f71f4 +SIZE (pyinotify-0.9.6.tar.gz) = 60998 Added: head/devel/py-pyinotify/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pyinotify/pkg-descr Sun Mar 6 02:41:50 2016 (r410227) @@ -0,0 +1,3 @@ +Python library for (lib)inotify + +WWW: https://github.com/seb-m/pyinotify/wiki Added: head/devel/py-pyinotify/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pyinotify/pkg-plist Sun Mar 6 02:41:50 2016 (r410227) @@ -0,0 +1,3 @@ +%%PYTHON_SITELIBDIR%%/pyinotify.py +%%PYTHON_SITELIBDIR%%/pyinotify.pyc +%%PYTHON_SITELIBDIR%%/pyinotify.pyo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603060241.u262foae069668>