Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Sep 2018 19:18:15 +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: r480753 - head/devel/py-pip-tools
Message-ID:  <201809261918.w8QJIFJI056253@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



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