pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-test-isort py-test-isort: use versioned isort



details:   https://anonhg.NetBSD.org/pkgsrc/rev/666ed8557b1e
branches:  trunk
changeset: 456482:666ed8557b1e
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Jul 30 17:45:00 2021 +0000

description:
py-test-isort: use versioned isort

diffstat:

 devel/py-test-isort/Makefile |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (26 lines):

diff -r b93ac8138f58 -r 666ed8557b1e devel/py-test-isort/Makefile
--- a/devel/py-test-isort/Makefile      Fri Jul 30 17:40:03 2021 +0000
+++ b/devel/py-test-isort/Makefile      Fri Jul 30 17:45:00 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2020/05/16 14:05:15 adam Exp $
+# $NetBSD: Makefile,v 1.3 2021/07/30 17:45:00 adam Exp $
 
 DISTNAME=      pytest-isort-0.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
@@ -6,14 +6,13 @@
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-isort/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://github.com/moccu/pytest-isort/
+HOMEPAGE=      https://github.com/moccu/pytest-isort
 COMMENT=       Pytest plugin to perform isort checks (import ordering)
 LICENSE=       modified-bsd
 
-DEPENDS+=      ${PYPKGPREFIX}-isort>=3.9.6:../../devel/py-isort
 DEPENDS+=      ${PYPKGPREFIX}-test-cache>=1.0:../../devel/py-test-cache
 
-PYTHON_VERSIONED_DEPENDENCIES= test
+PYTHON_VERSIONED_DEPENDENCIES= isort test
 
 USE_LANGUAGES=         # none
 



Home | Main Index | Thread Index | Old Index