Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Jan 2020 04:07:12 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r522088 - in head/devel: . py-userpath
Message-ID:  <202001050407.00547Cv2048345@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Jan  5 04:07:11 2020
New Revision: 522088
URL: https://svnweb.freebsd.org/changeset/ports/522088

Log:
  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

Added:
  head/devel/py-userpath/
  head/devel/py-userpath/Makefile   (contents, props changed)
  head/devel/py-userpath/distinfo   (contents, props changed)
  head/devel/py-userpath/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sun Jan  5 04:07:05 2020	(r522087)
+++ head/devel/Makefile	Sun Jan  5 04:07:11 2020	(r522088)
@@ -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

Added: head/devel/py-userpath/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-userpath/Makefile	Sun Jan  5 04:07:11 2020	(r522088)
@@ -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>

Added: head/devel/py-userpath/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-userpath/distinfo	Sun Jan  5 04:07:11 2020	(r522088)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1578125679
+SHA256 (userpath-1.3.0.tar.gz) = dd0b8ba650732c614c5e6b709e51be321c596566422d99a443d545401a965468
+SIZE (userpath-1.3.0.tar.gz) = 19056

Added: head/devel/py-userpath/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-userpath/pkg-descr	Sun Jan  5 04:07:11 2020	(r522088)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001050407.00547Cv2048345>