pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc
Module Name: pkgsrc
Committed By: adam
Date: Tue Jan 30 19:21:27 UTC 2024
Modified Files:
pkgsrc/textproc: Makefile
Added Files:
pkgsrc/textproc/py-unique-log-filter: DESCR Makefile PLIST distinfo
Log Message:
py-unique-log-filter: added version 0.1.0
A simple tool to filter out duplicate lines from a log file.
To generate a diff of this commit:
cvs rdiff -u -r1.1448 -r1.1449 pkgsrc/textproc/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/py-unique-log-filter/DESCR \
pkgsrc/textproc/py-unique-log-filter/Makefile \
pkgsrc/textproc/py-unique-log-filter/PLIST \
pkgsrc/textproc/py-unique-log-filter/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/Makefile
diff -u pkgsrc/textproc/Makefile:1.1448 pkgsrc/textproc/Makefile:1.1449
--- pkgsrc/textproc/Makefile:1.1448 Mon Jan 22 16:28:16 2024
+++ pkgsrc/textproc/Makefile Tue Jan 30 19:21:26 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1448 2024/01/22 16:28:16 adam Exp $
+# $NetBSD: Makefile,v 1.1449 2024/01/30 19:21:26 adam Exp $
#
COMMENT= Text processing utilities (does not include desktop publishing)
@@ -1197,6 +1197,7 @@ SUBDIR+= py-tomlkit
SUBDIR+= py-types-yaml
SUBDIR+= py-typogrify
SUBDIR+= py-uc-micro-py
+SUBDIR+= py-unique-log-filter
SUBDIR+= py-ujson
SUBDIR+= py-uritemplate
SUBDIR+= py-validate-pyproject
Added files:
Index: pkgsrc/textproc/py-unique-log-filter/DESCR
diff -u /dev/null pkgsrc/textproc/py-unique-log-filter/DESCR:1.1
--- /dev/null Tue Jan 30 19:21:27 2024
+++ pkgsrc/textproc/py-unique-log-filter/DESCR Tue Jan 30 19:21:27 2024
@@ -0,0 +1 @@
+A simple tool to filter out duplicate lines from a log file.
Index: pkgsrc/textproc/py-unique-log-filter/Makefile
diff -u /dev/null pkgsrc/textproc/py-unique-log-filter/Makefile:1.1
--- /dev/null Tue Jan 30 19:21:27 2024
+++ pkgsrc/textproc/py-unique-log-filter/Makefile Tue Jan 30 19:21:27 2024
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2024/01/30 19:21:27 adam Exp $
+
+DISTNAME= unique_log_filter-0.1.0
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
+CATEGORIES= textproc python
+MASTER_SITES= ${MASTER_SITE_PYPI:=u/unique-log-filter/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/twizmwazin/unique-log-filter
+COMMENT= Log filter that removes duplicate log messages
+LICENSE= modified-bsd
+
+TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core>=3.2:../../devel/py-flit_core
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/textproc/py-unique-log-filter/PLIST
diff -u /dev/null pkgsrc/textproc/py-unique-log-filter/PLIST:1.1
--- /dev/null Tue Jan 30 19:21:27 2024
+++ pkgsrc/textproc/py-unique-log-filter/PLIST Tue Jan 30 19:21:27 2024
@@ -0,0 +1,7 @@
+@comment $NetBSD: PLIST,v 1.1 2024/01/30 19:21:27 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/unique_log_filter.py
+${PYSITELIB}/unique_log_filter.pyc
+${PYSITELIB}/unique_log_filter.pyo
Index: pkgsrc/textproc/py-unique-log-filter/distinfo
diff -u /dev/null pkgsrc/textproc/py-unique-log-filter/distinfo:1.1
--- /dev/null Tue Jan 30 19:21:27 2024
+++ pkgsrc/textproc/py-unique-log-filter/distinfo Tue Jan 30 19:21:27 2024
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2024/01/30 19:21:27 adam Exp $
+
+BLAKE2s (unique_log_filter-0.1.0.tar.gz) = 3360bc590fb7252f53c16856ac99c895209b91aa818a94bd673f730f421b6c84
+SHA512 (unique_log_filter-0.1.0.tar.gz) = 506632e9d6e411cb51e5a1b644107499bc07cac29fa320e832fd8dd69ea0230f68d337b9830aa3ed682ff91257b7e10ab4e40045a7bfc5abaf0537d60eea27a1
+Size (unique_log_filter-0.1.0.tar.gz) = 996 bytes
Home |
Main Index |
Thread Index |
Old Index