From owner-svn-ports-head@freebsd.org Wed Sep 26 19:18:17 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C306910B45E4; Wed, 26 Sep 2018 19:18:17 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 58E688A926; Wed, 26 Sep 2018 19:18:17 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 60C681B582; Wed, 26 Sep 2018 19:18:16 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w8QJIGZN056254; Wed, 26 Sep 2018 19:18:16 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8QJIFJI056253; Wed, 26 Sep 2018 19:18:15 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201809261918.w8QJIFJI056253@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 26 Sep 2018 19:18:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r480753 - head/devel/py-pip-tools X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-pip-tools X-SVN-Commit-Revision: 480753 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Sep 2018 19:18:18 -0000 Author: sunpoet Date: Wed Sep 26 19:18:15 2018 New Revision: 480753 URL: https://svnweb.freebsd.org/changeset/ports/480753 Log: Update to 3.0.0 Changes: https://github.com/jazzband/pip-tools/releases Modified: head/devel/py-pip-tools/Makefile head/devel/py-pip-tools/distinfo Modified: head/devel/py-pip-tools/Makefile ============================================================================== --- head/devel/py-pip-tools/Makefile Wed Sep 26 19:18:09 2018 (r480752) +++ head/devel/py-pip-tools/Makefile Wed Sep 26 19:18:15 2018 (r480753) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pip-tools -PORTVERSION= 2.0.2 +PORTVERSION= 3.0.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,17 +13,17 @@ COMMENT= Keep your pinned dependencies fresh LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN_mips64= fails to compile: UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 6865: ordinal not in range(128) -BROKEN_powerpc64= fails to compile: UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 6865: ordinal not in range(128) +BROKEN_mips64= fails to compile: UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 6865: ordinal not in range(128) #' +BROKEN_powerpc64= fails to compile: UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 6865: ordinal not in range(128) #' BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=6:devel/py-click@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}first>=0:devel/py-first@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} -NO_ARCH= yes USES= python -USE_LOCALE= en_US.UTF-8 USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes +USE_LOCALE= en_US.UTF-8 .include Modified: head/devel/py-pip-tools/distinfo ============================================================================== --- head/devel/py-pip-tools/distinfo Wed Sep 26 19:18:09 2018 (r480752) +++ head/devel/py-pip-tools/distinfo Wed Sep 26 19:18:15 2018 (r480753) @@ -1,3 +1,3 @@ -TIMESTAMP = 1529611005 -SHA256 (pip-tools-2.0.2.tar.gz) = f11fc3bf1d87a0b4a68d4d595f619814e2396e92d75d7bdd2500edbf002ea6de -SIZE (pip-tools-2.0.2.tar.gz) = 1355545 +TIMESTAMP = 1537982588 +SHA256 (pip-tools-3.0.0.tar.gz) = 4a94997602848f77ff02f660c0fcdfeaf316924ebb236c865f9742ce212aa6f9 +SIZE (pip-tools-3.0.0.tar.gz) = 86269