Date: Fri, 12 Mar 2021 14:38:43 +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: r568180 - head/devel/py-wheel Message-ID: <202103121438.12CEchMj074926@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: nivit Date: Fri Mar 12 14:38:42 2021 New Revision: 568180 URL: https://svnweb.freebsd.org/changeset/ports/568180 Log: devel/py-wheel: update to 0.36.2 Add NO_ARCH variable. [1] Update WWW URL in pkg-descr. [1] Changes: https://wheel.readthedocs.io/en/stable/news.html PR: 248836 [1] Submitted by: thierry 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 Fri Mar 12 14:01:02 2021 (r568179) +++ head/devel/py-wheel/Makefile Fri Mar 12 14:38:42 2021 (r568180) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= wheel -PORTVERSION= 0.30.0 -PORTREVISION= 1 +PORTVERSION= 0.36.2 CATEGORIES= devel MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -26,5 +25,6 @@ SIGNATURE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dirspec> USES= python:3.6+ USE_PYTHON= distutils concurrent autoplist +NO_ARCH= yes .include <bsd.port.mk> Modified: head/devel/py-wheel/distinfo ============================================================================== --- head/devel/py-wheel/distinfo Fri Mar 12 14:01:02 2021 (r568179) +++ head/devel/py-wheel/distinfo Fri Mar 12 14:38:42 2021 (r568180) @@ -1,3 +1,3 @@ -TIMESTAMP = 1505203839 -SHA256 (wheel-0.30.0.tar.gz) = 9515fe0a94e823fd90b08d22de45d7bde57c90edce705b22f5e1ecf7e1b653c8 -SIZE (wheel-0.30.0.tar.gz) = 43087 +TIMESTAMP = 1615559389 +SHA256 (wheel-0.36.2.tar.gz) = e11eefd162658ea59a60a0f6c7d493a7190ea4b9a85e335b33489d9f17e0245e +SIZE (wheel-0.36.2.tar.gz) = 65393 Modified: head/devel/py-wheel/pkg-descr ============================================================================== --- head/devel/py-wheel/pkg-descr Fri Mar 12 14:01:02 2021 (r568179) +++ head/devel/py-wheel/pkg-descr Fri Mar 12 14:38:42 2021 (r568180) @@ -12,4 +12,4 @@ The wheel project provides a bdist_wheel command for s 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: https://bitbucket.org/pypa/wheel +WWW: https://github.com/pypa/wheel
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103121438.12CEchMj074926>