Date: Thu, 29 Mar 2018 20:01:51 +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: r465923 - head/devel/py-pyutil Message-ID: <201803292001.w2TK1ph8095683@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Thu Mar 29 20:01:50 2018 New Revision: 465923 URL: https://svnweb.freebsd.org/changeset/ports/465923 Log: Relax USES=python - Fix version requirement of RUN_DEPENDS - Add NO_ARCH - Allow concurrent installation (USE_PYTHON=concurrent) - Bump PORTREVISION for dependency and package change PR: 226771 Submitted by: sunpoet (myself) Approved by: wen (maintainer) Modified: head/devel/py-pyutil/Makefile Modified: head/devel/py-pyutil/Makefile ============================================================================== --- head/devel/py-pyutil/Makefile Thu Mar 29 20:01:41 2018 (r465922) +++ head/devel/py-pyutil/Makefile Thu Mar 29 20:01:50 2018 (r465923) @@ -3,7 +3,7 @@ PORTNAME= pyutil PORTVERSION= 3.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,11 +13,12 @@ COMMENT= Collection of mature utilities for Python pro LICENSE= GPLv2 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}simplejson>=2.1.1:devel/py-simplejson@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}zbase32>=1.1.0:converters/zbase32 +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}simplejson>=2.1.0:devel/py-simplejson@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}zbase32>=1.0:converters/zbase32 -USES= python:2.7 -USE_PYTHON= distutils autoplist +NO_ARCH= yes +USES= python +USE_PYTHON= autoplist concurrent distutils post-extract: @${FIND} ${WRKSRC} -type f -name "*.py~" -delete
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803292001.w2TK1ph8095683>