py-unique-log-filter: added version 0.1.0

A simple tool to filter out duplicate lines from a log file.
This commit is contained in:
adam 2024-01-30 19:21:26 +00:00
parent db5b1361de
commit 6c973f30c3
5 changed files with 35 additions and 1 deletions

View File

@ -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

View File

@ -0,0 +1 @@
A simple tool to filter out duplicate lines from a log file.

View File

@ -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
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"

View File

@ -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

View File

@ -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