Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Apr 2016 08:29:42 +0000 (UTC)
From:      Nicola Vitale <nivit@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r414038 - head/devel/py-wheel
Message-ID:  <201604260829.u3Q8TgTE014526@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nivit
Date: Tue Apr 26 08:29:42 2016
New Revision: 414038
URL: https://svnweb.freebsd.org/changeset/ports/414038

Log:
  - Update to 0.29.0
  - Add security/ed25519ll to run dependencies when digital signature is enabled
  - Update web site URL

Modified:
  head/devel/py-wheel/Makefile
  head/devel/py-wheel/distinfo
  head/devel/py-wheel/pkg-descr

Modified: head/devel/py-wheel/Makefile
==============================================================================
--- head/devel/py-wheel/Makefile	Tue Apr 26 06:35:28 2016	(r414037)
+++ head/devel/py-wheel/Makefile	Tue Apr 26 08:29:42 2016	(r414038)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	wheel
-PORTVERSION=	0.24.0
+PORTVERSION=	0.29.0
 PORTREVISION=	0
 CATEGORIES=	devel
 MASTER_SITES=	CHEESESHOP
@@ -20,6 +20,7 @@ PIP_RUN_DEPENDS=	pip:devel/py-pip
 
 SIGNATURE_DESC=	Enable digital signature of wheels
 SIGNATURE_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dirspec>=13.05:devel/py-dirspec \
+			${PYTHON_PKGNAMEPREFIX}ed25519ll>=0.6_1:security/py-ed25519ll \
 			${PYTHON_PKGNAMEPREFIX}keyring>=1.3:security/py-keyring \
 			${PYTHON_PKGNAMEPREFIX}xdg>=0.25:devel/py-xdg
 

Modified: head/devel/py-wheel/distinfo
==============================================================================
--- head/devel/py-wheel/distinfo	Tue Apr 26 06:35:28 2016	(r414037)
+++ head/devel/py-wheel/distinfo	Tue Apr 26 08:29:42 2016	(r414038)
@@ -1,2 +1,2 @@
-SHA256 (wheel-0.24.0.tar.gz) = ef832abfedea7ed86b6eae7400128f88053a1da81a37c00613b1279544d585aa
-SIZE (wheel-0.24.0.tar.gz) = 50597
+SHA256 (wheel-0.29.0.tar.gz) = 1ebb8ad7e26b448e9caa4773d2357849bf80ff9e313964bcaf79cbf0201a1648
+SIZE (wheel-0.29.0.tar.gz) = 54143

Modified: head/devel/py-wheel/pkg-descr
==============================================================================
--- head/devel/py-wheel/pkg-descr	Tue Apr 26 06:35:28 2016	(r414037)
+++ head/devel/py-wheel/pkg-descr	Tue Apr 26 08:29:42 2016	(r414038)
@@ -12,4 +12,4 @@ The wheel project provides a bdist_wheel
 setuptools >= 0.8.0). Wheel files can be installed with a newer pip from
 https://github.com/pypa/pip or with wheel's own command line utility.
 
-WWW: http://bitbucket.org/dholth/wheel/
+WWW: https://bitbucket.org/pypa/wheel



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