Import of pkgsrc-2014Q1
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -1,20 +1,19 @@
|
||||
# $NetBSD: Makefile,v 1.33 2013/06/06 12:55:05 wiz Exp $
|
||||
#
|
||||
# $NetBSD: Makefile,v 1.35 2014/01/25 10:30:21 wiz 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"
|
||||
PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.2.1
|
||||
|
||||
.include "../../lang/python/distutils.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user