pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
curitz: add version 0.9.21 of this program.
Module Name: pkgsrc-wip
Committed By: Havard Eidnes <he%NetBSD.org@localhost>
Pushed By: he
Date: Wed Apr 23 21:37:52 2025 +0200
Changeset: 182e35b16bb3277ca17138a1a5c4f66998ea6e61
Added Files:
curitz/DESCR
curitz/Makefile
curitz/PLIST
curitz/distinfo
Log Message:
curitz: add version 0.9.21 of this program.
This is a Python-based program using curses as UI, to interact with
zino and the events it has detected, and possibly acknowledge /
close said events.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=182e35b16bb3277ca17138a1a5c4f66998ea6e61
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
curitz/DESCR | 3 +++
curitz/Makefile | 26 ++++++++++++++++++++++++++
curitz/PLIST | 29 +++++++++++++++++++++++++++++
curitz/distinfo | 5 +++++
4 files changed, 63 insertions(+)
diffs:
diff --git a/curitz/DESCR b/curitz/DESCR
new file mode 100644
index 0000000000..6ea19709b5
--- /dev/null
+++ b/curitz/DESCR
@@ -0,0 +1,3 @@
+Python-based program using curses as UI, to interact with zino
+and the events it has detected, and possibly acknowledge / close
+said events.
diff --git a/curitz/Makefile b/curitz/Makefile
new file mode 100644
index 0000000000..cec44f727f
--- /dev/null
+++ b/curitz/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD$
+
+DISTNAME= curitz-0.9.21
+CATEGORIES= net
+MASTER_SITES= ${MASTER_SITE_GITHUB:=Uninett/}
+GITHUB_PROJECT= curitz
+
+MAINTAINER= he%NetBSD.org@localhost
+HOMEPAGE= https://github.com/Uninett/curitz
+COMMENT= curses-based client to interact with zino
+LICENSE= apache-2.0
+
+.include "../../lang/python/pyversion.mk"
+
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
+
+DEPENDS+= ${PYPKGPREFIX}-zinolib-[0-9]*:../../wip/py-zinolib
+DEPENDS+= ${PYPKGPREFIX}-dns-[0-9]*:../../net/py-dns
+
+# Workaround for using github tarball:
+MAKE_ENV+= SETUPTOOLS_SCM_PRETEND_VERSION=${PKGVERSION}
+
+PYTHON_VERSIONS_INCOMPATIBLE+= 27
+
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/curitz/PLIST b/curitz/PLIST
new file mode 100644
index 0000000000..6dea326d49
--- /dev/null
+++ b/curitz/PLIST
@@ -0,0 +1,29 @@
+@comment $NetBSD$
+bin/curitz
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
+${PYSITELIB}/curitz/__init__.py
+${PYSITELIB}/curitz/__init__.pyc
+${PYSITELIB}/curitz/__init__.pyo
+${PYSITELIB}/curitz/__main__.py
+${PYSITELIB}/curitz/__main__.pyc
+${PYSITELIB}/curitz/__main__.pyo
+${PYSITELIB}/curitz/cli.py
+${PYSITELIB}/curitz/cli.pyc
+${PYSITELIB}/curitz/cli.pyo
+${PYSITELIB}/curitz/culistbox.py
+${PYSITELIB}/curitz/culistbox.pyc
+${PYSITELIB}/curitz/culistbox.pyo
+${PYSITELIB}/curitz/textpad.py
+${PYSITELIB}/curitz/textpad.pyc
+${PYSITELIB}/curitz/textpad.pyo
+${PYSITELIB}/curitz/timed_cache.py
+${PYSITELIB}/curitz/timed_cache.pyc
+${PYSITELIB}/curitz/timed_cache.pyo
+${PYSITELIB}/curitz/version.py
+${PYSITELIB}/curitz/version.pyc
+${PYSITELIB}/curitz/version.pyo
diff --git a/curitz/distinfo b/curitz/distinfo
new file mode 100644
index 0000000000..cfc9436b7d
--- /dev/null
+++ b/curitz/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (curitz-0.9.21.tar.gz) = 4740d7d04e496aa051d02cb6c584f6c47c678a4f55fd8295fb03ce5f28173965
+SHA512 (curitz-0.9.21.tar.gz) = baf0f1c2b06d4acfa86509e6daf2f97a3f8715c6d2424af607e8a4aae0bca628e5087d350cb206299e3cc0caa7ca99a17eb7b2b5411f676574da4833f0d834e4
+Size (curitz-0.9.21.tar.gz) = 20462 bytes
Home |
Main Index |
Thread Index |
Old Index