Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Feb 2018 18:34:32 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r461830 - in head/devel: . py-notify2
Message-ID:  <201802141834.w1EIYW8E050975@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Wed Feb 14 18:34:32 2018
New Revision: 461830
URL: https://svnweb.freebsd.org/changeset/ports/461830

Log:
  New port: devel/py-notify2: Python interface to DBus notifications
  
  See https://pypi.python.org/pypi/notify2
  
  Submitted by:	myself
  Approved by:	tcberner
  Differential Revision:	https://reviews.freebsd.org/D14374

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Wed Feb 14 18:31:04 2018	(r461829)
+++ head/devel/Makefile	Wed Feb 14 18:34:32 2018	(r461830)
@@ -4633,6 +4633,7 @@
     SUBDIR += py-noseofyeti
     SUBDIR += py-notifier
     SUBDIR += py-notify
+    SUBDIR += py-notify2
     SUBDIR += py-numba
     SUBDIR += py-ocempgui
     SUBDIR += py-odfpy

Added: head/devel/py-notify2/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-notify2/Makefile	Wed Feb 14 18:34:32 2018	(r461830)
@@ -0,0 +1,21 @@
+# $FreeBSD$
+
+PORTNAME=	notify2
+DISTVERSION=	0.3.1
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	yuri@FreeBSD.org
+COMMENT=	Python interface to DBus notifications
+
+LICENSE=	BSD2CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dbus>0:devel/py-dbus@${FLAVOR}
+
+USES=		python
+USE_PYTHON=	distutils autoplist
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/devel/py-notify2/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-notify2/distinfo	Wed Feb 14 18:34:32 2018	(r461830)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1518630067
+SHA256 (notify2-0.3.1.tar.gz) = 33fa108d50c42f3cd3407cc437518ad3f6225d1bb237011f16393c9dd3ce197d
+SIZE (notify2-0.3.1.tar.gz) = 17792

Added: head/devel/py-notify2/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-notify2/pkg-descr	Wed Feb 14 18:34:32 2018	(r461830)
@@ -0,0 +1,5 @@
+notify2 is a pure-python replacement for notify-python, using python-dbus
+to communicate with the notifications server directly. It's compatible with
+Python 2 and 3, and its callbacks can work with Gtk 3 or Qt 4 applications.
+
+WWW: https://bitbucket.org/takluyver/pynotify2



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