pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc py-isort4: convert lama dependency to versioned_depend...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/88e240b2781c
branches:  trunk
changeset: 380910:88e240b2781c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Jun 18 21:47:01 2022 +0000

description:
py-isort4: convert lama dependency to versioned_dependencies

diffstat:

 devel/py-isort4/Makefile              |  7 +++----
 lang/python/versioned_dependencies.mk |  5 +++--
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (47 lines):

diff -r 3de272b84822 -r 88e240b2781c devel/py-isort4/Makefile
--- a/devel/py-isort4/Makefile  Sat Jun 18 21:46:19 2022 +0000
+++ b/devel/py-isort4/Makefile  Sat Jun 18 21:47:01 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2022/01/05 20:47:35 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2022/06/18 21:47:01 wiz Exp $
 
 DISTNAME=      isort-4.3.21
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -11,9 +11,8 @@
 COMMENT=       Python utility / library to sort imports
 LICENSE=       mit
 
-DEPENDS+=      ${PYPKGPREFIX}-lama-[0-9]*:../../devel/py-lama
-
-PYTHON_VERSIONED_DEPENDENCIES= test:test
+PYTHON_VERSIONED_DEPENDENCIES+=        lama
+PYTHON_VERSIONED_DEPENDENCIES+=        test:test
 
 USE_PKG_RESOURCES=     yes
 
diff -r 3de272b84822 -r 88e240b2781c lang/python/versioned_dependencies.mk
--- a/lang/python/versioned_dependencies.mk     Sat Jun 18 21:46:19 2022 +0000
+++ b/lang/python/versioned_dependencies.mk     Sat Jun 18 21:47:01 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: versioned_dependencies.mk,v 1.70 2022/06/07 10:37:23 wiz Exp $
+# $NetBSD: versioned_dependencies.mk,v 1.71 2022/06/18 21:47:01 wiz Exp $
 #
 # This file determines which separate distribution of a Python
 # package is used as dependency, depending on the Python version
@@ -9,7 +9,7 @@
 # PYTHON_VERSIONED_DEPENDENCIES
 #       The Python package which should be added as a dependency.
 #
-#       Possible values: Pillow X cairo click cryptography flake8 html2text hypothesis importlib-metadata jinja2 markdown mccabe more-itertools pip packaging pygments pyparsing python-digest rsa 
setuptools setuptools_scm sphinx test twisted zipp
+#       Possible values: Pillow X cairo click cryptography flake8 html2text hypothesis importlib-metadata jinja2 lama markdown mccabe more-itertools pip packaging pygments pyparsing python-digest 
rsa setuptools setuptools_scm sphinx test twisted zipp
 #       Default: (nothing)
 #
 
@@ -28,6 +28,7 @@
 _SUPPORTED_PACKAGES+=  importlib-metadata devel/py-importlib-metadata2 devel/py-importlib-metadata
 _SUPPORTED_PACKAGES+=  isort devel/py-isort4 devel/py-isort
 _SUPPORTED_PACKAGES+=  jinja2 textproc/py27-jinja2 textproc/py-jinja2
+_SUPPORTED_PACKAGES+=  lama devel/py-lama7 devel/py-lama
 _SUPPORTED_PACKAGES+=  markdown textproc/py-markdown3 textproc/py-markdown
 _SUPPORTED_PACKAGES+=  mccabe devel/py-mccabe06 devel/py-mccabe
 _SUPPORTED_PACKAGES+=  more-itertools devel/py-more-itertools2 devel/py-more-itertools



Home | Main Index | Thread Index | Old Index