pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-humanfriendly: Clean up
Module Name: pkgsrc-wip
Committed By: Jason W. Bacon <bacon%NetBSD.org@localhost>
Pushed By: outpaddling
Date: Fri Jul 21 20:27:43 2023 -0500
Changeset: c981acfccf8a1a5fbb3935304363f1979d51b982
Modified Files:
py-humanfriendly/DESCR
py-humanfriendly/Makefile
Log Message:
py-humanfriendly: Clean up
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c981acfccf8a1a5fbb3935304363f1979d51b982
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-humanfriendly/DESCR | 19 ++++++++++---------
py-humanfriendly/Makefile | 1 -
2 files changed, 10 insertions(+), 10 deletions(-)
diffs:
diff --git a/py-humanfriendly/DESCR b/py-humanfriendly/DESCR
index b1a264c671..34880e09dd 100644
--- a/py-humanfriendly/DESCR
+++ b/py-humanfriendly/DESCR
@@ -1,11 +1,12 @@
-The functions and classes in the humanfriendly package can be used to make text
-interfaces more user friendly. Some example features:
+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.
+ - 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
+ 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
diff --git a/py-humanfriendly/Makefile b/py-humanfriendly/Makefile
index 6de61ccfc6..d2f82e6e80 100644
--- a/py-humanfriendly/Makefile
+++ b/py-humanfriendly/Makefile
@@ -10,7 +10,6 @@ HOMEPAGE= https://humanfriendly.readthedocs.io/
COMMENT= Human friendly output for text interfaces using Python
LICENSE= mit
-# FIXME: Circular dep with py-capturer
TEST_DEPENDS+= ${PYPKGPREFIX}-capturer>=2.1:../../wip/py-capturer
TEST_DEPENDS+= ${PYPKGPREFIX}-coloredlogs>=2.0:../../wip/py-coloredlogs
Home |
Main Index |
Thread Index |
Old Index