Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Oct 2019 19:01:15 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r514681 - head/devel/py-zipp
Message-ID:  <201910171901.x9HJ1FYa077097@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Thu Oct 17 19:01:15 2019
New Revision: 514681
URL: https://svnweb.freebsd.org/changeset/ports/514681

Log:
  Revert 514663, it breaks bulk -a

Modified:
  head/devel/py-zipp/Makefile

Modified: head/devel/py-zipp/Makefile
==============================================================================
--- head/devel/py-zipp/Makefile	Thu Oct 17 18:46:57 2019	(r514680)
+++ head/devel/py-zipp/Makefile	Thu Oct 17 19:01:15 2019	(r514681)
@@ -2,7 +2,7 @@
 
 PORTNAME=	zipp
 PORTVERSION=	0.6.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,10 +13,9 @@ COMMENT=	Backport of pathlib-compatible object wrapper
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}more-itertools>0:devel/py-more-itertools@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR}
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR}
 
-USES=		python:3.4+
+USES=		python
 USE_PYTHON=	autoplist distutils
 
 .include <bsd.port.mk>



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