pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Sep  3 05:12:05 UTC 2026

Modified Files:
        pkgsrc/misc: Makefile
Added Files:
        pkgsrc/misc/py-questionary: DESCR Makefile PLIST distinfo

Log Message:
py-questionary: added version 2.1.1

Questionary is a Python library for effortlessly building pretty command line
interfaces.


To generate a diff of this commit:
cvs rdiff -u -r1.683 -r1.684 pkgsrc/misc/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/misc/py-questionary/DESCR \
    pkgsrc/misc/py-questionary/Makefile pkgsrc/misc/py-questionary/PLIST \
    pkgsrc/misc/py-questionary/distinfo

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

Modified files:

Index: pkgsrc/misc/Makefile
diff -u pkgsrc/misc/Makefile:1.683 pkgsrc/misc/Makefile:1.684
--- pkgsrc/misc/Makefile:1.683  Wed Jul 22 13:35:04 2026
+++ pkgsrc/misc/Makefile        Thu Sep  3 05:12:04 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.683 2026/07/22 13:35:04 adam Exp $
+# $NetBSD: Makefile,v 1.684 2026/09/03 05:12:04 adam Exp $
 #
 
 COMMENT=       Miscellaneous utilities
@@ -290,6 +290,7 @@ SUBDIR+=    py-anita
 SUBDIR+=       py-ansi
 SUBDIR+=       py-asciinema
 SUBDIR+=       py-autocommand
+SUBDIR+=       py-copier
 SUBDIR+=       py-crashtest
 SUBDIR+=       py-dep-logic
 SUBDIR+=       py-domdf-python-tools
@@ -305,6 +306,7 @@ SUBDIR+=    py-narwhals
 SUBDIR+=       py-pbs-installer
 SUBDIR+=       py-pep440
 SUBDIR+=       py-platformdirs
+SUBDIR+=       py-questionary
 SUBDIR+=       py-shellingham
 SUBDIR+=       py-sniffio
 SUBDIR+=       py-stdnum

Added files:

