Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Aug 2019 17:59:56 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r508197 - head/devel/py-scikit-build
Message-ID:  <201908051759.x75Hxuhn004622@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Mon Aug  5 17:59:56 2019
New Revision: 508197
URL: https://svnweb.freebsd.org/changeset/ports/508197

Log:
  devel/py-scikit-build: Add py-wheel to RUN_DEPENDS
  
  PR:		239665
  Reported by:	sunpoet

Modified:
  head/devel/py-scikit-build/Makefile

Modified: head/devel/py-scikit-build/Makefile
==============================================================================
--- head/devel/py-scikit-build/Makefile	Mon Aug  5 17:31:37 2019	(r508196)
+++ head/devel/py-scikit-build/Makefile	Mon Aug  5 17:59:56 2019	(r508197)
@@ -2,6 +2,7 @@
 
 PORTNAME=	scikit-build
 DISTVERSION=	0.10.0
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +13,8 @@ COMMENT=	Build system generator for Python C/C++/Fortr
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}packaging>0:devel/py-packaging@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}packaging>0:devel/py-packaging@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}wheel>=0.29.0:devel/py-wheel@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	distutils autoplist



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