pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-plumbum



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Oct 15 12:20:27 UTC 2021

Modified Files:
        pkgsrc/devel/py-plumbum: Makefile PLIST distinfo

Log Message:
py-plumbum: updated to 1.7.0

1.7.0

Commands: support .with_cwd()
Commands: make iter_lines deal with decoding errors during iteration
Commands: fix handling of env-vars passed to plumbum BoundEnvCommands
Commands: fix support for win32 in iter_lines
Paths: fix incorrect __getitem__ method in Path
Paths: Remote path stat had odd OSError
Paths: Fix RemotePath.copy()
Paths: missing __fspath__ added
SSH: better error reporting on SshSession error
Internal: redesigned CI, major cleanup to setuptools distribution, Black formatting, style checking throughout.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-plumbum/Makefile \
    pkgsrc/devel/py-plumbum/PLIST pkgsrc/devel/py-plumbum/distinfo

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-plumbum/Makefile
diff -u pkgsrc/devel/py-plumbum/Makefile:1.2 pkgsrc/devel/py-plumbum/Makefile:1.3
--- pkgsrc/devel/py-plumbum/Makefile:1.2        Mon Oct  5 21:24:16 2020
+++ pkgsrc/devel/py-plumbum/Makefile    Fri Oct 15 12:20:27 2021
@@ -1,15 +1,29 @@
-# $NetBSD: Makefile,v 1.2 2020/10/05 21:24:16 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2021/10/15 12:20:27 adam Exp $
 
-DISTNAME=      plumbum-1.6.1.post0
-PKGREVISION=   1
-CATEGORIES=    devel
+DISTNAME=      plumbum-1.7.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/plumbum/}
 
 MAINTAINER=    gde%llew.me@localhost
-HOMEPAGE=      http://plumbum.readthedocs.org/
+HOMEPAGE=      https://plumbum.readthedocs.io/
 COMMENT=       Plumbum: shell combinators library
 LICENSE=       mit
 
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm>=3.4.3:../../devel/py-setuptools_scm
+TEST_DEPENDS+= ${PYPKGPREFIX}-paramiko-[0-9]*:../../security/py-paramiko
+TEST_DEPENDS+= ${PYPKGPREFIX}-psutil-[0-9]*:../../sysutils/py-psutil
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-mock-[0-9]*:../../devel/py-test-mock
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-timeout-[0-9]*:../../devel/py-test-timeout
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONED_DEPENDENCIES= test:test
+
+do-test:
+       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
+
 .include "../../lang/python/egg.mk"
+.include "../../lang/python/versioned_dependencies.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-plumbum/PLIST
diff -u pkgsrc/devel/py-plumbum/PLIST:1.2 pkgsrc/devel/py-plumbum/PLIST:1.3
--- pkgsrc/devel/py-plumbum/PLIST:1.2   Mon Oct  5 21:24:16 2020
+++ pkgsrc/devel/py-plumbum/PLIST       Fri Oct 15 12:20:27 2021
@@ -1,7 +1,8 @@
-@comment $NetBSD: PLIST,v 1.2 2020/10/05 21:24:16 wiz Exp $
+@comment $NetBSD: PLIST,v 1.3 2021/10/15 12:20:27 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
 ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/plumbum/__init__.py
 ${PYSITELIB}/plumbum/__init__.pyc
@@ -15,6 +16,19 @@ ${PYSITELIB}/plumbum/cli/__init__.pyo
 ${PYSITELIB}/plumbum/cli/application.py
 ${PYSITELIB}/plumbum/cli/application.pyc
 ${PYSITELIB}/plumbum/cli/application.pyo
+${PYSITELIB}/plumbum/cli/config.py
+${PYSITELIB}/plumbum/cli/config.pyc
+${PYSITELIB}/plumbum/cli/config.pyo
+${PYSITELIB}/plumbum/cli/i18n.py
+${PYSITELIB}/plumbum/cli/i18n.pyc
+${PYSITELIB}/plumbum/cli/i18n.pyo
+${PYSITELIB}/plumbum/cli/i18n/de/LC_MESSAGES/plumbum.cli.mo
+${PYSITELIB}/plumbum/cli/i18n/fr/LC_MESSAGES/plumbum.cli.mo
+${PYSITELIB}/plumbum/cli/i18n/nl/LC_MESSAGES/plumbum.cli.mo
+${PYSITELIB}/plumbum/cli/i18n/ru/LC_MESSAGES/plumbum.cli.mo
+${PYSITELIB}/plumbum/cli/image.py
+${PYSITELIB}/plumbum/cli/image.pyc
+${PYSITELIB}/plumbum/cli/image.pyo
 ${PYSITELIB}/plumbum/cli/progress.py
 ${PYSITELIB}/plumbum/cli/progress.pyc
 ${PYSITELIB}/plumbum/cli/progress.pyo
@@ -117,6 +131,9 @@ ${PYSITELIB}/plumbum/path/remote.pyo
 ${PYSITELIB}/plumbum/path/utils.py
 ${PYSITELIB}/plumbum/path/utils.pyc
 ${PYSITELIB}/plumbum/path/utils.pyo
+${PYSITELIB}/plumbum/typed_env.py
+${PYSITELIB}/plumbum/typed_env.pyc
+${PYSITELIB}/plumbum/typed_env.pyo
 ${PYSITELIB}/plumbum/version.py
 ${PYSITELIB}/plumbum/version.pyc
 ${PYSITELIB}/plumbum/version.pyo
Index: pkgsrc/devel/py-plumbum/distinfo
diff -u pkgsrc/devel/py-plumbum/distinfo:1.2 pkgsrc/devel/py-plumbum/distinfo:1.3
--- pkgsrc/devel/py-plumbum/distinfo:1.2        Thu Oct  7 13:43:27 2021
+++ pkgsrc/devel/py-plumbum/distinfo    Fri Oct 15 12:20:27 2021
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2021/10/07 13:43:27 nia Exp $
+$NetBSD: distinfo,v 1.3 2021/10/15 12:20:27 adam Exp $
 
-RMD160 (plumbum-1.6.1.post0.tar.gz) = e6eb29d08d8d9507ce63e2495515869140abe3f6
-SHA512 (plumbum-1.6.1.post0.tar.gz) = 5953de181a415d218f9da615c51b9669c93e8bc6995b91571496facce120ebf86a4a5a4a29e6cb226d426d7e479fd4dff996bbeeba135ea2f0b84d17a42a5b7e
-Size (plumbum-1.6.1.post0.tar.gz) = 79217 bytes
+RMD160 (plumbum-1.7.0.tar.gz) = 7b1b22cd19eb6958ff5f50b9913eab8bcb2e6321
+SHA512 (plumbum-1.7.0.tar.gz) = 0a12891278c12bb98b8bbb825448375240ee347eb3ca166b9cbb4da3e083979d947a7bf0a843fd9a0b7c9a13d09f24e988ee877f29420a3f29f40e387eec8826
+Size (plumbum-1.7.0.tar.gz) = 318890 bytes



Home | Main Index | Thread Index | Old Index