pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-posting: upgrade candidate
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date: Tue Mar 4 08:32:53 2025 +0100
Changeset: 45ab7194ee42541fba103482dd938e29c124739e
Modified Files:
Makefile
Added Files:
py-posting/ALTERNATIVES
py-posting/DESCR
py-posting/Makefile
py-posting/PLIST
py-posting/distinfo
Log Message:
py-posting: upgrade candidate
Waiting for support for pkgsrc version of pydantic.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=45ab7194ee42541fba103482dd938e29c124739e
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
py-posting/ALTERNATIVES | 1 +
py-posting/DESCR | 10 +++
py-posting/Makefile | 45 ++++++++++++
py-posting/PLIST | 192 ++++++++++++++++++++++++++++++++++++++++++++++++
py-posting/distinfo | 5 ++
6 files changed, 254 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index c7f0a781ae..c0a28b17ee 100644
--- a/Makefile
+++ b/Makefile
@@ -4369,6 +4369,7 @@ SUBDIR+= py-portalocker
SUBDIR+= py-portray
SUBDIR+= py-poster
SUBDIR+= py-postgresfixture
+SUBDIR+= py-posting
SUBDIR+= py-postmarkup
SUBDIR+= py-potr
SUBDIR+= py-pox
diff --git a/py-posting/ALTERNATIVES b/py-posting/ALTERNATIVES
new file mode 100644
index 0000000000..f028420e4c
--- /dev/null
+++ b/py-posting/ALTERNATIVES
@@ -0,0 +1 @@
+bin/posting @PREFIX@/bin/posting-@PYVERSSUFFIX@
diff --git a/py-posting/DESCR b/py-posting/DESCR
new file mode 100644
index 0000000000..60b82209a0
--- /dev/null
+++ b/py-posting/DESCR
@@ -0,0 +1,10 @@
+Posting is an HTTP client, not unlike Postman and Insomnia. As a
+TUI application, it can be used over SSH and enables efficient
+keyboard-centric workflows. Your requests are stored locally in
+simple YAML files, meaning they're easy to read and version control.
+
+Some notable features include: "jump mode" navigation,
+environments/variables system with autocompletion, syntax highlighting
+powered by tree-sitter, Vim keys, various builtin themes, a
+configuration system, "open in $EDITOR", and a command palette for
+quickly accessing functionality.
diff --git a/py-posting/Makefile b/py-posting/Makefile
new file mode 100644
index 0000000000..ef48d48f3d
--- /dev/null
+++ b/py-posting/Makefile
@@ -0,0 +1,45 @@
+# $NetBSD: Makefile,v 1.12 2024/11/24 10:44:23 wiz Exp $
+
+DISTNAME= posting-2.4.0
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= www
+MASTER_SITES= ${MASTER_SITE_PYPI:=p/posting/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/darrenburns/posting
+COMMENT= Modern API client that lives in your terminal
+LICENSE= apache-2.0
+
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling-[0-9]*:../../devel/py-hatchling
+DEPENDS+= ${PYPKGPREFIX}-click-default-group>=1.2.4:../../devel/py-click-default-group
+DEPENDS+= ${PYPKGPREFIX}-click>=8.1.7:../../devel/py-click
+DEPENDS+= ${PYPKGPREFIX}-dotenv>=1.0.1:../../devel/py-dotenv
+DEPENDS+= ${PYPKGPREFIX}-httpx>=0.27.2:../../www/py-httpx
+DEPENDS+= ${PYPKGPREFIX}-pydantic-settings>=2.4.0:../../devel/py-pydantic-settings
+DEPENDS+= ${PYPKGPREFIX}-pydantic>=2.9.2:../../devel/py-pydantic
+DEPENDS+= ${PYPKGPREFIX}-pyperclip>=1.9.0:../../x11/py-pyperclip
+DEPENDS+= ${PYPKGPREFIX}-textual-autocomplete>=4.0.0a0:../../comms/py-textual-autocomplete
+DEPENDS+= ${PYPKGPREFIX}-textual>=2.1.1:../../comms/py-textual
+DEPENDS+= ${PYPKGPREFIX}-watchfiles>=0.24.0:../../misc/py-watchfiles
+DEPENDS+= ${PYPKGPREFIX}-xdg-base-dirs>=6.0.1:../../devel/py-xdg-base-dirs
+DEPENDS+= ${PYPKGPREFIX}-yaml>=6.0.2:../../textproc/py-yaml
+TEST_DEPENDS+= ${PYPKGPREFIX}-textual-dev>=1.5.1:../../comms/py-textual-dev
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-textual-snapshot>=1.0.0:../../devel/py-test-textual-snapshot
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=5.0.0:../../devel/py-test-cov
+TEST_DEPENDS+= ${PYPKGPREFIX}-jinja2>=3.1.4:../../textproc/py-jinja2
+# "syrupy>=4.6.1",
+# "pytest-xdist>=3.6.1",
+# "mkdocs-material>=9.5.30",
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE= 310
+
+# as of 2.3.0
+# 9 failed, 81 passed, 1 warning
+
+post-install:
+ cd ${DESTDIR}${PREFIX}/bin && ${MV} posting posting-${PYVERSSUFFIX}
+
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-posting/PLIST b/py-posting/PLIST
new file mode 100644
index 0000000000..de9cc9392f
--- /dev/null
+++ b/py-posting/PLIST
@@ -0,0 +1,192 @@
+@comment $NetBSD: PLIST,v 1.6 2024/11/24 10:44:23 wiz Exp $
+bin/posting-${PYVERSSUFFIX}
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/NOTICE
+${PYSITELIB}/posting/__init__.py
+${PYSITELIB}/posting/__init__.pyc
+${PYSITELIB}/posting/__init__.pyo
+${PYSITELIB}/posting/__main__.py
+${PYSITELIB}/posting/__main__.pyc
+${PYSITELIB}/posting/__main__.pyo
+${PYSITELIB}/posting/app.py
+${PYSITELIB}/posting/app.pyc
+${PYSITELIB}/posting/app.pyo
+${PYSITELIB}/posting/collection.py
+${PYSITELIB}/posting/collection.pyc
+${PYSITELIB}/posting/collection.pyo
+${PYSITELIB}/posting/commands.py
+${PYSITELIB}/posting/commands.pyc
+${PYSITELIB}/posting/commands.pyo
+${PYSITELIB}/posting/config.py
+${PYSITELIB}/posting/config.pyc
+${PYSITELIB}/posting/config.pyo
+${PYSITELIB}/posting/exit_codes.py
+${PYSITELIB}/posting/exit_codes.pyc
+${PYSITELIB}/posting/exit_codes.pyo
+${PYSITELIB}/posting/files.py
+${PYSITELIB}/posting/files.pyc
+${PYSITELIB}/posting/files.pyo
+${PYSITELIB}/posting/help_screen.py
+${PYSITELIB}/posting/help_screen.pyc
+${PYSITELIB}/posting/help_screen.pyo
+${PYSITELIB}/posting/highlight_url.py
+${PYSITELIB}/posting/highlight_url.pyc
+${PYSITELIB}/posting/highlight_url.pyo
+${PYSITELIB}/posting/highlighters.py
+${PYSITELIB}/posting/highlighters.pyc
+${PYSITELIB}/posting/highlighters.pyo
+${PYSITELIB}/posting/importing/curl.py
+${PYSITELIB}/posting/importing/curl.pyc
+${PYSITELIB}/posting/importing/curl.pyo
+${PYSITELIB}/posting/importing/open_api.py
+${PYSITELIB}/posting/importing/open_api.pyc
+${PYSITELIB}/posting/importing/open_api.pyo
+${PYSITELIB}/posting/jump_overlay.py
+${PYSITELIB}/posting/jump_overlay.pyc
+${PYSITELIB}/posting/jump_overlay.pyo
+${PYSITELIB}/posting/jumper.py
+${PYSITELIB}/posting/jumper.pyc
+${PYSITELIB}/posting/jumper.pyo
+${PYSITELIB}/posting/locations.py
+${PYSITELIB}/posting/locations.pyc
+${PYSITELIB}/posting/locations.pyo
+${PYSITELIB}/posting/messages.py
+${PYSITELIB}/posting/messages.pyc
+${PYSITELIB}/posting/messages.pyo
+${PYSITELIB}/posting/posting.scss
+${PYSITELIB}/posting/request_headers.py
+${PYSITELIB}/posting/request_headers.pyc
+${PYSITELIB}/posting/request_headers.pyo
+${PYSITELIB}/posting/save_request.py
+${PYSITELIB}/posting/save_request.pyc
+${PYSITELIB}/posting/save_request.pyo
+${PYSITELIB}/posting/scripts.py
+${PYSITELIB}/posting/scripts.pyc
+${PYSITELIB}/posting/scripts.pyo
+${PYSITELIB}/posting/suggesters.py
+${PYSITELIB}/posting/suggesters.pyc
+${PYSITELIB}/posting/suggesters.pyo
+${PYSITELIB}/posting/themes.py
+${PYSITELIB}/posting/themes.pyc
+${PYSITELIB}/posting/themes.pyo
+${PYSITELIB}/posting/tuple_to_multidict.py
+${PYSITELIB}/posting/tuple_to_multidict.pyc
+${PYSITELIB}/posting/tuple_to_multidict.pyo
+${PYSITELIB}/posting/types.py
+${PYSITELIB}/posting/types.pyc
+${PYSITELIB}/posting/types.pyo
+${PYSITELIB}/posting/user_host.py
+${PYSITELIB}/posting/user_host.pyc
+${PYSITELIB}/posting/user_host.pyo
+${PYSITELIB}/posting/variables.py
+${PYSITELIB}/posting/variables.pyc
+${PYSITELIB}/posting/variables.pyo
+${PYSITELIB}/posting/version.py
+${PYSITELIB}/posting/version.pyc
+${PYSITELIB}/posting/version.pyo
+${PYSITELIB}/posting/widgets/__init__.py
+${PYSITELIB}/posting/widgets/__init__.pyc
+${PYSITELIB}/posting/widgets/__init__.pyo
+${PYSITELIB}/posting/widgets/center_middle.py
+${PYSITELIB}/posting/widgets/center_middle.pyc
+${PYSITELIB}/posting/widgets/center_middle.pyo
+${PYSITELIB}/posting/widgets/collection/browser.py
+${PYSITELIB}/posting/widgets/collection/browser.pyc
+${PYSITELIB}/posting/widgets/collection/browser.pyo
+${PYSITELIB}/posting/widgets/collection/new_request_modal.py
+${PYSITELIB}/posting/widgets/collection/new_request_modal.pyc
+${PYSITELIB}/posting/widgets/collection/new_request_modal.pyo
+${PYSITELIB}/posting/widgets/confirmation.py
+${PYSITELIB}/posting/widgets/confirmation.pyc
+${PYSITELIB}/posting/widgets/confirmation.pyo
+${PYSITELIB}/posting/widgets/datatable.py
+${PYSITELIB}/posting/widgets/datatable.pyc
+${PYSITELIB}/posting/widgets/datatable.pyo
+${PYSITELIB}/posting/widgets/input.py
+${PYSITELIB}/posting/widgets/input.pyc
+${PYSITELIB}/posting/widgets/input.pyo
+${PYSITELIB}/posting/widgets/key_value.py
+${PYSITELIB}/posting/widgets/key_value.pyc
+${PYSITELIB}/posting/widgets/key_value.pyo
+${PYSITELIB}/posting/widgets/request/__init__.py
+${PYSITELIB}/posting/widgets/request/__init__.pyc
+${PYSITELIB}/posting/widgets/request/__init__.pyo
+${PYSITELIB}/posting/widgets/request/form_editor.py
+${PYSITELIB}/posting/widgets/request/form_editor.pyc
+${PYSITELIB}/posting/widgets/request/form_editor.pyo
+${PYSITELIB}/posting/widgets/request/header_editor.py
+${PYSITELIB}/posting/widgets/request/header_editor.pyc
+${PYSITELIB}/posting/widgets/request/header_editor.pyo
+${PYSITELIB}/posting/widgets/request/method_selection.py
+${PYSITELIB}/posting/widgets/request/method_selection.pyc
+${PYSITELIB}/posting/widgets/request/method_selection.pyo
+${PYSITELIB}/posting/widgets/request/query_editor.py
+${PYSITELIB}/posting/widgets/request/query_editor.pyc
+${PYSITELIB}/posting/widgets/request/query_editor.pyo
+${PYSITELIB}/posting/widgets/request/request_auth.py
+${PYSITELIB}/posting/widgets/request/request_auth.pyc
+${PYSITELIB}/posting/widgets/request/request_auth.pyo
+${PYSITELIB}/posting/widgets/request/request_body.py
+${PYSITELIB}/posting/widgets/request/request_body.pyc
+${PYSITELIB}/posting/widgets/request/request_body.pyo
+${PYSITELIB}/posting/widgets/request/request_editor.py
+${PYSITELIB}/posting/widgets/request/request_editor.pyc
+${PYSITELIB}/posting/widgets/request/request_editor.pyo
+${PYSITELIB}/posting/widgets/request/request_metadata.py
+${PYSITELIB}/posting/widgets/request/request_metadata.pyc
+${PYSITELIB}/posting/widgets/request/request_metadata.pyo
+${PYSITELIB}/posting/widgets/request/request_options.py
+${PYSITELIB}/posting/widgets/request/request_options.pyc
+${PYSITELIB}/posting/widgets/request/request_options.pyo
+${PYSITELIB}/posting/widgets/request/request_scripts.py
+${PYSITELIB}/posting/widgets/request/request_scripts.pyc
+${PYSITELIB}/posting/widgets/request/request_scripts.pyo
+${PYSITELIB}/posting/widgets/request/url_bar.py
+${PYSITELIB}/posting/widgets/request/url_bar.pyc
+${PYSITELIB}/posting/widgets/request/url_bar.pyo
+${PYSITELIB}/posting/widgets/response/cookies_table.py
+${PYSITELIB}/posting/widgets/response/cookies_table.pyc
+${PYSITELIB}/posting/widgets/response/cookies_table.pyo
+${PYSITELIB}/posting/widgets/response/response_area.py
+${PYSITELIB}/posting/widgets/response/response_area.pyc
+${PYSITELIB}/posting/widgets/response/response_area.pyo
+${PYSITELIB}/posting/widgets/response/response_body.py
+${PYSITELIB}/posting/widgets/response/response_body.pyc
+${PYSITELIB}/posting/widgets/response/response_body.pyo
+${PYSITELIB}/posting/widgets/response/response_headers.py
+${PYSITELIB}/posting/widgets/response/response_headers.pyc
+${PYSITELIB}/posting/widgets/response/response_headers.pyo
+${PYSITELIB}/posting/widgets/response/response_trace.py
+${PYSITELIB}/posting/widgets/response/response_trace.pyc
+${PYSITELIB}/posting/widgets/response/response_trace.pyo
+${PYSITELIB}/posting/widgets/response/script_output.py
+${PYSITELIB}/posting/widgets/response/script_output.pyc
+${PYSITELIB}/posting/widgets/response/script_output.pyo
+${PYSITELIB}/posting/widgets/rich_log.py
+${PYSITELIB}/posting/widgets/rich_log.pyc
+${PYSITELIB}/posting/widgets/rich_log.pyo
+${PYSITELIB}/posting/widgets/select.py
+${PYSITELIB}/posting/widgets/select.pyc
+${PYSITELIB}/posting/widgets/select.pyo
+${PYSITELIB}/posting/widgets/tabbed_content.py
+${PYSITELIB}/posting/widgets/tabbed_content.pyc
+${PYSITELIB}/posting/widgets/tabbed_content.pyo
+${PYSITELIB}/posting/widgets/text_area.py
+${PYSITELIB}/posting/widgets/text_area.pyc
+${PYSITELIB}/posting/widgets/text_area.pyo
+${PYSITELIB}/posting/widgets/tree.py
+${PYSITELIB}/posting/widgets/tree.pyc
+${PYSITELIB}/posting/widgets/tree.pyo
+${PYSITELIB}/posting/widgets/variable_autocomplete.py
+${PYSITELIB}/posting/widgets/variable_autocomplete.pyc
+${PYSITELIB}/posting/widgets/variable_autocomplete.pyo
+${PYSITELIB}/posting/widgets/variable_input.py
+${PYSITELIB}/posting/widgets/variable_input.pyc
+${PYSITELIB}/posting/widgets/variable_input.pyo
+${PYSITELIB}/posting/xresources.py
+${PYSITELIB}/posting/xresources.pyc
+${PYSITELIB}/posting/xresources.pyo
diff --git a/py-posting/distinfo b/py-posting/distinfo
new file mode 100644
index 0000000000..8cb38fbfec
--- /dev/null
+++ b/py-posting/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.10 2024/11/24 10:44:23 wiz Exp $
+
+BLAKE2s (posting-2.4.0.tar.gz) = fe4e239544f0cb986f28cad9d640436c17ca359b02e5b3b408da13c40343b1fc
+SHA512 (posting-2.4.0.tar.gz) = 3122bed42f5beeef68d5b371c1198f293fb67732cdb67bee01533bc2fe1299c88e9ba7916b1c4238aa86085bc6c6b1e9d3a28c5d30d29ceb1996ebb13d7c722f
+Size (posting-2.4.0.tar.gz) = 4801230 bytes
Home |
Main Index |
Thread Index |
Old Index