summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorobache <obache>2013-08-13 09:18:46 +0000
committerobache <obache>2013-08-13 09:18:46 +0000
commit039e1c03e321f8add2e81cff1fa29aa630aa65bc (patch)
tree027a601b45cc520b7d5b92abfc856f2852ccd59d /sysutils
parentba2ee66dea4380d8928a488afc00c5b79184b56c (diff)
downloadpkgsrc-039e1c03e321f8add2e81cff1fa29aa630aa65bc.tar.gz
Fixes packaging, replaced with completely different package as update to 0.2.1.
* not relevant to libnotify, drop dependency, fix COMMENTS and DESCR. * fixes CATEGORY, `devel' is sufficient. * let to register EGG-INFO. Bump PKGREVISION.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/py-notify/DESCR9
-rw-r--r--sysutils/py-notify/Makefile14
-rw-r--r--sysutils/py-notify/PLIST3
3 files changed, 16 insertions, 10 deletions
diff --git a/sysutils/py-notify/DESCR b/sysutils/py-notify/DESCR
index 41584108e78..60bc8763980 100644
--- a/sysutils/py-notify/DESCR
+++ b/sysutils/py-notify/DESCR
@@ -1 +1,8 @@
-This package contains Python bindings for libnotify.
+Py-notify is a Python package providing tools for implementing `Observer
+programming pattern`. These tools include signals, conditions and variables.
+
+Signals are lists of handlers that are called when signal is emitted. Conditions
+are basically boolean variables coupled with a signal that is emitted when
+condition state changes. They can be combined using standard logical operators
+(*not*, *and*, etc.) into compound conditions. Variables, unlike conditions, can
+hold any Python object, not just booleans, but they cannot be combined.
diff --git a/sysutils/py-notify/Makefile b/sysutils/py-notify/Makefile
index 9bc0c6643de..7a669f7989b 100644
--- a/sysutils/py-notify/Makefile
+++ b/sysutils/py-notify/Makefile
@@ -1,20 +1,18 @@
-# $NetBSD: Makefile,v 1.33 2013/06/06 12:55:05 wiz Exp $
+# $NetBSD: Makefile,v 1.34 2013/08/13 09:18:46 obache Exp $
#
DISTNAME= py-notify-0.2.1
PKGNAME= ${DISTNAME:S/py/${PYPKGPREFIX}/1}
-PKGREVISION= 3
-CATEGORIES= sysutils
+PKGREVISION= 4
+CATEGORIES= devel
MASTER_SITES= http://download.gna.org/py-notify/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://home.gna.org/py-notify/
-COMMENT= Python bindings for libnotify
+COMMENT= Python package providing tool for observer programming pattern
LICENSE= gnu-lgpl-v2.1
-PYDISTUTILSPKG= yes
+EGG_NAME= ${DISTNAME:S/-/_/}
-.include "../../lang/python/extension.mk"
-.include "../../x11/py-gtk2/buildlink3.mk"
-.include "../../sysutils/libnotify/buildlink3.mk"
+.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/sysutils/py-notify/PLIST b/sysutils/py-notify/PLIST
index cf46ca5e6fa..4dadc49bcc2 100644
--- a/sysutils/py-notify/PLIST
+++ b/sysutils/py-notify/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2013/04/05 11:10:12 rodent Exp $
+@comment $NetBSD: PLIST,v 1.4 2013/08/13 09:18:46 obache Exp $
${PYSITELIB}/notify/_2_5/__init__.py
${PYSITELIB}/notify/_2_5/__init__.pyc
${PYSITELIB}/notify/_2_5/__init__.pyo
@@ -39,3 +39,4 @@ ${PYSITELIB}/notify/utils.pyo
${PYSITELIB}/notify/variable.py
${PYSITELIB}/notify/variable.pyc
${PYSITELIB}/notify/variable.pyo
+${PYSITELIB}/${EGG_FILE}