Index: pkgsrc/misc/py-questionary/DESCR
diff -u /dev/null pkgsrc/misc/py-questionary/DESCR:1.1
--- /dev/null   Thu Sep  3 05:12:05 2026
+++ pkgsrc/misc/py-questionary/DESCR    Thu Sep  3 05:12:04 2026
@@ -0,0 +1,2 @@
+Questionary is a Python library for effortlessly building pretty command line
+interfaces.
Index: pkgsrc/misc/py-questionary/Makefile
diff -u /dev/null pkgsrc/misc/py-questionary/Makefile:1.1
--- /dev/null   Thu Sep  3 05:12:05 2026
+++ pkgsrc/misc/py-questionary/Makefile Thu Sep  3 05:12:04 2026
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2026/09/03 05:12:04 adam Exp $
+
+DISTNAME=      questionary-2.1.1
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    misc python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=q/questionary/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/tmbo/questionary
+COMMENT=       Python library to build pretty command line user prompts
+LICENSE=       mit
+
+TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=0:../../devel/py-poetry-core
+DEPENDS+=      ${PYPKGPREFIX}-prompt_toolkit>=2.0:../../devel/py-prompt_toolkit
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=5.0.0:../../devel/py-test-cov
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/misc/py-questionary/PLIST
diff -u /dev/null pkgsrc/misc/py-questionary/PLIST:1.1
--- /dev/null   Thu Sep  3 05:12:05 2026
+++ pkgsrc/misc/py-questionary/PLIST    Thu Sep  3 05:12:04 2026
@@ -0,0 +1,64 @@
+@comment $NetBSD: PLIST,v 1.1 2026/09/03 05:12:04 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/NOTICE
+${PYSITELIB}/questionary/__init__.py
+${PYSITELIB}/questionary/__init__.pyc
+${PYSITELIB}/questionary/__init__.pyo
+${PYSITELIB}/questionary/constants.py
+${PYSITELIB}/questionary/constants.pyc
+${PYSITELIB}/questionary/constants.pyo
+${PYSITELIB}/questionary/form.py
+${PYSITELIB}/questionary/form.pyc
+${PYSITELIB}/questionary/form.pyo
+${PYSITELIB}/questionary/prompt.py
+${PYSITELIB}/questionary/prompt.pyc
+${PYSITELIB}/questionary/prompt.pyo
+${PYSITELIB}/questionary/prompts/__init__.py
+${PYSITELIB}/questionary/prompts/__init__.pyc
+${PYSITELIB}/questionary/prompts/__init__.pyo
+${PYSITELIB}/questionary/prompts/autocomplete.py
+${PYSITELIB}/questionary/prompts/autocomplete.pyc
+${PYSITELIB}/questionary/prompts/autocomplete.pyo
+${PYSITELIB}/questionary/prompts/checkbox.py
+${PYSITELIB}/questionary/prompts/checkbox.pyc
+${PYSITELIB}/questionary/prompts/checkbox.pyo
+${PYSITELIB}/questionary/prompts/common.py
+${PYSITELIB}/questionary/prompts/common.pyc
+${PYSITELIB}/questionary/prompts/common.pyo
+${PYSITELIB}/questionary/prompts/confirm.py
+${PYSITELIB}/questionary/prompts/confirm.pyc
+${PYSITELIB}/questionary/prompts/confirm.pyo
+${PYSITELIB}/questionary/prompts/password.py
+${PYSITELIB}/questionary/prompts/password.pyc
+${PYSITELIB}/questionary/prompts/password.pyo
+${PYSITELIB}/questionary/prompts/path.py
+${PYSITELIB}/questionary/prompts/path.pyc
+${PYSITELIB}/questionary/prompts/path.pyo
+${PYSITELIB}/questionary/prompts/press_any_key_to_continue.py
+${PYSITELIB}/questionary/prompts/press_any_key_to_continue.pyc
+${PYSITELIB}/questionary/prompts/press_any_key_to_continue.pyo
+${PYSITELIB}/questionary/prompts/rawselect.py
+${PYSITELIB}/questionary/prompts/rawselect.pyc
+${PYSITELIB}/questionary/prompts/rawselect.pyo
+${PYSITELIB}/questionary/prompts/select.py
+${PYSITELIB}/questionary/prompts/select.pyc
+${PYSITELIB}/questionary/prompts/select.pyo
+${PYSITELIB}/questionary/prompts/text.py
+${PYSITELIB}/questionary/prompts/text.pyc
+${PYSITELIB}/questionary/prompts/text.pyo
+${PYSITELIB}/questionary/py.typed
+${PYSITELIB}/questionary/question.py
+${PYSITELIB}/questionary/question.pyc
+${PYSITELIB}/questionary/question.pyo
+${PYSITELIB}/questionary/styles.py
+${PYSITELIB}/questionary/styles.pyc
+${PYSITELIB}/questionary/styles.pyo
+${PYSITELIB}/questionary/utils.py
+${PYSITELIB}/questionary/utils.pyc
+${PYSITELIB}/questionary/utils.pyo
+${PYSITELIB}/questionary/version.py
+${PYSITELIB}/questionary/version.pyc
+${PYSITELIB}/questionary/version.pyo
Index: pkgsrc/misc/py-questionary/distinfo
diff -u /dev/null pkgsrc/misc/py-questionary/distinfo:1.1
--- /dev/null   Thu Sep  3 05:12:05 2026
+++ pkgsrc/misc/py-questionary/distinfo Thu Sep  3 05:12:05 2026
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2026/09/03 05:12:05 adam Exp $
+
+BLAKE2s (questionary-2.1.1.tar.gz) = 7917a82819de74af2c0bc95ae62118da179b77f26cce459db65294b0995bb6b9
+SHA512 (questionary-2.1.1.tar.gz) = a21b046375a7c82374c3e023662ddc9600cdddd9bde68d7f1b6a0d6b87ae7614b99f7fc3f509743ff0ab61036f600be567290ad20a1dbda941e293d397ea1ab2
+Size (questionary-2.1.1.tar.gz) = 25845 bytes



Home | Main Index | Thread Index | Old Index