pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-pystray: add version 0.19.4.



Module Name:	pkgsrc-wip
Committed By:	Havard Eidnes <he%NetBSD.org@localhost>
Pushed By:	he
Date:		Sun Feb 5 12:05:05 2023 +0000
Changeset:	477cb854a8932e9c1f7ed454b6d2ddb681a703c4

Added Files:
	py-pystray/DESCR
	py-pystray/Makefile
	py-pystray/PLIST
	py-pystray/distinfo

Log Message:
py-pystray: add version 0.19.4.

This library allows you to create a system tray icon.

Supported platforms are Linux under Xorg, GNOME and Ubuntu, macOS
and Windows.

TODO:
 - sort out support on Xorg-using non-Linux platforms
   There's a conditional dependency on python-xlib for Linux.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=477cb854a8932e9c1f7ed454b6d2ddb681a703c4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-pystray/DESCR    |  4 ++++
 py-pystray/Makefile | 19 +++++++++++++++++++
 py-pystray/PLIST    | 46 ++++++++++++++++++++++++++++++++++++++++++++++
 py-pystray/distinfo |  5 +++++
 4 files changed, 74 insertions(+)

diffs:
diff --git a/py-pystray/DESCR b/py-pystray/DESCR
new file mode 100644
index 0000000000..46c0d03831
--- /dev/null
+++ b/py-pystray/DESCR
@@ -0,0 +1,4 @@
+This library allows you to create a system tray icon.
+
+Supported platforms are Linux under Xorg, GNOME and Ubuntu, macOS
+and Windows.
diff --git a/py-pystray/Makefile b/py-pystray/Makefile
new file mode 100644
index 0000000000..df9c166e03
--- /dev/null
+++ b/py-pystray/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD$
+
+DISTNAME=	pystray-0.19.4
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+MASTER_SITES=	${MASTER_SITE_PYPI:=p/pystray/}
+CATEGORIES=	x11
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/moses-palmer/pystray
+COMMENT=	Create a system tray icon
+LICENSE=	gnu-gpl-v3
+
+DEPENDS+=	${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+DEPENDS+=	${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
+DEPENDS+=	${PYPKGPREFIX}-Pillow-[0-9]*:../../graphics/py-Pillow
+DEPENDS+=	${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-pystray/PLIST b/py-pystray/PLIST
new file mode 100644
index 0000000000..58b447a878
--- /dev/null
+++ b/py-pystray/PLIST
@@ -0,0 +1,46 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/${EGG_INFODIR}/zip-safe
+${PYSITELIB}/pystray/__init__.py
+${PYSITELIB}/pystray/__init__.pyc
+${PYSITELIB}/pystray/__init__.pyo
+${PYSITELIB}/pystray/_appindicator.py
+${PYSITELIB}/pystray/_appindicator.pyc
+${PYSITELIB}/pystray/_appindicator.pyo
+${PYSITELIB}/pystray/_base.py
+${PYSITELIB}/pystray/_base.pyc
+${PYSITELIB}/pystray/_base.pyo
+${PYSITELIB}/pystray/_darwin.py
+${PYSITELIB}/pystray/_darwin.pyc
+${PYSITELIB}/pystray/_darwin.pyo
+${PYSITELIB}/pystray/_dummy.py
+${PYSITELIB}/pystray/_dummy.pyc
+${PYSITELIB}/pystray/_dummy.pyo
+${PYSITELIB}/pystray/_gtk.py
+${PYSITELIB}/pystray/_gtk.pyc
+${PYSITELIB}/pystray/_gtk.pyo
+${PYSITELIB}/pystray/_info.py
+${PYSITELIB}/pystray/_info.pyc
+${PYSITELIB}/pystray/_info.pyo
+${PYSITELIB}/pystray/_util/__init__.py
+${PYSITELIB}/pystray/_util/__init__.pyc
+${PYSITELIB}/pystray/_util/__init__.pyo
+${PYSITELIB}/pystray/_util/gtk.py
+${PYSITELIB}/pystray/_util/gtk.pyc
+${PYSITELIB}/pystray/_util/gtk.pyo
+${PYSITELIB}/pystray/_util/notify_dbus.py
+${PYSITELIB}/pystray/_util/notify_dbus.pyc
+${PYSITELIB}/pystray/_util/notify_dbus.pyo
+${PYSITELIB}/pystray/_util/win32.py
+${PYSITELIB}/pystray/_util/win32.pyc
+${PYSITELIB}/pystray/_util/win32.pyo
+${PYSITELIB}/pystray/_win32.py
+${PYSITELIB}/pystray/_win32.pyc
+${PYSITELIB}/pystray/_win32.pyo
+${PYSITELIB}/pystray/_xorg.py
+${PYSITELIB}/pystray/_xorg.pyc
+${PYSITELIB}/pystray/_xorg.pyo
diff --git a/py-pystray/distinfo b/py-pystray/distinfo
new file mode 100644
index 0000000000..c0b2900ec4
--- /dev/null
+++ b/py-pystray/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (pystray-0.19.4.tar.gz) = d320f81726f3b11c8deca5bf542950195b9257320941cbcaae2c627cbaef5411
+SHA512 (pystray-0.19.4.tar.gz) = b3adeb3c4efa1514a534446037a8d3dac3c1e68eec9d14026ae2840fd606c943af6861e1f8c28b87374b9fc130b1cbd87e9df27051c0ab131df2b71f0824867b
+Size (pystray-0.19.4.tar.gz) = 41421 bytes


Home | Main Index | Thread Index | Old Index