head	1.4;
access;
symbols
	pkgsrc-2026Q2:1.3.0.6
	pkgsrc-2026Q2-base:1.3
	pkgsrc-2026Q1:1.3.0.4
	pkgsrc-2026Q1-base:1.3
	pkgsrc-2025Q4:1.3.0.2
	pkgsrc-2025Q4-base:1.3
	pkgsrc-2025Q3:1.2.0.2
	pkgsrc-2025Q3-base:1.2
	pkgsrc-2025Q2:1.1.0.8
	pkgsrc-2025Q2-base:1.1
	pkgsrc-2025Q1:1.1.0.6
	pkgsrc-2025Q1-base:1.1
	pkgsrc-2024Q4:1.1.0.4
	pkgsrc-2024Q4-base:1.1
	pkgsrc-2024Q3:1.1.0.2
	pkgsrc-2024Q3-base:1.1;
locks; strict;
comment	@# @;


1.4
date	2026.06.28.15.41.38;	author wiz;	state Exp;
branches;
next	1.3;
commitid	hjtQh9zHnnKc1ALG;

1.3
date	2025.10.09.07.57.58;	author wiz;	state Exp;
branches;
next	1.2;
commitid	t4nMY0Dt3rBjSRdG;

1.2
date	2025.07.07.05.58.06;	author wiz;	state Exp;
branches;
next	1.1;
commitid	7SbUh2xyzdDHeM1G;

1.1
date	2024.09.18.07.47.39;	author adam;	state Exp;
branches;
next	;
commitid	28ZJvGW88T4fegqF;


desc
@@


1.4
log
@*: limit Python versions due to py-numpy dropping Python 3.11 support
@
text
@# $NetBSD: Makefile,v 1.3 2025/10/09 07:57:58 wiz Exp $

DISTNAME=	class-doc-0.2.6
PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
CATEGORIES=	textproc python
MASTER_SITES=	${MASTER_SITE_PYPI:=c/class-doc/}

MAINTAINER=	pkgsrc-users@@NetBSD.org
HOMEPAGE=	https://github.com/danields761/class-doc
COMMENT=	Extract attributes docstrings defined in various ways
LICENSE=	mit

TOOL_DEPENDS+=	${PYPKGPREFIX}-poetry>=0.12:../../devel/py-poetry
DEPENDS+=	${PYPKGPREFIX}-more-itertools>=5.0.0:../../devel/py-more-itertools

USE_LANGUAGES=	# none

PYTHON_VERSIONS_INCOMPATIBLE=	310 311

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


1.3
log
@*: remove reference to (removed) Python 3.9
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.2 2025/07/07 05:58:06 wiz Exp $
d18 1
a18 1
PYTHON_VERSIONS_INCOMPATIBLE=	310
@


1.2
log
@*: mark more packages as not for Python<3.11

From shadow x86_64 bulk build
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1 2024/09/18 07:47:39 adam Exp $
d18 1
a18 1
PYTHON_VERSIONS_INCOMPATIBLE=	39 310
@


1.1
log
@py-class-doc: added version 0.2.6

Small set of helpers aimed to extract class attributes documentation from the
class definition. This stuff tries to mimic sphinx-autodoc behaviour as closely
as possible (except instance attributes defined inside __init__ function).

The main advantage of this project over sphinx-autodoc is that it is
lightweight single-purpose dependency, while autodoc just a small part of
really heavy project.
@
text
@d1 1
a1 1
# $NetBSD$
d18 2
@

