Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Feb 2020 09:44:57 +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: r525631 - in head/devel: . py-pip-run
Message-ID:  <202002090944.0199iv3J012304@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Feb  9 09:44:57 2020
New Revision: 525631
URL: https://svnweb.freebsd.org/changeset/ports/525631

Log:
  Add py-pip-run 7.0.0
  
  pip-run provides on-demand temporary package installation for a single
  interpreter run.
  
  WWW: https://github.com/jaraco/pip-run

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sun Feb  9 09:44:42 2020	(r525630)
+++ head/devel/Makefile	Sun Feb  9 09:44:57 2020	(r525631)
@@ -4719,6 +4719,7 @@
     SUBDIR += py-pinocchio
     SUBDIR += py-pip
     SUBDIR += py-pip-api
+    SUBDIR += py-pip-run
     SUBDIR += py-pip-tools
     SUBDIR += py-pipdeptree
     SUBDIR += py-pipenv

Added: head/devel/py-pip-run/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-pip-run/Makefile	Sun Feb  9 09:44:57 2020	(r525631)
@@ -0,0 +1,24 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	pip-run
+PORTVERSION=	7.0.0
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Install packages and run Python with them
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools_scm>=1.15.0:devel/py-setuptools_scm@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pip>=0:devel/py-pip@${PY_FLAVOR}
+
+USES=		python:3.6+
+USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/devel/py-pip-run/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-pip-run/distinfo	Sun Feb  9 09:44:57 2020	(r525631)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1581240101
+SHA256 (pip-run-7.0.0.tar.gz) = 2163d845aacf05398daca1ba420ef5ef11dbfbba50b9c167d8a4e2fc231dd7b7
+SIZE (pip-run-7.0.0.tar.gz) = 27347

Added: head/devel/py-pip-run/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-pip-run/pkg-descr	Sun Feb  9 09:44:57 2020	(r525631)
@@ -0,0 +1,4 @@
+pip-run provides on-demand temporary package installation for a single
+interpreter run.
+
+WWW: https://github.com/jaraco/pip-run



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