head	1.9;
access;
symbols
	pkgsrc-2026Q1:1.9.0.2
	pkgsrc-2026Q1-base:1.9
	pkgsrc-2025Q4:1.8.0.22
	pkgsrc-2025Q4-base:1.8
	pkgsrc-2025Q3:1.8.0.20
	pkgsrc-2025Q3-base:1.8
	pkgsrc-2025Q2:1.8.0.18
	pkgsrc-2025Q2-base:1.8
	pkgsrc-2025Q1:1.8.0.16
	pkgsrc-2025Q1-base:1.8
	pkgsrc-2024Q4:1.8.0.14
	pkgsrc-2024Q4-base:1.8
	pkgsrc-2024Q3:1.8.0.12
	pkgsrc-2024Q3-base:1.8
	pkgsrc-2024Q2:1.8.0.10
	pkgsrc-2024Q2-base:1.8
	pkgsrc-2024Q1:1.8.0.8
	pkgsrc-2024Q1-base:1.8
	pkgsrc-2023Q4:1.8.0.6
	pkgsrc-2023Q4-base:1.8
	pkgsrc-2023Q3:1.8.0.4
	pkgsrc-2023Q3-base:1.8
	pkgsrc-2023Q2:1.8.0.2
	pkgsrc-2023Q2-base:1.8
	pkgsrc-2023Q1:1.7.0.8
	pkgsrc-2023Q1-base:1.7
	pkgsrc-2022Q4:1.7.0.6
	pkgsrc-2022Q4-base:1.7
	pkgsrc-2022Q3:1.7.0.4
	pkgsrc-2022Q3-base:1.7
	pkgsrc-2022Q2:1.7.0.2
	pkgsrc-2022Q2-base:1.7
	pkgsrc-2022Q1:1.6.0.2
	pkgsrc-2022Q1-base:1.6
	pkgsrc-2021Q4:1.4.0.10
	pkgsrc-2021Q4-base:1.4
	pkgsrc-2021Q3:1.4.0.8
	pkgsrc-2021Q3-base:1.4
	pkgsrc-2021Q2:1.4.0.6
	pkgsrc-2021Q2-base:1.4
	pkgsrc-2021Q1:1.4.0.4
	pkgsrc-2021Q1-base:1.4
	pkgsrc-2020Q4:1.4.0.2
	pkgsrc-2020Q4-base:1.4
	pkgsrc-2020Q3:1.3.0.4
	pkgsrc-2020Q3-base:1.3
	pkgsrc-2020Q2:1.3.0.2
	pkgsrc-2020Q2-base:1.3
	pkgsrc-2020Q1:1.1.0.16
	pkgsrc-2020Q1-base:1.1
	pkgsrc-2019Q4:1.1.0.18
	pkgsrc-2019Q4-base:1.1
	pkgsrc-2019Q3:1.1.0.14
	pkgsrc-2019Q3-base:1.1
	pkgsrc-2019Q2:1.1.0.12
	pkgsrc-2019Q2-base:1.1
	pkgsrc-2019Q1:1.1.0.10
	pkgsrc-2019Q1-base:1.1
	pkgsrc-2018Q4:1.1.0.8
	pkgsrc-2018Q4-base:1.1
	pkgsrc-2018Q3:1.1.0.6
	pkgsrc-2018Q3-base:1.1
	pkgsrc-2018Q2:1.1.0.4
	pkgsrc-2018Q2-base:1.1
	pkgsrc-2018Q1:1.1.0.2
	pkgsrc-2018Q1-base:1.1;
locks; strict;
comment	@# @;


1.9
date	2025.12.26.09.02.54;	author adam;	state Exp;
branches;
next	1.8;
commitid	kciKqeDp0BMkJTnG;

1.8
date	2023.05.02.16.16.49;	author wiz;	state Exp;
branches;
next	1.7;
commitid	4JJavlY0Y1RlhpnE;

1.7
date	2022.04.19.19.11.00;	author adam;	state Exp;
branches;
next	1.6;
commitid	A3x9CXJqLw6koQAD;

1.6
date	2022.01.05.15.41.07;	author wiz;	state Exp;
branches;
next	1.5;
commitid	FQ77UruBIUsgzsnD;

1.5
date	2022.01.04.20.53.36;	author wiz;	state Exp;
branches;
next	1.4;
commitid	CYyhdK9qtoffkmnD;

1.4
date	2020.12.14.13.58.18;	author adam;	state Exp;
branches;
next	1.3;
commitid	RYPYkm2iJ7rDrIzC;

1.3
date	2020.06.20.16.38.36;	author adam;	state Exp;
branches;
next	1.2;
commitid	kTPAj29MN9Fo1ZcC;

