Add py-userpath 1.3.0

Ever wanted to release a cool new app but found it difficult to add its location
to PATH for users? Me too! This tool does that for you on all major operating
systems and does not require elevated privileges!

WWW: https://github.com/ofek/userpath
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-01-05 04:07:11 +00:00
parent 6ff18c5d41
commit 70ebff394e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=522088
4 changed files with 34 additions and 0 deletions

View file

@ -5148,6 +5148,7 @@
SUBDIR += py-urwidtrees
SUBDIR += py-usb
SUBDIR += py-user_agents
SUBDIR += py-userpath
SUBDIR += py-utils
SUBDIR += py-uvloop
SUBDIR += py-validators

View file

@ -0,0 +1,25 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= userpath
PORTVERSION= 1.3.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Add locations to the user PATH without elevated privileges
LICENSE= APACHE20 MIT
LICENSE_COMB= dual
LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE-APACHE
LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=0:devel/py-click@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1578125679
SHA256 (userpath-1.3.0.tar.gz) = dd0b8ba650732c614c5e6b709e51be321c596566422d99a443d545401a965468
SIZE (userpath-1.3.0.tar.gz) = 19056

View file

@ -0,0 +1,5 @@
Ever wanted to release a cool new app but found it difficult to add its location
to PATH for users? Me too! This tool does that for you on all major operating
systems and does not require elevated privileges!
WWW: https://github.com/ofek/userpath