python-userpath: Add new package

The patches have been submitted upstream in
https://github.com/ofek/userpath/pull/52 and
https://github.com/ofek/userpath/pull/53.

From the README:

This is a tool for modifying a user's PATH.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
Jeffery To
2023-11-10 14:14:48 +08:00
committed by Tianling Shen
parent b354a7edbe
commit 5b3e4a4b3f
5 changed files with 279 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
#!/bin/sh
[ "$1" = python3-userpath ] || exit 0
userpath --version | grep -Fx "userpath, version $PKG_VERSION"