pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-posting



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jul 14 12:50:40 UTC 2024

Added Files:
        pkgsrc/www/py-posting: ALTERNATIVES DESCR Makefile PLIST distinfo

Log Message:
www/py-posting: import py-posting-1.1.0

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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/www/py-posting/ALTERNATIVES \
    pkgsrc/www/py-posting/DESCR pkgsrc/www/py-posting/Makefile \
    pkgsrc/www/py-posting/PLIST pkgsrc/www/py-posting/distinfo

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

Added files:

Index: pkgsrc/www/py-posting/ALTERNATIVES
diff -u /dev/null pkgsrc/www/py-posting/ALTERNATIVES:1.1
--- /dev/null   Sun Jul 14 12:50:40 2024
+++ pkgsrc/www/py-posting/ALTERNATIVES  Sun Jul 14 12:50:40 2024
@@ -0,0 +1 @@
+bin/posting @PREFIX@/bin/posting-@PYVERSSUFFIX@
Index: pkgsrc/www/py-posting/DESCR
diff -u /dev/null pkgsrc/www/py-posting/DESCR:1.1
--- /dev/null   Sun Jul 14 12:50:40 2024
+++ pkgsrc/www/py-posting/DESCR Sun Jul 14 12:50:40 2024
@@ -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.
Index: pkgsrc/www/py-posting/Makefile
diff -u /dev/null pkgsrc/www/py-posting/Makefile:1.1
--- /dev/null   Sun Jul 14 12:50:40 2024
+++ pkgsrc/www/py-posting/Makefile      Sun Jul 14 12:50:40 2024
@@ -0,0 +1,32 @@
+# $NetBSD: Makefile,v 1.1 2024/07/14 12:50:40 wiz Exp $
+
+DISTNAME=      posting-1.1.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}-textual-[0-9]*:../../comms/py-textual
+DEPENDS+=      ${PYPKGPREFIX}-textual-autocomplete-[0-9]*:../../comms/py-textual-autocomplete
+DEPENDS+=      ${PYPKGPREFIX}-click-[0-9]*:../../devel/py-click
+DEPENDS+=      ${PYPKGPREFIX}-click-default-group-[0-9]*:../../devel/py-click-default-group
+DEPENDS+=      ${PYPKGPREFIX}-httpx-[0-9]*:../../www/py-httpx
+DEPENDS+=      ${PYPKGPREFIX}-pyperclip-[0-9]*:../../x11/py-pyperclip
+DEPENDS+=      ${PYPKGPREFIX}-pydantic-[0-9]*:../../devel/py-pydantic
+DEPENDS+=      ${PYPKGPREFIX}-pydantic-settings-[0-9]*:../../devel/py-pydantic-settings
+DEPENDS+=      ${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml
+DEPENDS+=      ${PYPKGPREFIX}-dotenv-[0-9]*:../../devel/py-dotenv
+DEPENDS+=      ${PYPKGPREFIX}-xdg-base-dirs-[0-9]*:../../devel/py-xdg-base-dirs
+
+USE_LANGUAGES= # none
+
+post-install:
+       cd ${DESTDIR}${PREFIX}/bin && ${MV} posting posting-${PYVERSSUFFIX}
+
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/py-posting/PLIST
diff -u /dev/null pkgsrc/www/py-posting/PLIST:1.1
--- /dev/null   Sun Jul 14 12:50:40 2024
+++ pkgsrc/www/py-posting/PLIST Sun Jul 14 12:50:40 2024
@@ -0,0 +1,156 @@
+@comment $NetBSD: PLIST,v 1.1 2024/07/14 12:50:40 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/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/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/suggesters.py
+${PYSITELIB}/posting/suggesters.pyc
+${PYSITELIB}/posting/suggesters.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/datatable.py
+${PYSITELIB}/posting/widgets/datatable.pyc
+${PYSITELIB}/posting/widgets/datatable.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/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/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
Index: pkgsrc/www/py-posting/distinfo
diff -u /dev/null pkgsrc/www/py-posting/distinfo:1.1
--- /dev/null   Sun Jul 14 12:50:40 2024
+++ pkgsrc/www/py-posting/distinfo      Sun Jul 14 12:50:40 2024
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2024/07/14 12:50:40 wiz Exp $
+
+BLAKE2s (posting-1.1.0.tar.gz) = bb98dd4ae6ab825f83b99f96e3c4335555d1e2e285ad6046c815f74b3edc3e23
+SHA512 (posting-1.1.0.tar.gz) = f0c014cf66253b8eb0bce0da4f0d464c9f9c2bba6179e787e6fe00bd1591b0d12ea94457b894cceeb076f55be9c91433a75fc690b0310bf66f24eef285658413
+Size (posting-1.1.0.tar.gz) = 63664 bytes



Home | Main Index | Thread Index | Old Index