head	1.2;
access;
symbols
	pkgsrc-2022Q1:1.1.0.2
	pkgsrc-2022Q1-base:1.1;
locks; strict;
comment	@# @;


1.2
date	2022.05.01.07.57.42;	author wiz;	state dead;
branches;
next	1.1;
commitid	8ehwqRXEU7xuhkCD;

1.1
date	2022.01.27.10.50.14;	author wiz;	state Exp;
branches;
next	;
commitid	61baDjOR3hv6ggqD;


desc
@@


1.2
log
@py-testtools24: remove

dependencies do not support python 2.x any longer, and this is
limited to python 2.x
@
text
@# $NetBSD: Makefile,v 1.1 2022/01/27 10:50:14 wiz Exp $

DISTNAME=	testtools-2.4.0
PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
PKGREVISION=	1
CATEGORIES=	devel python
MASTER_SITES=	${MASTER_SITE_PYPI:=t/testtools/}

MAINTAINER=	pkgsrc-users@@NetBSD.org
HOMEPAGE=	https://github.com/testing-cabal/testtools
COMMENT=	Extensions to the Python standard library unit testing framework (python 2.x)
LICENSE=	mit AND python-software-foundation

DEPENDS+=	${PYPKGPREFIX}-extras>=1.0.0:../../devel/py-extras
DEPENDS+=	${PYPKGPREFIX}-fixtures>=1.3.0:../../devel/py-fixtures
DEPENDS+=	${PYPKGPREFIX}-python-mimeparse-[0-9]*:../../www/py-python-mimeparse
DEPENDS+=	${PYPKGPREFIX}-unittest2>=0.8.0:../../devel/py-unittest2

PYTHON_VERSIONS_ACCEPTED=	27

# circular test dependency
# https://github.com/testing-cabal/testscenarios/issues/4
#TEST_DEPENDS+=	${PYPKGPREFIX}-testscenarios-[0-9]*:../../devel/py-testscenarios

USE_LANGUAGES=	# none

do-test:
	cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} PYTHONPATH=${PWD} ${PYTHONBIN} -m testtools.run testtools.tests.test_suite

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


1.1
log
@devel/py-testtools24: import py27-testtools-2.4.0nb1

testtools is a set of extensions to the Python standard library's unit testing
framework. These extensions have been derived from many years of experience
with unit testing in Python and come from many different sources. testtools
also ports recent unittest changes all the way back to Python 2.4.

This package contains the last version support python 2.x.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.21 2022/01/04 20:53:44 wiz Exp $
@

