head 1.2; access; symbols pkgsrc-2026Q1:1.2.0.32 pkgsrc-2026Q1-base:1.2 pkgsrc-2025Q4:1.2.0.30 pkgsrc-2025Q4-base:1.2 pkgsrc-2025Q3:1.2.0.28 pkgsrc-2025Q3-base:1.2 pkgsrc-2025Q2:1.2.0.26 pkgsrc-2025Q2-base:1.2 pkgsrc-2025Q1:1.2.0.24 pkgsrc-2025Q1-base:1.2 pkgsrc-2024Q4:1.2.0.22 pkgsrc-2024Q4-base:1.2 pkgsrc-2024Q3:1.2.0.20 pkgsrc-2024Q3-base:1.2 pkgsrc-2024Q2:1.2.0.18 pkgsrc-2024Q2-base:1.2 pkgsrc-2024Q1:1.2.0.16 pkgsrc-2024Q1-base:1.2 pkgsrc-2023Q4:1.2.0.14 pkgsrc-2023Q4-base:1.2 pkgsrc-2023Q3:1.2.0.12 pkgsrc-2023Q3-base:1.2 pkgsrc-2023Q2:1.2.0.10 pkgsrc-2023Q2-base:1.2 pkgsrc-2023Q1:1.2.0.8 pkgsrc-2023Q1-base:1.2 pkgsrc-2022Q4:1.2.0.6 pkgsrc-2022Q4-base:1.2 pkgsrc-2022Q3:1.2.0.4 pkgsrc-2022Q3-base:1.2 pkgsrc-2022Q2:1.2.0.2 pkgsrc-2022Q2-base:1.2 pkgsrc-2022Q1:1.1.0.2 pkgsrc-2022Q1-base:1.1; locks; strict; comment @# @; 1.2 date 2022.05.04.07.27.26; author adam; state Exp; branches; next 1.1; commitid wMDmUHSLuMGd1ICD; 1.1 date 2022.03.10.23.48.02; author gutteridge; state Exp; branches; next ; commitid 3YAYiaA7LHS6dJvD; desc @@ 1.2 log @py-notify2: use correct MASTER_SITE @ text @# $NetBSD: Makefile,v 1.1 2022/03/10 23:48:02 gutteridge Exp $ DISTNAME= notify2-0.3.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= sysutils python MASTER_SITES= ${MASTER_SITE_PYPI:=n/notify2/} MAINTAINER= pkgsrc-users@@NetBSD.org HOMEPAGE= https://bitbucket.org/takluyver/pynotify2 COMMENT= Python interface to DBus notifications LICENSE= 2-clause-bsd DEPENDS+= ${PYPKGPREFIX}-dbus-[0-9]*:../../sysutils/py-dbus USE_LANGUAGES= # none PYTHON_VERSIONS_INCOMPATIBLE= 27 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" @ 1.1 log @py-notify2: add new package, version 0.3.1 A modern Python interface to DBus notifications, supporting Python 3. This effectively replaces what was once called "py-notify" in pkgsrc, and then became "py-notify-python". It is actually required by print/hplip, if the qt5 option is enabled (which I am working on fixing). (There is also a completely unrelated package as sysutils/py-notify at present, co-incidentally also at version 0.3.1, which apparently was mistakenly imported overtop the original py-notify, but is not the same package at all: it should have been placed in devel, not sysutils, as it doesn't deal with notifications integration but rather with general development abstractions.) Originally packaged in wip by K.I.A. Derouiche. Minor adjustments for pkgsrc and a correction (missing py-dbus dependency) by me. @ text @d1 1 a1 1 # $NetBSD$ d6 1 a6 1 MASTER_SITES= https://files.pythonhosted.org/packages/aa/e8/d4b335aa739dc299a77766ecc5f1972d1de1993524aa94acef3219bba315/ @