pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/comms
Module Name: pkgsrc
Committed By: adam
Date: Tue Jan 11 19:12:31 UTC 2022
Modified Files:
pkgsrc/comms: Makefile
Added Files:
pkgsrc/comms/py-cleo: DESCR Makefile PLIST distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.127 -r1.128 pkgsrc/comms/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/comms/py-cleo/DESCR \
pkgsrc/comms/py-cleo/Makefile pkgsrc/comms/py-cleo/PLIST \
pkgsrc/comms/py-cleo/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/comms/Makefile
diff -u pkgsrc/comms/Makefile:1.127 pkgsrc/comms/Makefile:1.128
--- pkgsrc/comms/Makefile:1.127 Sun Dec 12 16:09:46 2021
+++ pkgsrc/comms/Makefile Tue Jan 11 19:12:31 2022
@@ -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
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
Added files:
Index: pkgsrc/comms/py-cleo/DESCR
diff -u /dev/null pkgsrc/comms/py-cleo/DESCR:1.1
--- /dev/null Tue Jan 11 19:12:31 2022
+++ pkgsrc/comms/py-cleo/DESCR Tue Jan 11 19:12:31 2022
@@ -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.
Index: pkgsrc/comms/py-cleo/Makefile
diff -u /dev/null pkgsrc/comms/py-cleo/Makefile:1.1
--- /dev/null Tue Jan 11 19:12:31 2022
+++ pkgsrc/comms/py-cleo/Makefile Tue Jan 11 19:12:31 2022
@@ -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"
Index: pkgsrc/comms/py-cleo/PLIST
diff -u /dev/null pkgsrc/comms/py-cleo/PLIST:1.1
--- /dev/null Tue Jan 11 19:12:31 2022
+++ pkgsrc/comms/py-cleo/PLIST Tue Jan 11 19:12:31 2022
@@ -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
Index: pkgsrc/comms/py-cleo/distinfo
diff -u /dev/null pkgsrc/comms/py-cleo/distinfo:1.1
--- /dev/null Tue Jan 11 19:12:31 2022
+++ pkgsrc/comms/py-cleo/distinfo Tue Jan 11 19:12:31 2022
@@ -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