Date: Sun, 5 Aug 2018 19:06:04 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r476424 - in head/devel: . py-jeepney Message-ID: <201808051906.w75J6403002946@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Aug 5 19:06:04 2018 New Revision: 476424 URL: https://svnweb.freebsd.org/changeset/ports/476424 Log: Add py-jeepney 0.3.1 This is a low-level, pure Python DBus protocol client. It has an I/O-free core, and integration modules for different event loops. DBus is an inter-process communication system, mainly used in Linux. WWW: https://gitlab.com/takluyver/jeepney Added: head/devel/py-jeepney/ head/devel/py-jeepney/Makefile (contents, props changed) head/devel/py-jeepney/distinfo (contents, props changed) head/devel/py-jeepney/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Aug 5 18:54:04 2018 (r476423) +++ head/devel/Makefile Sun Aug 5 19:06:04 2018 (r476424) @@ -4649,6 +4649,7 @@ SUBDIR += py-jcc SUBDIR += py-jdcal SUBDIR += py-jedi + SUBDIR += py-jeepney SUBDIR += py-jellyfish SUBDIR += py-jenkins-job-builder SUBDIR += py-jep Added: head/devel/py-jeepney/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-jeepney/Makefile Sun Aug 5 19:06:04 2018 (r476424) @@ -0,0 +1,19 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= jeepney +PORTVERSION= 0.3.1 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Low-level, pure Python DBus protocol wrapper + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USE_PYTHON= autoplist distutils +USES= python:3.5+ + +.include <bsd.port.mk> Added: head/devel/py-jeepney/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-jeepney/distinfo Sun Aug 5 19:06:04 2018 (r476424) @@ -0,0 +1,3 @@ +TIMESTAMP = 1533241066 +SHA256 (jeepney-0.3.1.tar.gz) = a6f2aa72e61660248d4d524dfccb6405f17c693b69af5d60dd7f2bab807d907e +SIZE (jeepney-0.3.1.tar.gz) = 22271 Added: head/devel/py-jeepney/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-jeepney/pkg-descr Sun Aug 5 19:06:04 2018 (r476424) @@ -0,0 +1,6 @@ +This is a low-level, pure Python DBus protocol client. It has an I/O-free core, +and integration modules for different event loops. + +DBus is an inter-process communication system, mainly used in Linux. + +WWW: https://gitlab.com/takluyver/jeepney
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808051906.w75J6403002946>