Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Jun 2017 02:19:05 +0000 (UTC)
From:      Ben Woods <woodsb02@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r443059 - in head/devel: . py-pip py3-pip
Message-ID:  <201706100219.v5A2J5j8011312@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: woodsb02
Date: Sat Jun 10 02:19:04 2017
New Revision: 443059
URL: https://svnweb.freebsd.org/changeset/ports/443059

Log:
  [NEW] devel/py3-pip: Add Python 3.x version of this port
  
  PR:		219833
  PR:		212950

Added:
  head/devel/py3-pip/
  head/devel/py3-pip/Makefile   (contents, props changed)
Modified:
  head/devel/Makefile
  head/devel/py-pip/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sat Jun 10 02:15:33 2017	(r443058)
+++ head/devel/Makefile	Sat Jun 10 02:19:04 2017	(r443059)
@@ -4969,6 +4969,7 @@
     SUBDIR += py3-lxml
     SUBDIR += py3-mccabe
     SUBDIR += py3-nose
+    SUBDIR += py3-pip
     SUBDIR += py3-ply
     SUBDIR += py3-pretend
     SUBDIR += py3-prompt_toolkit

Modified: head/devel/py-pip/Makefile
==============================================================================
--- head/devel/py-pip/Makefile	Sat Jun 10 02:15:33 2017	(r443058)
+++ head/devel/py-pip/Makefile	Sat Jun 10 02:19:04 2017	(r443059)
@@ -13,7 +13,7 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 # Tests also need bzr, git, otherwise they fail
-TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest \
+TEST_DEPENDS?=	${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest \
 		${PYTHON_PKGNAMEPREFIX}pytest-capturelog>0:devel/py-pytest-capturelog \
 		${PYTHON_PKGNAMEPREFIX}pytest-timeout>0:devel/py-pytest-timeout \
 		${PYTHON_PKGNAMEPREFIX}pytest-xdist>0:devel/py-pytest-xdist \
@@ -27,13 +27,13 @@ TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py
 
 OPTIONS_DEFINE=	DOCS
 
-DOCS_BUILD_DEPENDS=	sphinx-build:textproc/py-sphinx
+DOCS_BUILD_DEPENDS?=	sphinx-build:textproc/py-sphinx
 DOCS_PORTDOCS=	*
 DOCS_VARS=	PYDISTUTILS_BUILD_TARGET=build_sphinx \
 		PYDISTUTILS_BUILDARGS="-n --all-files --fresh-env"
 
 NO_ARCH=	yes
-USES=		python shebangfix
+USES?=		python shebangfix
 USE_GITHUB=	yes
 USE_PYTHON=	autoplist concurrent distutils
 

Added: head/devel/py3-pip/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py3-pip/Makefile	Sat Jun 10 02:19:04 2017	(r443059)
@@ -0,0 +1,22 @@
+# Created by: Ben Woods <woodsb02@FreeBSD.org>
+# $FreeBSD$
+
+MASTERDIR=	${.CURDIR}/../py-pip
+
+TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py3-pytest \
+		${PYTHON_PKGNAMEPREFIX}pytest-capturelog>0:devel/py3-pytest-capturelog \
+		${PYTHON_PKGNAMEPREFIX}pytest-timeout>0:devel/py3-pytest-timeout \
+		${PYTHON_PKGNAMEPREFIX}pytest-xdist>0:devel/py3-pytest-xdist \
+		${PYTHON_PKGNAMEPREFIX}virtualenv>=1.10:devel/py3-virtualenv \
+		${PYTHON_PKGNAMEPREFIX}scripttest>=1.3:devel/py3-scripttest \
+		${PYTHON_PKGNAMEPREFIX}mock>0:devel/py3-mock \
+		${PYTHON_PKGNAMEPREFIX}pretend>0:devel/py3-pretend \
+		${PYTHON_PKGNAMEPREFIX}freezegun>0:devel/py3-freezegun \
+		git>0:devel/git \
+		bzr>0:devel/bzr
+
+DOCS_BUILD_DEPENDS=	sphinx-build:textproc/py3-sphinx
+
+USES=		python:3.3+ shebangfix
+
+.include "${MASTERDIR}/Makefile"



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