Skip to content

Commit 2b475d8

Browse files
committed
py-cleo: update to 2.1.0.
[2.1.0] - 2023-10-30 Features & Improvements Added support for Python 3.12 #379 Added CONTRIBUTING.md document #331 Added tests/ directory to sdist artifact #327 Bug fixes Fixed subcommand completions for Fish #359 Removed deprecated -A option from Fish completions #366 Fixed program name discovery in completions script when running as module #231 Fixed ANSI coloring detection in virtual terminal environments (Windows, PyCharm) #104 Fixed terminal size detection #299
1 parent c9921c9 commit 2b475d8

File tree

3 files changed

+17
-13
lines changed

3 files changed

+17
-13
lines changed

comms/py-cleo/Makefile

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.5 2023/08/01 23:20:39 wiz Exp $
1+
# $NetBSD: Makefile,v 1.6 2023/11/07 08:48:16 wiz Exp $
22

3-
DISTNAME= cleo-2.0.1
3+
DISTNAME= cleo-2.1.0
44
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
55
CATEGORIES= comms python
66
MASTER_SITES= ${MASTER_SITE_PYPI:=c/cleo/}
@@ -10,12 +10,14 @@ HOMEPAGE= https://github.com/python-poetry/cleo
1010
COMMENT= Create beautiful and testable command-line interfaces
1111
LICENSE= mit
1212

13+
TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=0:../../devel/py-poetry-core
1314
DEPENDS+= ${PYPKGPREFIX}-crashtest>=0.4.1:../../misc/py-crashtest
1415
DEPENDS+= ${PYPKGPREFIX}-rapidfuzz>=2.2.0:../../textproc/py-rapidfuzz
16+
TEST_DEPENDS+= ${PYPKGPREFIX}-test-mock>=0:../../devel/py-test-mock
1517

1618
USE_LANGUAGES= # none
1719

1820
PYTHON_VERSIONS_INCOMPATIBLE= 27 38
1921

20-
.include "../../lang/python/egg.mk"
22+
.include "../../lang/python/wheel.mk"
2123
.include "../../mk/bsd.pkg.mk"

comms/py-cleo/PLIST

+8-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
@comment $NetBSD: PLIST,v 1.2 2023/04/17 20:37:10 adam Exp $
2-
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
3-
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
4-
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
5-
${PYSITELIB}/${EGG_INFODIR}/requires.txt
6-
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
1+
@comment $NetBSD: PLIST,v 1.3 2023/11/07 08:48:16 wiz Exp $
2+
${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
3+
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
4+
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
5+
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
76
${PYSITELIB}/cleo/__init__.py
87
${PYSITELIB}/cleo/__init__.pyc
98
${PYSITELIB}/cleo/__init__.pyo
@@ -167,6 +166,9 @@ ${PYSITELIB}/cleo/loaders/factory_command_loader.py
167166
${PYSITELIB}/cleo/loaders/factory_command_loader.pyc
168167
${PYSITELIB}/cleo/loaders/factory_command_loader.pyo
169168
${PYSITELIB}/cleo/py.typed
169+
${PYSITELIB}/cleo/terminal.py
170+
${PYSITELIB}/cleo/terminal.pyc
171+
${PYSITELIB}/cleo/terminal.pyo
170172
${PYSITELIB}/cleo/testers/__init__.py
171173
${PYSITELIB}/cleo/testers/__init__.pyc
172174
${PYSITELIB}/cleo/testers/__init__.pyo

comms/py-cleo/distinfo

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.2 2023/04/17 20:37:10 adam Exp $
1+
$NetBSD: distinfo,v 1.3 2023/11/07 08:48:16 wiz Exp $
22

3-
BLAKE2s (cleo-2.0.1.tar.gz) = 5d3b4ff5ef52b4013671c127c3f41052948df53023286eeb8556ae2122c02adf
4-
SHA512 (cleo-2.0.1.tar.gz) = fdfabdfdbf32cb600bb966e6649abee24c89f395e8a2207439fd2ff87d94714fdcc6ebffef69d3ef5cf78619b6a334eed6eed5fe2d0ca61ad7cff9098c9cc8bc
5-
Size (cleo-2.0.1.tar.gz) = 59723 bytes
3+
BLAKE2s (cleo-2.1.0.tar.gz) = e20874c68f71c0ee4829491d4756c8df7cecb39111a299220816b33fe317ce45
4+
SHA512 (cleo-2.1.0.tar.gz) = 0821a0cab3b1a64b5f67c8abcb860469b877a47772ad5fc5406daab95ccf6705acccefb537fb0d4bccf7757c1855e49429e2cb086e00dafc7594f1457de11deb
5+
Size (cleo-2.1.0.tar.gz) = 79957 bytes

0 commit comments

Comments
 (0)