mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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:
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
|
@ -5148,6 +5148,7 @@
|
||||||
SUBDIR += py-urwidtrees
|
SUBDIR += py-urwidtrees
|
||||||
SUBDIR += py-usb
|
SUBDIR += py-usb
|
||||||
SUBDIR += py-user_agents
|
SUBDIR += py-user_agents
|
||||||
|
SUBDIR += py-userpath
|
||||||
SUBDIR += py-utils
|
SUBDIR += py-utils
|
||||||
SUBDIR += py-uvloop
|
SUBDIR += py-uvloop
|
||||||
SUBDIR += py-validators
|
SUBDIR += py-validators
|
||||||
|
|
25
devel/py-userpath/Makefile
Normal file
25
devel/py-userpath/Makefile
Normal 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>
|
3
devel/py-userpath/distinfo
Normal file
3
devel/py-userpath/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
TIMESTAMP = 1578125679
|
||||||
|
SHA256 (userpath-1.3.0.tar.gz) = dd0b8ba650732c614c5e6b709e51be321c596566422d99a443d545401a965468
|
||||||
|
SIZE (userpath-1.3.0.tar.gz) = 19056
|
5
devel/py-userpath/pkg-descr
Normal file
5
devel/py-userpath/pkg-descr
Normal 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
|
Loading…
Add table
Reference in a new issue