File:
[cvs.NetBSD.org] /
pkgsrc /
devel /
py-test-random-order /
Makefile
Revision
1.3:
download - view:
text,
annotated -
select for diffs
Tue Jan 4 20:53:42 2022 UTC (2 years, 10 months ago) by
wiz
Branches:
MAIN
CVS tags:
pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
HEAD
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
# $NetBSD: Makefile,v 1.3 2022/01/04 20:53:42 wiz Exp $
DISTNAME= pytest-random-order-1.0.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//}
PKGREVISION= 1
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-random-order/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/jbasko/pytest-random-order
COMMENT= Randomise the order in which pytest tests are run
LICENSE= mit
PYTHON_VERSIONED_DEPENDENCIES= test
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../lang/python/versioned_dependencies.mk"
.include "../../mk/bsd.pkg.mk"
CVSweb <webmaster@jp.NetBSD.org>