head	1.7;
access;
symbols
	pkgsrc-2024Q3:1.6.0.4
	pkgsrc-2024Q3-base:1.6
	pkgsrc-2024Q2:1.6.0.2
	pkgsrc-2024Q2-base:1.6
	pkgsrc-2024Q1:1.5.0.14
	pkgsrc-2024Q1-base:1.5
	pkgsrc-2023Q4:1.5.0.12
	pkgsrc-2023Q4-base:1.5
	pkgsrc-2023Q3:1.5.0.10
	pkgsrc-2023Q3-base:1.5
	pkgsrc-2023Q2:1.5.0.8
	pkgsrc-2023Q2-base:1.5
	pkgsrc-2023Q1:1.5.0.6
	pkgsrc-2023Q1-base:1.5
	pkgsrc-2022Q4:1.5.0.4
	pkgsrc-2022Q4-base:1.5
	pkgsrc-2022Q3:1.5.0.2
	pkgsrc-2022Q3-base:1.5
	pkgsrc-2022Q2:1.4.0.4
	pkgsrc-2022Q2-base:1.4
	pkgsrc-2022Q1:1.4.0.2
	pkgsrc-2022Q1-base:1.4
	pkgsrc-2021Q4:1.3.0.36
	pkgsrc-2021Q4-base:1.3
	pkgsrc-2021Q3:1.3.0.34
	pkgsrc-2021Q3-base:1.3
	pkgsrc-2021Q2:1.3.0.32
	pkgsrc-2021Q2-base:1.3
	pkgsrc-2021Q1:1.3.0.30
	pkgsrc-2021Q1-base:1.3
	pkgsrc-2020Q4:1.3.0.28
	pkgsrc-2020Q4-base:1.3
	pkgsrc-2020Q3:1.3.0.26
	pkgsrc-2020Q3-base:1.3
	pkgsrc-2020Q2:1.3.0.22
	pkgsrc-2020Q2-base:1.3
	pkgsrc-2020Q1:1.3.0.2
	pkgsrc-2020Q1-base:1.3
	pkgsrc-2019Q4:1.3.0.24
	pkgsrc-2019Q4-base:1.3
	pkgsrc-2019Q3:1.3.0.20
	pkgsrc-2019Q3-base:1.3
	pkgsrc-2019Q2:1.3.0.18
	pkgsrc-2019Q2-base:1.3
	pkgsrc-2019Q1:1.3.0.16
	pkgsrc-2019Q1-base:1.3
	pkgsrc-2018Q4:1.3.0.14
	pkgsrc-2018Q4-base:1.3
	pkgsrc-2018Q3:1.3.0.12
	pkgsrc-2018Q3-base:1.3
	pkgsrc-2018Q2:1.3.0.10
	pkgsrc-2018Q2-base:1.3
	pkgsrc-2018Q1:1.3.0.8
	pkgsrc-2018Q1-base:1.3
	pkgsrc-2017Q4:1.3.0.6
	pkgsrc-2017Q4-base:1.3
	pkgsrc-2017Q3:1.3.0.4
	pkgsrc-2017Q3-base:1.3
	pkgsrc-2017Q2:1.2.0.6
	pkgsrc-2017Q2-base:1.2
	pkgsrc-2017Q1:1.2.0.4
	pkgsrc-2017Q1-base:1.2
	pkgsrc-2016Q4:1.2.0.2
	pkgsrc-2016Q4-base:1.2;
locks; strict;
comment	@# @;


1.7
date	2024.10.14.07.35.59;	author wiz;	state dead;
branches;
next	1.6;
commitid	xJZaZpduLAXlkBtF;

1.6
date	2024.04.30.14.15.39;	author wiz;	state Exp;
branches;
next	1.5;
commitid	xqZm4Vh1328mUa8F;

1.5
date	2022.08.24.09.25.56;	author wiz;	state Exp;
branches;
next	1.4;
commitid	xAufe2tgvglB47RD;

1.4
date	2022.01.04.20.53.18;	author wiz;	state Exp;
branches;
next	1.3;
commitid	CYyhdK9qtoffkmnD;

1.3
date	2017.07.30.22.32.16;	author wiz;	state Exp;
branches;
next	1.2;
commitid	gjZWVQWOLKneVi1A;

1.2
date	2016.11.07.11.12.27;	author wiz;	state Exp;
branches;
next	1.1;
commitid	EjRRmHyMjxB9Gbtz;

1.1
date	2016.10.09.08.10.52;	author wiz;	state Exp;
branches;
next	;
commitid	ete1uYKK1dAGBrpz;


desc
@@


1.7
log
@py-nosexcover: remove

No development upstream for 8 years, unused in pkgsrc, tool for
deprecated nose testing framework.
@
text
@# $NetBSD: Makefile,v 1.6 2024/04/30 14:15:39 wiz Exp $

DISTNAME=	nosexcover-1.0.11
PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
PKGREVISION=	2
CATEGORIES=	devel python
MASTER_SITES=	${MASTER_SITE_PYPI:=n/nosexcover/}

MAINTAINER=	pkgsrc-users@@NetBSD.org
HOMEPAGE=	https://github.com/cmheisel/nose-xcover/
COMMENT=	Extends nose.plugins.cover to add Cobertura-style XML reports
LICENSE=	mit

TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
TOOL_DEPENDS+=	${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
DEPENDS+=	${PYPKGPREFIX}-coverage-[0-9]*:../../devel/py-coverage
DEPENDS+=	${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose

PYTHON_VERSIONS_INCOMPATIBLE=	27

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


1.6
log
@py-nosexcover: convert to wheel.mk

Bump PKGREVISION.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.5 2022/08/24 09:25:56 wiz Exp $
@


1.5
log
@*: use coverage from versioned_dependencies.mk
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.4 2022/01/04 20:53:18 wiz Exp $
d5 1
a5 1
PKGREVISION=	1
d14 3
d19 1
a19 1
PYTHON_VERSIONED_DEPENDENCIES+=	coverage
d21 1
a21 2
.include "../../lang/python/versioned_dependencies.mk"
.include "../../lang/python/egg.mk"
@


1.4
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.3 2017/07/30 22:32:16 wiz Exp $
a14 1
DEPENDS+=	${PYPKGPREFIX}-coverage>=3.4:../../devel/py-coverage
d16 3
@


1.3
log
@Switch github HOMEPAGEs to https.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.2 2016/11/07 11:12:27 wiz Exp $
d5 1
@


1.2
log
@Updated py-nosexcover to 1.0.11.

Set LICENSE.

Changes:
Release as a wheel
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1 2016/10/09 08:10:52 wiz Exp $
d9 1
a9 1
HOMEPAGE=	http://github.com/cmheisel/nose-xcover/
@


1.1
log
@Import py-nosexcover-1.0.10 as devel/py-nosexcover.

Extends nose.plugins.cover to add Cobertura-style XML reports.

Includes nose-xmlcover, a companion to the built-in nose.plugins.cover,
this plugin will write out an XML coverage report to a file named
coverage.xml.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.15 2016/08/28 15:48:30 wiz Exp $
d3 1
a3 1
DISTNAME=	nosexcover-1.0.10
d11 1
a11 1
#LICENSE=	BSD
@