1.2
date	2020.06.02.19.52.43;	author adam;	state Exp;
branches;
next	1.1;
commitid	DsfREpZg2hMLFGaC;

1.1
date	2018.02.15.16.44.30;	author minskim;	state Exp;
branches;
next	;
commitid	XwRkDA9ERguizYqA;


desc
@@


1.9
log
@py-restructuredtext_lint: updated to 2.0.2

2.0.2 - Fixed timing of `wheel` compilation and publish

2.0.1 - Added `wheel` as part of release flow.

2.0.0 - Removed --encoding option.
@
text
@# $NetBSD: Makefile,v 1.8 2023/05/02 16:16:49 wiz Exp $

DISTNAME=	restructuredtext_lint-2.0.2
PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
CATEGORIES=	devel python
MASTER_SITES=	${MASTER_SITE_PYPI:=r/restructuredtext_lint/}

MAINTAINER=	minskim@@NetBSD.org
HOMEPAGE=	https://github.com/twolfson/restructuredtext-lint
COMMENT=	reStructuredText linter
LICENSE=	unlicense

TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
DEPENDS+=	${PYPKGPREFIX}-docutils>=0.11:../../textproc/py-docutils

USE_LANGUAGES=	# none

post-install:
.for bin in restructuredtext-lint rst-lint
	cd ${DESTDIR}${PREFIX}/bin && \
	${MV} ${bin} ${bin}-${PYVERSSUFFIX} || ${TRUE}
.endfor

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


1.8
log
@py-restructuredtext_lint: Python 3 only
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.7 2022/04/19 19:11:00 adam Exp $
d3 1
a3 1
DISTNAME=	restructuredtext_lint-1.4.0
d13 1
a17 4
PYTHON_VERSIONS_INCOMPATIBLE=	27

USE_PKG_RESOURCES=	yes

d24 1
a24 1
.include "../../lang/python/egg.mk"
@


1.7
log
@py-restructuredtext_lint: updated to 1.4.0

1.4.0 - Fixed non-zero exit code for missing files/directories.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.6 2022/01/05 15:41:07 wiz Exp $
d17 2
@


1.6
log
@python: egg.mk: add USE_PKG_RESOURCES flag

This flag should be set for packages that import pkg_resources
and thus need setuptools after the build step.

Set this flag for packages that need it and bump PKGREVISION.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.5 2022/01/04 20:53:36 wiz Exp $
d3 1
a3 1
DISTNAME=	restructuredtext_lint-1.3.2
a4 1
PKGREVISION=	2
@


1.5
log
@*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.4 2020/12/14 13:58:18 adam Exp $
d5 1
a5 1
PKGREVISION=	1
d18 2
@


1.4
log
@py-restructuredtext_lint: updated to 1.3.2

1.3.2 - Added "Other tools" section to README.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.3 2020/06/20 16:38:36 adam Exp $
d5 1
@


1.3
log
@py-restructuredtext_lint: updated to 1.3.1

1.3.1:
Removed `.pyc` files from distribution.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.2 2020/06/02 19:52:43 adam Exp $
d3 1
a3 1
DISTNAME=	restructuredtext_lint-1.3.1
@


1.2
log
@py-restructuredtext_lint: updated to 1.3.0

1.3.0 - Added Python 3.7 support
1.2.2 - Dropped PyYAML dev dependency to fix GitHub vulnerability warning
1.2.1 - Dropped Python 3.3 from Travis CI to fix testing errors
1.2.0 - Added directory support
1.1.3 - Updated documentation and typos
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1 2018/02/15 16:44:30 minskim Exp $
d3 1
a3 1
DISTNAME=	restructuredtext_lint-1.3.0
a16 3
pre-configure:
	${FIND} ${WRKSRC} -type f -name '*.pyc' -exec ${RM} {} +

@


1.1
log
@devel/py-restructuredtext_lint: Import version 1.1.2

restructuredtext_lint is a reStructuredText linter.
@
text
@d1 1
a1 1
# $NetBSD$
d3 2
a4 2
DISTNAME=	restructuredtext-lint-1.1.2
PKGNAME=	${PYPKGPREFIX}-${DISTNAME:S/-/_/}
d6 1
a6 2
MASTER_SITES=	${MASTER_SITE_GITHUB:=twolfson/}
GITHUB_PROJECT=	restructuredtext-lint
d17 2
a18 1
.include "../../lang/python/egg.mk"
d21 3
a23 3
.for file in restructuredtext-lint rst-lint
	${MV} ${DESTDIR}${PREFIX}/bin/${file} \
		${DESTDIR}${PREFIX}/bin/${file}${PYVERSSUFFIX}
d26 1
@

