head	1.8;
access;
symbols
	pkgsrc-2026Q1:1.8.0.14
	pkgsrc-2026Q1-base:1.8
	pkgsrc-2025Q4:1.8.0.12
	pkgsrc-2025Q4-base:1.8
	pkgsrc-2025Q3:1.8.0.10
	pkgsrc-2025Q3-base:1.8
	pkgsrc-2025Q2:1.8.0.8
	pkgsrc-2025Q2-base:1.8
	pkgsrc-2025Q1:1.8.0.6
	pkgsrc-2025Q1-base:1.8
	pkgsrc-2024Q4:1.8.0.4
	pkgsrc-2024Q4-base:1.8
	pkgsrc-2024Q3:1.8.0.2
	pkgsrc-2024Q3-base:1.8
	pkgsrc-2024Q2:1.7.0.6
	pkgsrc-2024Q2-base:1.7
	pkgsrc-2024Q1:1.7.0.4
	pkgsrc-2024Q1-base:1.7
	pkgsrc-2023Q4:1.7.0.2
	pkgsrc-2023Q4-base:1.7
	pkgsrc-2023Q3:1.6.0.4
	pkgsrc-2023Q3-base:1.6
	pkgsrc-2023Q2:1.6.0.2
	pkgsrc-2023Q2-base:1.6
	pkgsrc-2023Q1:1.5.0.4
	pkgsrc-2023Q1-base:1.5
	pkgsrc-2022Q4:1.5.0.2
	pkgsrc-2022Q4-base:1.5
	pkgsrc-2022Q3:1.4.0.4
	pkgsrc-2022Q3-base:1.4
	pkgsrc-2022Q2:1.4.0.2
	pkgsrc-2022Q2-base:1.4
	pkgsrc-2022Q1:1.3.0.2
	pkgsrc-2022Q1-base:1.3
	pkgsrc-2021Q4:1.2.0.12
	pkgsrc-2021Q4-base:1.2
	pkgsrc-2021Q3:1.2.0.10
	pkgsrc-2021Q3-base:1.2
	pkgsrc-2021Q2:1.2.0.8
	pkgsrc-2021Q2-base:1.2
	pkgsrc-2021Q1:1.2.0.6
	pkgsrc-2021Q1-base:1.2
	pkgsrc-2020Q4:1.2.0.4
	pkgsrc-2020Q4-base:1.2
	pkgsrc-2020Q3:1.2.0.2
	pkgsrc-2020Q3-base:1.2;
locks; strict;
comment	@# @;


1.8
date	2024.08.10.16.15.58;	author wiz;	state Exp;
branches;
next	1.7;
commitid	iDhF0eJxW6HoiilF;

1.7
date	2023.10.23.06.37.42;	author wiz;	state Exp;
branches;
next	1.6;
commitid	4YdPmMYgk9hutIJE;

1.6
date	2023.04.30.18.42.52;	author wiz;	state Exp;
branches;
next	1.5;
commitid	M6Er0cQTZMwl9anE;

1.5
date	2022.11.09.13.14.10;	author joerg;	state Exp;
branches;
next	1.4;
commitid	dN5ujJQiZbvcR11E;

1.4
date	2022.04.29.23.29.18;	author wiz;	state Exp;
branches;
next	1.3;
commitid	YdithEKF2uG1v9CD;

1.3
date	2022.01.10.23.49.02;	author wiz;	state Exp;
branches;
next	1.2;
commitid	3NKWOg6qCvy879oD;

1.2
date	2020.09.01.04.05.27;	author wiz;	state Exp;
branches;
next	1.1;
commitid	ZOi1RcvItAHyvimC;

1.1
date	2020.08.31.23.04.03;	author wiz;	state Exp;
branches;
next	;
commitid	UpQVvvvz26jcQgmC;


desc
@@


1.8
log
@*: remove commented out dependency
@
text
@# $NetBSD: Makefile,v 1.7 2023/10/23 06:37:42 wiz Exp $

