head	1.1;
access;
symbols
	pkgsrc-2026Q2:1.1.0.10
	pkgsrc-2026Q2-base:1.1
	pkgsrc-2026Q1:1.1.0.8
	pkgsrc-2026Q1-base:1.1
	pkgsrc-2025Q4:1.1.0.6
	pkgsrc-2025Q4-base:1.1
	pkgsrc-2025Q3:1.1.0.4
	pkgsrc-2025Q3-base:1.1
	pkgsrc-2025Q2:1.1.0.2
	pkgsrc-2025Q2-base:1.1;
locks; strict;
comment	@# @;


1.1
date	2025.04.23.14.51.01;	author wiz;	state Exp;
branches;
next	;
commitid	Rs7bShIqo0i6BbSF;


desc
@@


1.1
log
@devel/py-housekeeping: import py-housekeeping-1.1

Housekeeping is a Python package designed to make it easy for
projects to mark consumed code as deprecated or pending deprecation,
with helpful instructions for consumers using deprecated functionality.

With Housekeeping, you can easily manage deprecations in your code,
helping you and any consumers of your code transition to the latest
and greatest.

It offers decorators, mixins, and functions to help with deprecating
functions, methods, classes, modules, attributes, parameters, and
dictionary keys.
@
text
@# $NetBSD$

DISTNAME=	housekeeping-1.1
PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
CATEGORIES=	devel python
MASTER_SITES=	${MASTER_SITE_PYPI:=h/housekeeping/}

MAINTAINER=	pkgsrc-users@@NetBSD.org
HOMEPAGE=	https://github.com/beanbaginc/housekeeping
COMMENT=	Python utilities for helping deprecate and remove code
LICENSE=	mit

TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
DEPENDS+=	${PYPKGPREFIX}-typing-extensions>=4.4:../../devel/py-typing-extensions

USE_LANGUAGES=	# none

.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
@
