pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/py-ansible-compat



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Jan 11 09:53:53 UTC 2024

Modified Files:
        pkgsrc/sysutils/py-ansible-compat: Makefile distinfo

Log Message:
py-ansible-compat: updated to 4.1.11

v4.1.11

Bugfixes

Allow more control over verbosity when calling ansible-galaxy
Fix collection installation with custom project_dir
Fix collection installation bug when having custom config
Add support for python 3.12
Remove isolated option while adding sys.path


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/sysutils/py-ansible-compat/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/sysutils/py-ansible-compat/distinfo

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

Modified files:

Index: pkgsrc/sysutils/py-ansible-compat/Makefile
diff -u pkgsrc/sysutils/py-ansible-compat/Makefile:1.21 pkgsrc/sysutils/py-ansible-compat/Makefile:1.22
--- pkgsrc/sysutils/py-ansible-compat/Makefile:1.21     Sat Oct 28 19:57:15 2023
+++ pkgsrc/sysutils/py-ansible-compat/Makefile  Thu Jan 11 09:53:53 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.21 2023/10/28 19:57:15 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2024/01/11 09:53:53 adam Exp $
 
-DISTNAME=      ansible-compat-4.1.10
+DISTNAME=      ansible-compat-4.1.11
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    sysutils python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/ansible-compat/}
 
@@ -11,6 +10,7 @@ HOMEPAGE=     https://github.com/ansible-com
 COMMENT=       Ansible compatibility goodies
 LICENSE=       mit
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=65.3.0:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=7.0.5:../../devel/py-setuptools_scm
 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 DEPENDS+=      ansible-core>=2.12:../../sysutils/ansible-core
@@ -21,7 +21,6 @@ DEPENDS+=     ${PYPKGPREFIX}-yaml-[0-9]*:../
 #TODO: TEST_DEPENDS pip-tools, pytest-plus
 TEST_DEPENDS+= ${PYPKGPREFIX}-coverage-[0-9]*:../../devel/py-coverage
 TEST_DEPENDS+= ${PYPKGPREFIX}-flaky-[0-9]*:../../devel/py-flaky
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-mock-[0-9]*:../../devel/py-test-mock
 
 USE_LANGUAGES= # none
@@ -33,8 +32,5 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27 38
 DEPENDS+=      ${PYPKGPREFIX}-typing-extensions>=4.5.0:../../devel/py-typing-extensions
 .endif
 
-do-test:
-       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} test
-
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/sysutils/py-ansible-compat/distinfo
diff -u pkgsrc/sysutils/py-ansible-compat/distinfo:1.18 pkgsrc/sysutils/py-ansible-compat/distinfo:1.19
--- pkgsrc/sysutils/py-ansible-compat/distinfo:1.18     Thu Sep 28 06:52:02 2023
+++ pkgsrc/sysutils/py-ansible-compat/distinfo  Thu Jan 11 09:53:53 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.18 2023/09/28 06:52:02 adam Exp $
+$NetBSD: distinfo,v 1.19 2024/01/11 09:53:53 adam Exp $
 
-BLAKE2s (ansible-compat-4.1.10.tar.gz) = 8d5da014557f60801a6bcfe3b1b7f7cec3e3f4d58ffff6f5c696b0c6dd601efe
-SHA512 (ansible-compat-4.1.10.tar.gz) = f50d07d753fa2f3985efca4aa326d3608d55b3f8d00c42c3bd9ba95c6e40c7a717160220dd602374124ebbfc94c495819b4b738cb385875033876aee458d14b4
-Size (ansible-compat-4.1.10.tar.gz) = 72127 bytes
+BLAKE2s (ansible-compat-4.1.11.tar.gz) = 8845ac75c771133c564904ef74e77eef4d7d0166c3a457fcd8ba4485a548fe56
+SHA512 (ansible-compat-4.1.11.tar.gz) = 0e8de16ef0da9a036595dadbdfa5fd776f8edf0d2c16e8e2759a0e1b07f0d0fffc22a8c7be17aefb73312f3c8f56d48fdf097c527fa3b8919907923fffc44fa7
+Size (ansible-compat-4.1.11.tar.gz) = 73021 bytes



Home | Main Index | Thread Index | Old Index