head	1.3;
access;
symbols
	pkgsrc-2026Q1:1.3.0.2
	pkgsrc-2026Q1-base:1.3
	pkgsrc-2025Q4:1.2.0.20
	pkgsrc-2025Q4-base:1.2
	pkgsrc-2025Q3:1.2.0.18
	pkgsrc-2025Q3-base:1.2
	pkgsrc-2025Q2:1.2.0.16
	pkgsrc-2025Q2-base:1.2
	pkgsrc-2025Q1:1.2.0.14
	pkgsrc-2025Q1-base:1.2
	pkgsrc-2024Q4:1.2.0.12
	pkgsrc-2024Q4-base:1.2
	pkgsrc-2024Q3:1.2.0.10
	pkgsrc-2024Q3-base:1.2
	pkgsrc-2024Q2:1.2.0.8
	pkgsrc-2024Q2-base:1.2
	pkgsrc-2024Q1:1.2.0.6
	pkgsrc-2024Q1-base:1.2
	pkgsrc-2023Q4:1.2.0.4
	pkgsrc-2023Q4-base:1.2
	pkgsrc-2023Q3:1.2.0.2
	pkgsrc-2023Q3-base:1.2;
locks; strict;
comment	@# @;


1.3
date	2026.02.17.15.22.23;	author wiz;	state Exp;
branches;
next	1.2;
commitid	R4Hs2WSKWZgW7KuG;

1.2
date	2023.08.01.20.39.22;	author adam;	state Exp;
branches;
next	1.1;
commitid	PhPV21UhdsP7O7zE;

1.1
date	2023.07.22.12.08.30;	author bacon;	state Exp;
branches;
next	;
commitid	WL0deMtcVPvziNxE;


desc
@@


1.3
log
@py-humanfriendly: switch to wheel.mk

Bump PKGREVISION.
@
text
@@@comment $NetBSD$
bin/humanfriendly-${PYVERSSUFFIX}
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE.txt
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/humanfriendly/__init__.py
${PYSITELIB}/humanfriendly/__init__.pyc
${PYSITELIB}/humanfriendly/__init__.pyo
${PYSITELIB}/humanfriendly/case.py
${PYSITELIB}/humanfriendly/case.pyc
${PYSITELIB}/humanfriendly/case.pyo
${PYSITELIB}/humanfriendly/cli.py
${PYSITELIB}/humanfriendly/cli.pyc
${PYSITELIB}/humanfriendly/cli.pyo
${PYSITELIB}/humanfriendly/compat.py
${PYSITELIB}/humanfriendly/compat.pyc
${PYSITELIB}/humanfriendly/compat.pyo
${PYSITELIB}/humanfriendly/decorators.py
${PYSITELIB}/humanfriendly/decorators.pyc
${PYSITELIB}/humanfriendly/decorators.pyo
${PYSITELIB}/humanfriendly/deprecation.py
${PYSITELIB}/humanfriendly/deprecation.pyc
${PYSITELIB}/humanfriendly/deprecation.pyo
${PYSITELIB}/humanfriendly/prompts.py
${PYSITELIB}/humanfriendly/prompts.pyc
${PYSITELIB}/humanfriendly/prompts.pyo
${PYSITELIB}/humanfriendly/sphinx.py
${PYSITELIB}/humanfriendly/sphinx.pyc
${PYSITELIB}/humanfriendly/sphinx.pyo
${PYSITELIB}/humanfriendly/tables.py
${PYSITELIB}/humanfriendly/tables.pyc
${PYSITELIB}/humanfriendly/tables.pyo
${PYSITELIB}/humanfriendly/terminal/__init__.py
${PYSITELIB}/humanfriendly/terminal/__init__.pyc
${PYSITELIB}/humanfriendly/terminal/__init__.pyo
${PYSITELIB}/humanfriendly/terminal/html.py
${PYSITELIB}/humanfriendly/terminal/html.pyc
${PYSITELIB}/humanfriendly/terminal/html.pyo
${PYSITELIB}/humanfriendly/terminal/spinners.py
${PYSITELIB}/humanfriendly/terminal/spinners.pyc
${PYSITELIB}/humanfriendly/terminal/spinners.pyo
${PYSITELIB}/humanfriendly/testing.py
${PYSITELIB}/humanfriendly/testing.pyc
${PYSITELIB}/humanfriendly/testing.pyo
${PYSITELIB}/humanfriendly/tests.py
${PYSITELIB}/humanfriendly/tests.pyc
${PYSITELIB}/humanfriendly/tests.pyo
${PYSITELIB}/humanfriendly/text.py
${PYSITELIB}/humanfriendly/text.pyc
${PYSITELIB}/humanfriendly/text.pyo
${PYSITELIB}/humanfriendly/usage.py
${PYSITELIB}/humanfriendly/usage.pyc
${PYSITELIB}/humanfriendly/usage.pyo
@


1.2
log
@py-humanfriendly: make a proper python package
@
text
@d1 1
a1 1
@@comment $NetBSD: PLIST,v 1.1 2023/07/22 12:08:30 bacon Exp $
d3 6
a8 6
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
@


1.1
log
@textproc/py-humanfriendly: Human friendly text output

The functions and classes in the humanfriendly package can be used to
make text interfaces more user friendly. Some example features:

 - Parsing and formatting numbers, file sizes, pathnames and timespans
   in simple, human friendly formats.
 - Easy to use timers for long running operations, with human friendly
   formatting  of the resulting timespans.
 - Prompting the user to select a choice from a list of options by
   typing the  option's number or a unique substring of the option.
 - Terminal interaction including text styling (ANSI escape sequences),
   user friendly rendering of usage messages and querying the terminal
   for its size
@
text
@d1 2
a2 2
@@comment $NetBSD$
bin/humanfriendly
@

