pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel



Module Name:    pkgsrc
Committed By:   nikita
Date:           Thu May 18 12:01:03 UTC 2023

Modified Files:
        pkgsrc/devel: Makefile
Added Files:
        pkgsrc/devel/py-fire: DESCR Makefile PLIST distinfo

Log Message:
py-fire: import as devel/py-fire version 0.5.0

Python Fire is a library for automatically generating command line
interfaces (CLIs) with a single line of code.

It will turn any Python module, class, object, function, etc.
(any Python component will work!) into a CLI. It's called Fire
because when you call Fire(), it fires off your command.


To generate a diff of this commit:
cvs rdiff -u -r1.3992 -r1.3993 pkgsrc/devel/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-fire/DESCR \
    pkgsrc/devel/py-fire/Makefile pkgsrc/devel/py-fire/PLIST \
    pkgsrc/devel/py-fire/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/Makefile
diff -u pkgsrc/devel/Makefile:1.3992 pkgsrc/devel/Makefile:1.3993
--- pkgsrc/devel/Makefile:1.3992        Wed May 17 16:44:51 2023
+++ pkgsrc/devel/Makefile       Thu May 18 12:01:02 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3992 2023/05/17 16:44:51 osa Exp $
+# $NetBSD: Makefile,v 1.3993 2023/05/18 12:01:02 nikita Exp $
 #
 
 COMMENT=       Development utilities
@@ -2520,6 +2520,7 @@ SUBDIR+=  py-fields
 SUBDIR+=       py-filebytes
 SUBDIR+=       py-filechunkio
 SUBDIR+=       py-filelock
+SUBDIR+=       py-fire
 SUBDIR+=       py-fixtures
 SUBDIR+=       py-flake8
 SUBDIR+=       py-flake8-docstrings

Added files:

