3ab0c6b69c
v60.9.3 Misc * Repaired automated release process. v60.9.2 Misc * When loading distutils from the vendored copy, rewrite __name__ to ensure consistent importing from inside and out. v60.9.1 Misc * Prevent vendored importlib_metadata from loading distributions from older importlib_metadata. * Fixed issue where string-based entry points would be omitted. * Bump importlib_metadata to 4.11.1 addressing issue with parsing requirements in egg-info as found in PyPy. v60.9.0 Changes * In the build backend, allow single config settings to be supplied. * Removed workaround in distutils hack for get-pip now that pypa/get-pip#137 is closed. * Setuptools no longer relies on pkg_resources for entry point handling. * Bump vendored packaging to 21.3. * Removed bootstrap script.
31 lines
1.2 KiB
Makefile
31 lines
1.2 KiB
Makefile
# $NetBSD: Makefile,v 1.205 2022/02/21 08:20:53 adam Exp $
|
|
|
|
DISTNAME= setuptools-60.9.3
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=s/setuptools/}
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= https://github.com/pypa/setuptools
|
|
COMMENT= New Python packaging system
|
|
LICENSE= python-software-foundation OR zpl-2.0
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
|
|
TEST_DEPENDS+= ${PYPKGPREFIX}-jaraco.envs>=2.2:../../devel/py-jaraco.envs
|
|
TEST_DEPENDS+= ${PYPKGPREFIX}-jaraco.path>=3.2.0:../../devel/py-jaraco.path
|
|
TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
|
|
TEST_DEPENDS+= ${PYPKGPREFIX}-pip-run>=8.8:../../devel/py-pip-run
|
|
TEST_DEPENDS+= ${PYPKGPREFIX}-sphinx>=4.3.2:../../textproc/py-sphinx
|
|
TEST_DEPENDS+= ${PYPKGPREFIX}-test-fixture-config-[0-9]*:../../devel/py-test-fixture-config
|
|
TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
|
|
TEST_DEPENDS+= ${PYPKGPREFIX}-test-virtualenv-[0-9]*:../../devel/py-test-virtualenv
|
|
TEST_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 27
|
|
|
|
PYSETUPTESTTARGET= pytest
|
|
|
|
BOOTSTRAP_SETUPTOOLS= yes
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|