include $(TOPDIR)/rules.mk
PKG_NAME:=python-setuptools
-PKG_VERSION:=82.0.1
-PKG_RELEASE:=2
+PKG_VERSION:=84.0.0
+PKG_RELEASE:=1
PYPI_NAME:=setuptools
-PKG_HASH:=7d872682c5d01cfde07da7bccc7b65469d3dca203318515ada1de5eda35efbf9
+PKG_HASH:=f4695c21257f0d9b537ec2692c941d02ee143b7cc1276941349a546573b2ef73
PKG_LICENSE:=MIT
PKG_LICENSE_FILES:=LICENSE
--- a/setuptools/_distutils/command/build_ext.py
+++ b/setuptools/_distutils/command/build_ext.py
-@@ -156,7 +156,10 @@ class build_ext(Command):
+@@ -169,7 +169,10 @@ class build_ext(Command):
yield os.path.join(installed_dir, lib_dir)
else:
# building third party extensions
from distutils import sysconfig
--- a/setuptools/_distutils/sysconfig.py
+++ b/setuptools/_distutils/sysconfig.py
-@@ -37,10 +37,17 @@ else:
+@@ -36,10 +36,17 @@ else:
IS_PYPY = '__pypy__' in sys.builtin_module_names
# These are needed in a couple of spots, so just compute them once.