head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2026.06.06.07.18.42;	author adam;	state Exp;
branches;
next	;
commitid	8cFjKGHwLRaNWHIG;


desc
@@


1.1
log
@py-sphinxnotes-mock: added version 1.1

Sphinx extension for masking unsupported directives and roles without modifying
documents. It is especially useful when a certain directive/role is provided by
an incompatible extension, or the directive/roles is incompatible with your
current buidler or theme.
@
text
@# $NetBSD$

DISTNAME=	sphinxnotes_mock-1.1
PKGNAME=	${PYPKGPREFIX}-${DISTNAME:S/_/-/}
CATEGORIES=	textproc python
MASTER_SITES=	${MASTER_SITE_PYPI:=s/sphinxnotes-mock/}

MAINTAINER=	pkgsrc-users@@NetBSD.org
HOMEPAGE=	https://sphinx.silverrainz.me/mock/
COMMENT=	Sphinx extension for masking unsupported directives and roles
LICENSE=	modified-bsd

TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools_scm>=5:../../devel/py-setuptools_scm
DEPENDS+=	${PYPKGPREFIX}-sphinx>=7.0:../../textproc/py-sphinx

USE_LANGUAGES=	# none

PYTHON_VERSIONS_INCOMPATIBLE=	310 311 # py-sphinx

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