Index: pkgsrc/devel/py-fire/DESCR
diff -u /dev/null pkgsrc/devel/py-fire/DESCR:1.1
--- /dev/null   Thu May 18 12:01:03 2023
+++ pkgsrc/devel/py-fire/DESCR  Thu May 18 12:01:03 2023
@@ -0,0 +1,6 @@
+Python Fire is a library for automatically generating command line
+interfaces (CLIs) with a single line of code.
+
+It will turn any Python module, class, object, function, etc.
+(any Python component will work!) into a CLI. It’s called Fire
+because when you call Fire(), it fires off your command.
Index: pkgsrc/devel/py-fire/Makefile
diff -u /dev/null pkgsrc/devel/py-fire/Makefile:1.1
--- /dev/null   Thu May 18 12:01:03 2023
+++ pkgsrc/devel/py-fire/Makefile       Thu May 18 12:01:03 2023
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1 2023/05/18 12:01:03 nikita Exp $
+
+DISTNAME=      fire-0.5.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    devel python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=f/fire/}
+
+MAINTAINER=    nikita%NetBSD.org@localhost
+HOMEPAGE=      https://pypi.org/project/fire
+COMMENT=       Python DFU tool for updating Nitrokeys' firmware
+LICENSE=       apache-2.0
+
+DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
+DEPENDS+=      ${PYPKGPREFIX}-termcolor-[0-9]*:../../devel/py-termcolor
+.include "../../lang/python/pyversion.mk"
+.if ${PYTHON_VERSION} < 304
+DEPENDS+=      ${PYPKGPREFIX}-enum34-[0-9]*:../../devel/py-enum34
+.endif
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-fire/PLIST
diff -u /dev/null pkgsrc/devel/py-fire/PLIST:1.1
--- /dev/null   Thu May 18 12:01:03 2023
+++ pkgsrc/devel/py-fire/PLIST  Thu May 18 12:01:03 2023
@@ -0,0 +1,101 @@
+@comment $NetBSD: PLIST,v 1.1 2023/05/18 12:01:03 nikita Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/REQUESTED
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/direct_url.json
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
+${PYSITELIB}/fire/__init__.py
+${PYSITELIB}/fire/__init__.pyc
+${PYSITELIB}/fire/__main__.py
+${PYSITELIB}/fire/__main__.pyc
+${PYSITELIB}/fire/completion.py
+${PYSITELIB}/fire/completion.pyc
+${PYSITELIB}/fire/completion_test.py
+${PYSITELIB}/fire/completion_test.pyc
+${PYSITELIB}/fire/console/__init__.py
+${PYSITELIB}/fire/console/__init__.pyc
+${PYSITELIB}/fire/console/console_attr.py
+${PYSITELIB}/fire/console/console_attr.pyc
+${PYSITELIB}/fire/console/console_attr_os.py
+${PYSITELIB}/fire/console/console_attr_os.pyc
+${PYSITELIB}/fire/console/console_io.py
+${PYSITELIB}/fire/console/console_io.pyc
+${PYSITELIB}/fire/console/console_pager.py
+${PYSITELIB}/fire/console/console_pager.pyc
+${PYSITELIB}/fire/console/encoding.py
+${PYSITELIB}/fire/console/encoding.pyc
+${PYSITELIB}/fire/console/files.py
+${PYSITELIB}/fire/console/files.pyc
+${PYSITELIB}/fire/console/platforms.py
+${PYSITELIB}/fire/console/platforms.pyc
+${PYSITELIB}/fire/console/text.py
+${PYSITELIB}/fire/console/text.pyc
+${PYSITELIB}/fire/core.py
+${PYSITELIB}/fire/core.pyc
+${PYSITELIB}/fire/core_test.py
+${PYSITELIB}/fire/core_test.pyc
+${PYSITELIB}/fire/custom_descriptions.py
+${PYSITELIB}/fire/custom_descriptions.pyc
+${PYSITELIB}/fire/custom_descriptions_test.py
+${PYSITELIB}/fire/custom_descriptions_test.pyc
+${PYSITELIB}/fire/decorators.py
+${PYSITELIB}/fire/decorators.pyc
+${PYSITELIB}/fire/decorators_test.py
+${PYSITELIB}/fire/decorators_test.pyc
+${PYSITELIB}/fire/docstrings.py
+${PYSITELIB}/fire/docstrings.pyc
+${PYSITELIB}/fire/docstrings_fuzz_test.py
+${PYSITELIB}/fire/docstrings_fuzz_test.pyc
+${PYSITELIB}/fire/docstrings_test.py
+${PYSITELIB}/fire/docstrings_test.pyc
+${PYSITELIB}/fire/fire_import_test.py
+${PYSITELIB}/fire/fire_import_test.pyc
+${PYSITELIB}/fire/fire_test.py
+${PYSITELIB}/fire/fire_test.pyc
+${PYSITELIB}/fire/formatting.py
+${PYSITELIB}/fire/formatting.pyc
+${PYSITELIB}/fire/formatting_test.py
+${PYSITELIB}/fire/formatting_test.pyc
+${PYSITELIB}/fire/formatting_windows.py
+${PYSITELIB}/fire/formatting_windows.pyc
+${PYSITELIB}/fire/helptext.py
+${PYSITELIB}/fire/helptext.pyc
+${PYSITELIB}/fire/helptext_test.py
+${PYSITELIB}/fire/helptext_test.pyc
+${PYSITELIB}/fire/inspectutils.py
+${PYSITELIB}/fire/inspectutils.pyc
+${PYSITELIB}/fire/inspectutils_test.py
+${PYSITELIB}/fire/inspectutils_test.pyc
+${PYSITELIB}/fire/interact.py
+${PYSITELIB}/fire/interact.pyc
+${PYSITELIB}/fire/interact_test.py
+${PYSITELIB}/fire/interact_test.pyc
+${PYSITELIB}/fire/main_test.py
+${PYSITELIB}/fire/main_test.pyc
+${PYSITELIB}/fire/parser.py
+${PYSITELIB}/fire/parser.pyc
+${PYSITELIB}/fire/parser_fuzz_test.py
+${PYSITELIB}/fire/parser_fuzz_test.pyc
+${PYSITELIB}/fire/parser_test.py
+${PYSITELIB}/fire/parser_test.pyc
+${PYSITELIB}/fire/test_components.py
+${PYSITELIB}/fire/test_components.pyc
+${PYSITELIB}/fire/test_components_bin.py
+${PYSITELIB}/fire/test_components_bin.pyc
+${PYSITELIB}/fire/test_components_py3.py
+${PYSITELIB}/fire/test_components_py3.pyc
+${PYSITELIB}/fire/test_components_test.py
+${PYSITELIB}/fire/test_components_test.pyc
+${PYSITELIB}/fire/testutils.py
+${PYSITELIB}/fire/testutils.pyc
+${PYSITELIB}/fire/testutils_test.py
+${PYSITELIB}/fire/testutils_test.pyc
+${PYSITELIB}/fire/trace.py
+${PYSITELIB}/fire/trace.pyc
+${PYSITELIB}/fire/trace_test.py
+${PYSITELIB}/fire/trace_test.pyc
+${PYSITELIB}/fire/value_types.py
+${PYSITELIB}/fire/value_types.pyc
Index: pkgsrc/devel/py-fire/distinfo
diff -u /dev/null pkgsrc/devel/py-fire/distinfo:1.1
--- /dev/null   Thu May 18 12:01:03 2023
+++ pkgsrc/devel/py-fire/distinfo       Thu May 18 12:01:03 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/05/18 12:01:03 nikita Exp $
+
+BLAKE2s (fire-0.5.0.tar.gz) = f88cc4a6b14b8495034a99c14bee1d3fce8275a21f69b07c1b649fa3c7869346
+SHA512 (fire-0.5.0.tar.gz) = 645a9973e27a42aab58b0c045c5ceaa087c9f27b854d870addc4dbf697a0d6f633bf7754a6c07761a965433fe6f1a701b62408d17b590bb5233d99d7fbab0ecf
+Size (fire-0.5.0.tar.gz) = 88282 bytes



Home | Main Index | Thread Index | Old Index