[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / devel / py-types-setuptools

File: [cvs.NetBSD.org] / pkgsrc / devel / py-types-setuptools / Makefile (download)

Revision 1.12, Tue Oct 25 19:13:30 2022 UTC (4 months, 3 weeks ago) by adam
Branch: MAIN
Changes since 1.11: +2 -2 lines

py-types-setuptools: updated to 65.5.0.2

65.5.0.2 (2022-10-24)

Fix `pkg_resources.split_sections`

This function is currently documented as returning a list of lines as
the 2nd pair value.  It does not return plain str here.

# $NetBSD: Makefile,v 1.12 2022/10/25 19:13:30 adam Exp $

DISTNAME=	types-setuptools-65.5.0.2
PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
CATEGORIES=	devel python
MASTER_SITES=	${MASTER_SITE_PYPI:=t/types-setuptools/}

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	https://github.com/python/typeshed
COMMENT=	Typing stubs for setuptools
LICENSE=	apache-2.0

USE_LANGUAGES=	# none

.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"