Index: devel/py-wheel/Makefile =================================================================== --- devel/py-wheel/Makefile (revision 545581) +++ devel/py-wheel/Makefile (working copy) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= wheel -PORTVERSION= 0.30.0 -PORTREVISION= 1 +PORTVERSION= 0.35.1 CATEGORIES= devel MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -26,5 +25,6 @@ USES= python USE_PYTHON= distutils concurrent autoplist +NO_ARCH= yes .include Index: devel/py-wheel/distinfo =================================================================== --- devel/py-wheel/distinfo (revision 545581) +++ devel/py-wheel/distinfo (working copy) @@ -1,3 +1,3 @@ -TIMESTAMP = 1505203839 -SHA256 (wheel-0.30.0.tar.gz) = 9515fe0a94e823fd90b08d22de45d7bde57c90edce705b22f5e1ecf7e1b653c8 -SIZE (wheel-0.30.0.tar.gz) = 43087 +TIMESTAMP = 1598112302 +SHA256 (wheel-0.35.1.tar.gz) = 99a22d87add3f634ff917310a3d87e499f19e663413a52eb9232c447aa646c9f +SIZE (wheel-0.35.1.tar.gz) = 59712 Index: devel/py-wheel/pkg-descr =================================================================== --- devel/py-wheel/pkg-descr (revision 545581) +++ devel/py-wheel/pkg-descr (working copy) @@ -12,4 +12,4 @@ 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