pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-test-isort



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Jul 30 17:45:00 UTC 2021

Modified Files:
        pkgsrc/devel/py-test-isort: Makefile

Log Message:
py-test-isort: use versioned isort


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-test-isort/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-test-isort/Makefile
diff -u pkgsrc/devel/py-test-isort/Makefile:1.2 pkgsrc/devel/py-test-isort/Makefile:1.3
--- pkgsrc/devel/py-test-isort/Makefile:1.2     Sat May 16 14:05:15 2020
+++ pkgsrc/devel/py-test-isort/Makefile Fri Jul 30 17:45:00 2021
@@ -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 @@ CATEGORIES=   devel python
 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