pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-pipx
Module Name: pkgsrc
Committed By: adam
Date: Sat Dec 27 14:46:03 UTC 2025
Modified Files:
pkgsrc/devel/py-pipx: Makefile distinfo
Log Message:
py-pipx: updated to 1.8.0
1.8.0
[pre-commit.ci] pre-commit autoupdate
[pre-commit.ci] pre-commit autoupdate
Bump pypa/gh-action-pypi-publish from 1.9.0 to 1.10.0 in the actions group
fix(commands/common/_copy_package_resource): if destination exists and files are same, do not overwrite existing files
Bump pypa/gh-action-pypi-publish from 1.10.0 to 1.10.1 in the actions group
Fix /changelog/ and /contributing/ docs URLs
[pre-commit.ci] pre-commit autoupdate
[pre-commit.ci] pre-commit autoupdate
Bump pypa/gh-action-pypi-publish from 1.10.1 to 1.10.2 in the actions group
[pre-commit.ci] pre-commit autoupdate
[pre-commit.ci] pre-commit autoupdate
Bump pypa/gh-action-pypi-publish from 1.10.2 to 1.10.3 in the actions group
Bump pypa/gh-action-pypi-publish from 1.10.3 to 1.12.0 in the actions group across 1 directory
Bump pypa/gh-action-pypi-publish from 1.12.0 to 1.12.2 in the actions group
feat: rename USE_EMOJI to PIPX_USE_EMOJI
chore(deps): bump pypa/gh-action-pypi-publish from 1.12.2 to 1.12.3 in the actions group
Add --all-shells flag to ensure_path
chore(deps): bump pypa/gh-action-pypi-publish from 1.12.3 to 1.12.4 in the actions group
fix: no message when no packages upgraded with upgrade-all
fix: make Github Action safe to RCE via pull request title
Drop support for Python 3.8
Upgrade ruff and rename ruleset: TCH → TC
fix 1610: Reorder upgrade option and arguments
Update the archive name of build of Python for Windows
Update the logic of finding python interpreter
Check for stdout/stderr in case file descriptor is closed
BUG: fix running a script with explicitly empty dependencies = []
fix 1652: Use GitHub API for standalone python checksums
Fix typo in PATH notification message
Add examples for using ssh to install from Source Control
Add support for Python 3.13
chore(deps): bump pypa/gh-action-pypi-publish from 1.12.4 to 1.13.0 in /.github/workflows
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-pipx/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-pipx/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/py-pipx/Makefile
diff -u pkgsrc/devel/py-pipx/Makefile:1.2 pkgsrc/devel/py-pipx/Makefile:1.3
--- pkgsrc/devel/py-pipx/Makefile:1.2 Fri Aug 15 06:51:56 2025
+++ pkgsrc/devel/py-pipx/Makefile Sat Dec 27 14:46:03 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2025/08/15 06:51:56 kim Exp $
+# $NetBSD: Makefile,v 1.3 2025/12/27 14:46:03 adam Exp $
-DISTNAME= pipx-1.7.1
+DISTNAME= pipx-1.8.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pipx/}
@@ -10,18 +10,20 @@ HOMEPAGE= https://pipx.pypa.io/
COMMENT= Install and Run Python Applications in Isolated Environments
LICENSE= mit
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatch-vcs>=0.4:../../devel/py-hatch-vcs
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=1.18:../../devel/py-hatchling
DEPENDS+= ${PYPKGPREFIX}-argcomplete>=1.9.4:../../devel/py-argcomplete
-DEPENDS+= ${PYPKGPREFIX}-colorama>=0.4.4:../../comms/py-colorama
DEPENDS+= ${PYPKGPREFIX}-packaging>=20:../../devel/py-packaging
DEPENDS+= ${PYPKGPREFIX}-platformdirs>=2.1:../../misc/py-platformdirs
-DEPENDS+= ${PYPKGPREFIX}-tomli-[0-9]*:../../textproc/py-tomli
DEPENDS+= ${PYPKGPREFIX}-userpath>=1.9.2:../../devel/py-userpath
-TOOL_DEPENDS+= ${PYPKGPREFIX}-hatch-vcs-[0-9]*:../../devel/py-hatch-vcs
-TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling-[0-9]*:../../devel/py-hatchling
-
USE_LANGUAGES= # none
+.include "../../lang/python/pyversion.mk"
+.if ${PYTHON_VERSION} < 311
+DEPENDS+= ${PYPKGPREFIX}-tomli-[0-9]*:../../textproc/py-tomli
+.endif
+
post-install:
cd ${DESTDIR}${PREFIX}/bin && ${MV} pipx pipx${PYVERSSUFFIX} || ${TRUE}
Index: pkgsrc/devel/py-pipx/distinfo
diff -u pkgsrc/devel/py-pipx/distinfo:1.1 pkgsrc/devel/py-pipx/distinfo:1.2
--- pkgsrc/devel/py-pipx/distinfo:1.1 Fri Aug 15 05:49:28 2025
+++ pkgsrc/devel/py-pipx/distinfo Sat Dec 27 14:46:03 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2025/08/15 05:49:28 kim Exp $
+$NetBSD: distinfo,v 1.2 2025/12/27 14:46:03 adam Exp $
-BLAKE2s (pipx-1.7.1.tar.gz) = 763a7ea1c679adad97ee2ff6a7cc82f3d7a37553fa009c847ac7f2684d8ae9a3
-SHA512 (pipx-1.7.1.tar.gz) = b74ad8d46a6a53781712af735daafdeebf4cd65d5c94497101f9dda980fa65205348b8e23f8f21cfad3798260184991a28733d41505c9056f1895ab10d2ef0b9
-Size (pipx-1.7.1.tar.gz) = 291889 bytes
+BLAKE2s (pipx-1.8.0.tar.gz) = 7c31949d119ebe97411c63f10d4bfc440301a12e058111efd5aea3ce27fa73a4
+SHA512 (pipx-1.8.0.tar.gz) = dbed60c2c2022769561b96d57b6255eddff1c0b88b6d4c5f901d2725748affd2afd1846a1ee33c25293cb0e33045cd84255c241f2adba6209c17de23520a7cac
+Size (pipx-1.8.0.tar.gz) = 292105 bytes
Home |
Main Index |
Thread Index |
Old Index