Skip to content

Commit

Permalink
py-setuptools: update to 70.3.0.
Browse files Browse the repository at this point in the history
v70.3.0
=======

Features
--------

- Support for loading distutils from the standard library is now deprecated, including use of SETUPTOOLS_USE_DISTUTILS=stdlib and importing distutils before importing setuptools. (#4137)


Bugfixes
--------

- Bugfix for building Cython extension on Windows (pypa/distutils#268).
  • Loading branch information
0-wiz-0 committed Jul 14, 2024
1 parent 33d8e42 commit fdf9fc7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions devel/py-setuptools/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.247 2024/07/02 09:19:45 adam Exp $
# $NetBSD: Makefile,v 1.248 2024/07/14 13:38:29 wiz Exp $

DISTNAME= setuptools-70.2.0
DISTNAME= setuptools-70.3.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/setuptools/}
Expand Down Expand Up @@ -29,7 +29,7 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-virtualenv>=13.0.0:../../devel/py-virtualenv
PYTHON_VERSIONS_INCOMPATIBLE= 27

# Pick setuptools.tests which are not built nor installed.
# 29 failed, 1076 passed, 35 skipped, 9 xfailed, 2 xpassed, 54 errors
# 28 failed, 1146 passed, 47 skipped, 9 xfailed, 2 xpassed, 3 errors
TEST_ENV+= PYTHONPATH=${WRKSRC}

.include "../../lang/python/batteries-included.mk"
Expand Down
8 changes: 4 additions & 4 deletions devel/py-setuptools/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.221 2024/07/02 09:19:45 adam Exp $
$NetBSD: distinfo,v 1.222 2024/07/14 13:38:29 wiz Exp $

BLAKE2s (setuptools-70.2.0.tar.gz) = d07f50dba8187fef93f2634a98718ae65e9a80f3118766447a3486ca90108424
SHA512 (setuptools-70.2.0.tar.gz) = a2b0aaf57d012326475ee7637e65ebbc3b1a09b338850e8b0c6a0f169c49651f934c813d6d347ba1ff04894a4d8341bb5fedbea35d45dbc19f317587bbb35094
Size (setuptools-70.2.0.tar.gz) = 2332711 bytes
BLAKE2s (setuptools-70.3.0.tar.gz) = 0b8f349ecf0d762ee3e446720d12b44cfac70c967a1c0835081e0386a9910c90
SHA512 (setuptools-70.3.0.tar.gz) = 9f330bd9867631da69ee0886551033a6e8ef3cf52cfe38aad9fcd359cbfc2e0d7ee8c85382b29f8d52568c674893dc07f2b2a896afe5154e6140bb3209ee50a0
Size (setuptools-70.3.0.tar.gz) = 2333112 bytes

0 comments on commit fdf9fc7

Please sign in to comment.