DISTNAME=	setuptools-44.1.1
PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
PKGREVISION=	1
CATEGORIES=	devel python
MASTER_SITES=	${MASTER_SITE_PYPI:=s/setuptools/}
EXTRACT_SUFX=	.zip

MAINTAINER=	pkgsrc-users@@NetBSD.org
HOMEPAGE=	https://github.com/pypa/setuptools
COMMENT=	New Python packaging system (python 2.x version)
LICENSE=	python-software-foundation OR zpl-2.0

#TEST_DEPENDS+=	${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
#TEST_DEPENDS+=	${PYPKGPREFIX}-pathlib2-[0-9]*:../../devel/py-pathlib2
#TEST_DEPENDS+=	${PYPKGPREFIX}-test-fixture-config-[0-9]*:../../devel/py-test-fixture-config
#TEST_DEPENDS+=	${PYPKGPREFIX}-test-virtualenv-[0-9]*:../../devel/py-test-virtualenv
#TEST_DEPENDS+=	${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel

REPLACE_PYTHON+=	setuptools/command/easy_install.py

PYTHON_VERSIONS_ACCEPTED=	27

PYSETUPTESTTARGET=	pytest

BOOTSTRAP_SETUPTOOLS=	yes

.include "../../lang/python/batteries-included.mk"
.include "../../lang/python/application.mk"
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
@


1.7
log
@*: update for Python base package change

Instead of depending on one of the removed packages (that are now included
in the base Python packages), include batteries-included.mk to require
a Python version that supplies them.

Remove now included packages.

Bump PKGREVISION.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.6 2023/04/30 18:42:52 wiz Exp $
a17 1
#TEST_DEPENDS+=	${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
@


1.6
log
@*: remove some test dependencies for python 2 packages

not worth the effort to keep these dependencies working for python 2
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.5 2022/11/09 13:14:10 joerg Exp $
d5 1
a14 1
DEPENDS+=	${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
d30 1
@


1.5
log
@Reset MAINTAINER
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.4 2022/04/29 23:29:18 wiz Exp $
d15 4
a18 4
TEST_DEPENDS+=	${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
TEST_DEPENDS+=	${PYPKGPREFIX}-pathlib2-[0-9]*:../../devel/py-pathlib2
TEST_DEPENDS+=	${PYPKGPREFIX}-test-fixture-config-[0-9]*:../../devel/py-test-fixture-config
TEST_DEPENDS+=	${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
d20 1
a20 1
TEST_DEPENDS+=	${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
@


1.4
log
@*: mark dependencies of py-pbr and py-test-virtualenv as not-for-python-2.x
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.3 2022/01/10 23:49:02 wiz Exp $
d9 1
a9 1
MAINTAINER=	joerg@@NetBSD.org
@


1.3
log
@py-setuptools*: convert to egg.mk
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.2 2020/09/01 04:05:27 wiz Exp $
d19 1
a19 1
TEST_DEPENDS+=	${PYPKGPREFIX}-test-virtualenv-[0-9]*:../../devel/py-test-virtualenv
@


1.2
log
@py-setuptools: mark as only for Python 2.x
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1 2020/08/31 23:04:03 wiz Exp $
d28 2
d31 1
a31 1
.include "../../lang/python/distutils.mk"
@


1.1
log
@devel/py-setuptools44: re-import py-setuptools-44.1.1 for python 2.x

setuptools is a collection of enhancements to the Python distutils
that allow you to more easily build and distribute Python packages,
especially ones that have dependencies on other packages.

This package contains the last version that supports Python 2.x.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.177 2020/06/01 20:31:03 adam Exp $
d16 1
d22 1
a22 6
.include "../../lang/python/distutils.mk"
.if ${_PYTHON_VERSION:M3[6-9]}
TEST_DEPENDS+=	${PYPKGPREFIX}-paver-[0-9]*:../../lang/py-paver
.else
TEST_DEPENDS+=	${PYPKGPREFIX}-pathlib2-[0-9]*:../../devel/py-pathlib2
.endif
d24 1
a24 1
REPLACE_PYTHON+=	setuptools/command/easy_install.py
d29 1
@

