From 70ebff394e727ca62b710e69ebd88fcf5564face Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Sun, 5 Jan 2020 04:07:11 +0000 Subject: [PATCH] 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 --- devel/Makefile | 1 + devel/py-userpath/Makefile | 25 +++++++++++++++++++++++++ devel/py-userpath/distinfo | 3 +++ devel/py-userpath/pkg-descr | 5 +++++ 4 files changed, 34 insertions(+) create mode 100644 devel/py-userpath/Makefile create mode 100644 devel/py-userpath/distinfo create mode 100644 devel/py-userpath/pkg-descr diff --git a/devel/Makefile b/devel/Makefile index 5c19d3d3251e..2390b66d72cc 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -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 diff --git a/devel/py-userpath/Makefile b/devel/py-userpath/Makefile new file mode 100644 index 000000000000..8995455aedfe --- /dev/null +++ b/devel/py-userpath/Makefile @@ -0,0 +1,25 @@ +# Created by: Po-Chuan Hsieh +# $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 diff --git a/devel/py-userpath/distinfo b/devel/py-userpath/distinfo new file mode 100644 index 000000000000..6857d0d79149 --- /dev/null +++ b/devel/py-userpath/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1578125679 +SHA256 (userpath-1.3.0.tar.gz) = dd0b8ba650732c614c5e6b709e51be321c596566422d99a443d545401a965468 +SIZE (userpath-1.3.0.tar.gz) = 19056 diff --git a/devel/py-userpath/pkg-descr b/devel/py-userpath/pkg-descr new file mode 100644 index 000000000000..575ddeac6189 --- /dev/null +++ b/devel/py-userpath/pkg-descr @@ -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