pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/comms py-cleo: added version 0.8.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/984c08b595dc
branches: trunk
changeset: 371670:984c08b595dc
user: adam <adam%pkgsrc.org@localhost>
date: Tue Jan 11 19:12:31 2022 +0000
description:
py-cleo: added version 0.8.1
Create beautiful and testable command-line interfaces.
Cleo is mostly a higher level wrapper for CliKit, so a lot of the components
and utilities comes from it. Refer to its documentation for more information.
diffstat:
comms/Makefile | 5 +++-
comms/py-cleo/DESCR | 4 +++
comms/py-cleo/Makefile | 18 +++++++++++++
comms/py-cleo/PLIST | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++
comms/py-cleo/distinfo | 5 +++
5 files changed, 97 insertions(+), 1 deletions(-)
diffs (133 lines):
diff -r 377563f9f808 -r 984c08b595dc comms/Makefile
--- a/comms/Makefile Tue Jan 11 19:11:04 2022 +0000
+++ b/comms/Makefile Tue Jan 11 19:12:31 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.127 2021/12/12 16:09:46 gutteridge Exp $
+# $NetBSD: Makefile,v 1.128 2022/01/11 19:12:31 adam Exp $
#
COMMENT= Telephony and serial communication utilities
@@ -64,11 +64,14 @@
SUBDIR+= pilot-link-libs
SUBDIR+= pilotmgr
SUBDIR+= plp
+SUBDIR+= py-clikit
+SUBDIR+= py-cleo
SUBDIR+= py-colorama
SUBDIR+= py-enrich
SUBDIR+= py-esptool
SUBDIR+= py-gammu
SUBDIR+= py-nodemcu-uploader
+SUBDIR+= py-pastel
SUBDIR+= py-rich
SUBDIR+= py-serial
SUBDIR+= py-termstyle
diff -r 377563f9f808 -r 984c08b595dc comms/py-cleo/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/comms/py-cleo/DESCR Tue Jan 11 19:12:31 2022 +0000
@@ -0,0 +1,4 @@
+Create beautiful and testable command-line interfaces.
+
+Cleo is mostly a higher level wrapper for CliKit, so a lot of the components
+and utilities comes from it. Refer to its documentation for more information.
diff -r 377563f9f808 -r 984c08b595dc comms/py-cleo/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/comms/py-cleo/Makefile Tue Jan 11 19:12:31 2022 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2022/01/11 19:12:31 adam Exp $
+
+DISTNAME= cleo-0.8.1
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= comms python
+MASTER_SITES= ${MASTER_SITE_PYPI:=c/cleo/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/sdispater/cleo
+COMMENT= Create beautiful and testable command-line interfaces
+LICENSE= mit
+
+DEPENDS+= ${PYPKGPREFIX}-clikit>=0.6.0:../../comms/py-clikit
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 377563f9f808 -r 984c08b595dc comms/py-cleo/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/comms/py-cleo/PLIST Tue Jan 11 19:12:31 2022 +0000
@@ -0,0 +1,66 @@
+@comment $NetBSD: PLIST,v 1.1 2022/01/11 19:12:31 adam Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/cleo/__init__.py
+${PYSITELIB}/cleo/__init__.pyc
+${PYSITELIB}/cleo/__init__.pyo
+${PYSITELIB}/cleo/_compat.py
+${PYSITELIB}/cleo/_compat.pyc
+${PYSITELIB}/cleo/_compat.pyo
+${PYSITELIB}/cleo/application.py
+${PYSITELIB}/cleo/application.pyc
+${PYSITELIB}/cleo/application.pyo
+${PYSITELIB}/cleo/commands/__init__.py
+${PYSITELIB}/cleo/commands/__init__.pyc
+${PYSITELIB}/cleo/commands/__init__.pyo
+${PYSITELIB}/cleo/commands/base_command.py
+${PYSITELIB}/cleo/commands/base_command.pyc
+${PYSITELIB}/cleo/commands/base_command.pyo
+${PYSITELIB}/cleo/commands/command.py
+${PYSITELIB}/cleo/commands/command.pyc
+${PYSITELIB}/cleo/commands/command.pyo
+${PYSITELIB}/cleo/commands/completions/__init__.py
+${PYSITELIB}/cleo/commands/completions/__init__.pyc
+${PYSITELIB}/cleo/commands/completions/__init__.pyo
+${PYSITELIB}/cleo/commands/completions/templates.py
+${PYSITELIB}/cleo/commands/completions/templates.pyc
+${PYSITELIB}/cleo/commands/completions/templates.pyo
+${PYSITELIB}/cleo/commands/completions_command.py
+${PYSITELIB}/cleo/commands/completions_command.pyc
+${PYSITELIB}/cleo/commands/completions_command.pyo
+${PYSITELIB}/cleo/config/__init__.py
+${PYSITELIB}/cleo/config/__init__.pyc
+${PYSITELIB}/cleo/config/__init__.pyo
+${PYSITELIB}/cleo/config/application_config.py
+${PYSITELIB}/cleo/config/application_config.pyc
+${PYSITELIB}/cleo/config/application_config.pyo
+${PYSITELIB}/cleo/helpers.py
+${PYSITELIB}/cleo/helpers.pyc
+${PYSITELIB}/cleo/helpers.pyo
+${PYSITELIB}/cleo/io/__init__.py
+${PYSITELIB}/cleo/io/__init__.pyc
+${PYSITELIB}/cleo/io/__init__.pyo
+${PYSITELIB}/cleo/io/buffered_io.py
+${PYSITELIB}/cleo/io/buffered_io.pyc
+${PYSITELIB}/cleo/io/buffered_io.pyo
+${PYSITELIB}/cleo/io/console_io.py
+${PYSITELIB}/cleo/io/console_io.pyc
+${PYSITELIB}/cleo/io/console_io.pyo
+${PYSITELIB}/cleo/io/io_mixin.py
+${PYSITELIB}/cleo/io/io_mixin.pyc
+${PYSITELIB}/cleo/io/io_mixin.pyo
+${PYSITELIB}/cleo/parser.py
+${PYSITELIB}/cleo/parser.pyc
+${PYSITELIB}/cleo/parser.pyo
+${PYSITELIB}/cleo/testers/__init__.py
+${PYSITELIB}/cleo/testers/__init__.pyc
+${PYSITELIB}/cleo/testers/__init__.pyo
+${PYSITELIB}/cleo/testers/application_tester.py
+${PYSITELIB}/cleo/testers/application_tester.pyc
+${PYSITELIB}/cleo/testers/application_tester.pyo
+${PYSITELIB}/cleo/testers/command_tester.py
+${PYSITELIB}/cleo/testers/command_tester.pyc
+${PYSITELIB}/cleo/testers/command_tester.pyo
diff -r 377563f9f808 -r 984c08b595dc comms/py-cleo/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/comms/py-cleo/distinfo Tue Jan 11 19:12:31 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/01/11 19:12:31 adam Exp $
+
+BLAKE2s (cleo-0.8.1.tar.gz) = 48860d5d1bd41599a2d378bff7f7735c1bca2db1496dc9fd416e9ec173c7b5d0
+SHA512 (cleo-0.8.1.tar.gz) = dd7b7e4a6574f3ff47089d42aab7ca5ea0d04fe1affb7015a6c9edadc655fe9a76afcef2a3fd776d9745216581d4f7d7a330e366748bac2fa831840eceee44d3
+Size (cleo-0.8.1.tar.gz) = 19159 bytes
Home |
Main Index |
Thread Index |
Old Index