Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc fix pytest versioned dep.
details: https://anonhg.NetBSD.org/pkgsrc/rev/8d7daef7a279
branches: trunk
changeset: 431735:8d7daef7a279
user: adam <adam%pkgsrc.org@localhost>
date: Sat May 16 09:03:22 2020 +0000
description:
fix pytest versioned dep.
diffstat:
audio/py-mutagen/Makefile | 4 ++--
cad/py-MyHDL/Makefile | 4 ++--
databases/py-alembic/Makefile | 4 ++--
databases/py-mysqlclient/Makefile | 4 ++--
databases/py-redis/Makefile | 6 +++---
devel/py-atomicwrites/Makefile | 4 ++--
devel/py-attrs/Makefile | 4 ++--
devel/py-backcall/Makefile | 4 ++--
devel/py-test-cov/Makefile | 4 ++--
devel/py-test-runner/Makefile | 4 ++--
www/py-wtforms-components/options.mk | 4 ++--
11 files changed, 23 insertions(+), 23 deletions(-)
diffs (202 lines):
diff -r 271a93ea5b58 -r 8d7daef7a279 audio/py-mutagen/Makefile
--- a/audio/py-mutagen/Makefile Sat May 16 08:59:40 2020 +0000
+++ b/audio/py-mutagen/Makefile Sat May 16 09:03:22 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2020/05/16 08:50:22 adam Exp $
+# $NetBSD: Makefile,v 1.23 2020/05/16 09:03:23 adam Exp $
DISTNAME= mutagen-1.40.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -12,7 +12,7 @@
TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis-[0-9]*:../../devel/py-hypothesis
-PYTHON_VERSIONED_DEPENDENCIES= pytest:test
+PYTHON_VERSIONED_DEPENDENCIES= test:test
USE_LANGUAGES= # none
diff -r 271a93ea5b58 -r 8d7daef7a279 cad/py-MyHDL/Makefile
--- a/cad/py-MyHDL/Makefile Sat May 16 08:59:40 2020 +0000
+++ b/cad/py-MyHDL/Makefile Sat May 16 09:03:22 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2020/05/16 08:41:53 adam Exp $
+# $NetBSD: Makefile,v 1.27 2020/05/16 09:03:23 adam Exp $
.include "Makefile.common"
@@ -8,7 +8,7 @@
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
COMMENT= Hardware description in Python
-PYTHON_VERSIONED_DEPENDENCIES= pytest
+PYTHON_VERSIONED_DEPENDENCIES= test:test
.include "../../lang/python/pyversion.mk"
diff -r 271a93ea5b58 -r 8d7daef7a279 databases/py-alembic/Makefile
--- a/databases/py-alembic/Makefile Sat May 16 08:59:40 2020 +0000
+++ b/databases/py-alembic/Makefile Sat May 16 09:03:22 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2020/05/16 08:47:10 adam Exp $
+# $NetBSD: Makefile,v 1.25 2020/05/16 09:03:22 adam Exp $
DISTNAME= alembic-1.4.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -18,7 +18,7 @@
USE_LANGUAGES= # none
-PYTHON_VERSIONED_DEPENDENCIES= pytest:test
+PYTHON_VERSIONED_DEPENDENCIES= test:test
post-install:
cd ${DESTDIR}${PREFIX}/bin && \
diff -r 271a93ea5b58 -r 8d7daef7a279 databases/py-mysqlclient/Makefile
--- a/databases/py-mysqlclient/Makefile Sat May 16 08:59:40 2020 +0000
+++ b/databases/py-mysqlclient/Makefile Sat May 16 09:03:22 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2020/05/16 08:46:42 adam Exp $
+# $NetBSD: Makefile,v 1.6 2020/05/16 09:03:22 adam Exp $
DISTNAME= mysqlclient-1.4.6
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -10,7 +10,7 @@
COMMENT= MySQL database connector for Python
LICENSE= gnu-gpl-v2
-PYTHON_VERSIONED_DEPENDENCIES= pytest:test
+PYTHON_VERSIONED_DEPENDENCIES= test:test
# testing requires a running MySQL server
do-test:
diff -r 271a93ea5b58 -r 8d7daef7a279 databases/py-redis/Makefile
--- a/databases/py-redis/Makefile Sat May 16 08:59:40 2020 +0000
+++ b/databases/py-redis/Makefile Sat May 16 09:03:22 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2020/05/16 08:47:54 adam Exp $
+# $NetBSD: Makefile,v 1.17 2020/05/16 09:03:22 adam Exp $
DISTNAME= redis-3.5.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -13,9 +13,9 @@
# testing requires a running redis-server
TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
-USE_LANGUAGES= # none
+PYTHON_VERSIONED_DEPENDENCIES= test:test
-PYTHON_VERSIONED_DEPENDENCIES= pytest:test
+USE_LANGUAGES= # none
do-test:
cd ${WRKSRC} && pytest-${PYVERSSUFFIX} tests
diff -r 271a93ea5b58 -r 8d7daef7a279 devel/py-atomicwrites/Makefile
--- a/devel/py-atomicwrites/Makefile Sat May 16 08:59:40 2020 +0000
+++ b/devel/py-atomicwrites/Makefile Sat May 16 09:03:22 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2020/05/16 08:48:47 adam Exp $
+# $NetBSD: Makefile,v 1.15 2020/05/16 09:03:22 adam Exp $
DISTNAME= atomicwrites-1.4.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -14,7 +14,7 @@
USE_LANGUAGES= # none
-PYTHON_VERSIONED_DEPENDENCIES= pytest:test
+PYTHON_VERSIONED_DEPENDENCIES= test:test
do-test:
cd ${WRKSRC} && pytest-${PYVERSSUFFIX}
diff -r 271a93ea5b58 -r 8d7daef7a279 devel/py-attrs/Makefile
--- a/devel/py-attrs/Makefile Sat May 16 08:59:40 2020 +0000
+++ b/devel/py-attrs/Makefile Sat May 16 09:03:22 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2020/05/16 08:51:29 adam Exp $
+# $NetBSD: Makefile,v 1.16 2020/05/16 09:03:22 adam Exp $
DISTNAME= attrs-19.3.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -16,7 +16,7 @@
TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis-[0-9]*:../../devel/py-hypothesis
TEST_DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
-PYTHON_VERSIONED_DEPENDENCIES= pytest:test
+PYTHON_VERSIONED_DEPENDENCIES= test:test
USE_LANGUAGES= # none
diff -r 271a93ea5b58 -r 8d7daef7a279 devel/py-backcall/Makefile
--- a/devel/py-backcall/Makefile Sat May 16 08:59:40 2020 +0000
+++ b/devel/py-backcall/Makefile Sat May 16 09:03:22 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2020/05/16 08:52:03 adam Exp $
+# $NetBSD: Makefile,v 1.3 2020/05/16 09:03:22 adam Exp $
DISTNAME= backcall-0.1.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -10,7 +10,7 @@
COMMENT= Specifications for callback functions passed in to an API
LICENSE= modified-bsd
-PYTHON_VERSIONED_DEPENDENCIES= pytest:test
+PYTHON_VERSIONED_DEPENDENCIES= test:test
USE_LANGUAGES= # none
diff -r 271a93ea5b58 -r 8d7daef7a279 devel/py-test-cov/Makefile
--- a/devel/py-test-cov/Makefile Sat May 16 08:59:40 2020 +0000
+++ b/devel/py-test-cov/Makefile Sat May 16 09:03:22 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2020/05/16 08:54:05 adam Exp $
+# $NetBSD: Makefile,v 1.12 2020/05/16 09:03:22 adam Exp $
DISTNAME= pytest-cov-2.8.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
@@ -12,7 +12,7 @@
DEPENDS+= ${PYPKGPREFIX}-coverage>=4.4:../../devel/py-coverage
-PYTHON_VERSIONED_DEPENDENCIES= pytest
+PYTHON_VERSIONED_DEPENDENCIES= test
USE_LANGUAGES= # none
diff -r 271a93ea5b58 -r 8d7daef7a279 devel/py-test-runner/Makefile
--- a/devel/py-test-runner/Makefile Sat May 16 08:59:40 2020 +0000
+++ b/devel/py-test-runner/Makefile Sat May 16 09:03:22 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2020/05/16 08:37:21 adam Exp $
+# $NetBSD: Makefile,v 1.20 2020/05/16 09:03:22 adam Exp $
DISTNAME= pytest-runner-5.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
@@ -16,7 +16,7 @@
USE_LANGUAGES= # none
-PYTHON_VERSIONED_DEPENDENCIES= pytest
+PYTHON_VERSIONED_DEPENDENCIES= test
do-test:
cd ${WRKSRC} && pytest-${PYVERSSUFFIX}
diff -r 271a93ea5b58 -r 8d7daef7a279 www/py-wtforms-components/options.mk
--- a/www/py-wtforms-components/options.mk Sat May 16 08:59:40 2020 +0000
+++ b/www/py-wtforms-components/options.mk Sat May 16 09:03:22 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.4 2020/05/16 08:23:28 adam Exp $
+# $NetBSD: options.mk,v 1.5 2020/05/16 09:03:22 adam Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.py-wtforms-components
PKG_SUPPORTED_OPTIONS= arrow babel color ipaddress password phone tests
@@ -32,8 +32,8 @@
.endif
.if !empty(PKG_OPTIONS:Mtests)
+PYTHON_VERSIONED_DEPENDENCIES= test
.include "../../lang/python/versioned_dependencies.mk"
-PYTHON_VERSIONED_DEPENDENCIES+= pytest
DEPENDS+= ${PYPKGPREFIX}-pygments>=1.2:../../textproc/py-pygments
DEPENDS+= ${PYPKGPREFIX}-jinja2>=2.3:../../textproc/py-jinja2
DEPENDS+= ${PYPKGPREFIX}-docutils>=0.10:../../textproc/py-docutils
Home |
Main Index |
Thread Index |
Old Index