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: Tue Feb 7 12:23:18 UTC 2023
Modified Files:
pkgsrc/devel/py-plumbum: Makefile PLIST distinfo
Log Message:
py-plumbum: updated to 1.8.1
1.8.1
-----
* Accept path-like objects
* Move the build backend to hatchling and hatch-vcs. Users should be unaffected. Third-party packaging may need to adapt to the new build system.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/py-plumbum/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-plumbum/PLIST
cvs rdiff -u -r1.7 -r1.8 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.9 pkgsrc/devel/py-plumbum/Makefile:1.10
--- pkgsrc/devel/py-plumbum/Makefile:1.9 Tue Oct 25 19:21:06 2022
+++ pkgsrc/devel/py-plumbum/Makefile Tue Feb 7 12:23:18 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2022/10/25 19:21:06 adam Exp $
+# $NetBSD: Makefile,v 1.10 2023/02/07 12:23:18 adam Exp $
-DISTNAME= plumbum-1.8.0
+DISTNAME= plumbum-1.8.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/plumbum/}
@@ -10,7 +10,8 @@ HOMEPAGE= https://plumbum.readthedocs.io
COMMENT= Plumbum: shell combinators library
LICENSE= mit
-BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling-[0-9]*:../../devel/py-hatchling
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatch-vcs-[0-9]*:../../devel/py-hatch-vcs
TEST_DEPENDS+= ${PYPKGPREFIX}-paramiko-[0-9]*:../../security/py-paramiko
TEST_DEPENDS+= ${PYPKGPREFIX}-psutil-[0-9]*:../../sysutils/py-psutil
TEST_DEPENDS+= ${PYPKGPREFIX}-test>=6.0:../../devel/py-test
@@ -25,5 +26,5 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27
do-test:
cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-plumbum/PLIST
diff -u pkgsrc/devel/py-plumbum/PLIST:1.4 pkgsrc/devel/py-plumbum/PLIST:1.5
--- pkgsrc/devel/py-plumbum/PLIST:1.4 Tue Oct 25 19:21:06 2022
+++ pkgsrc/devel/py-plumbum/PLIST Tue Feb 7 12:23:18 2023
@@ -1,142 +1,104 @@
-@comment $NetBSD: PLIST,v 1.4 2022/10/25 19:21:06 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
+@comment $NetBSD: PLIST,v 1.5 2023/02/07 12:23:18 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/REQUESTED
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/direct_url.json
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
${PYSITELIB}/plumbum/__init__.py
${PYSITELIB}/plumbum/__init__.pyc
-${PYSITELIB}/plumbum/__init__.pyo
${PYSITELIB}/plumbum/_testtools.py
${PYSITELIB}/plumbum/_testtools.pyc
-${PYSITELIB}/plumbum/_testtools.pyo
${PYSITELIB}/plumbum/cli/__init__.py
${PYSITELIB}/plumbum/cli/__init__.pyc
-${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.po
${PYSITELIB}/plumbum/cli/i18n/de/LC_MESSAGES/plumbum.cli.mo
+${PYSITELIB}/plumbum/cli/i18n/fr.po
${PYSITELIB}/plumbum/cli/i18n/fr/LC_MESSAGES/plumbum.cli.mo
+${PYSITELIB}/plumbum/cli/i18n/nl.po
${PYSITELIB}/plumbum/cli/i18n/nl/LC_MESSAGES/plumbum.cli.mo
+${PYSITELIB}/plumbum/cli/i18n/ru.po
${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
${PYSITELIB}/plumbum/cli/switches.py
${PYSITELIB}/plumbum/cli/switches.pyc
-${PYSITELIB}/plumbum/cli/switches.pyo
${PYSITELIB}/plumbum/cli/terminal.py
${PYSITELIB}/plumbum/cli/terminal.pyc
-${PYSITELIB}/plumbum/cli/terminal.pyo
${PYSITELIB}/plumbum/cli/termsize.py
${PYSITELIB}/plumbum/cli/termsize.pyc
-${PYSITELIB}/plumbum/cli/termsize.pyo
${PYSITELIB}/plumbum/cmd.py
${PYSITELIB}/plumbum/cmd.pyc
-${PYSITELIB}/plumbum/cmd.pyo
${PYSITELIB}/plumbum/colorlib/__init__.py
${PYSITELIB}/plumbum/colorlib/__init__.pyc
-${PYSITELIB}/plumbum/colorlib/__init__.pyo
${PYSITELIB}/plumbum/colorlib/__main__.py
${PYSITELIB}/plumbum/colorlib/__main__.pyc
-${PYSITELIB}/plumbum/colorlib/__main__.pyo
${PYSITELIB}/plumbum/colorlib/_ipython_ext.py
${PYSITELIB}/plumbum/colorlib/_ipython_ext.pyc
-${PYSITELIB}/plumbum/colorlib/_ipython_ext.pyo
${PYSITELIB}/plumbum/colorlib/factories.py
${PYSITELIB}/plumbum/colorlib/factories.pyc
-${PYSITELIB}/plumbum/colorlib/factories.pyo
${PYSITELIB}/plumbum/colorlib/names.py
${PYSITELIB}/plumbum/colorlib/names.pyc
-${PYSITELIB}/plumbum/colorlib/names.pyo
${PYSITELIB}/plumbum/colorlib/styles.py
${PYSITELIB}/plumbum/colorlib/styles.pyc
-${PYSITELIB}/plumbum/colorlib/styles.pyo
${PYSITELIB}/plumbum/colors.py
${PYSITELIB}/plumbum/colors.pyc
-${PYSITELIB}/plumbum/colors.pyo
${PYSITELIB}/plumbum/commands/__init__.py
${PYSITELIB}/plumbum/commands/__init__.pyc
-${PYSITELIB}/plumbum/commands/__init__.pyo
${PYSITELIB}/plumbum/commands/base.py
${PYSITELIB}/plumbum/commands/base.pyc
-${PYSITELIB}/plumbum/commands/base.pyo
${PYSITELIB}/plumbum/commands/daemons.py
${PYSITELIB}/plumbum/commands/daemons.pyc
-${PYSITELIB}/plumbum/commands/daemons.pyo
${PYSITELIB}/plumbum/commands/modifiers.py
${PYSITELIB}/plumbum/commands/modifiers.pyc
-${PYSITELIB}/plumbum/commands/modifiers.pyo
${PYSITELIB}/plumbum/commands/processes.py
${PYSITELIB}/plumbum/commands/processes.pyc
-${PYSITELIB}/plumbum/commands/processes.pyo
${PYSITELIB}/plumbum/fs/__init__.py
${PYSITELIB}/plumbum/fs/__init__.pyc
-${PYSITELIB}/plumbum/fs/__init__.pyo
${PYSITELIB}/plumbum/fs/atomic.py
${PYSITELIB}/plumbum/fs/atomic.pyc
-${PYSITELIB}/plumbum/fs/atomic.pyo
${PYSITELIB}/plumbum/fs/mounts.py
${PYSITELIB}/plumbum/fs/mounts.pyc
-${PYSITELIB}/plumbum/fs/mounts.pyo
${PYSITELIB}/plumbum/lib.py
${PYSITELIB}/plumbum/lib.pyc
-${PYSITELIB}/plumbum/lib.pyo
${PYSITELIB}/plumbum/machines/__init__.py
${PYSITELIB}/plumbum/machines/__init__.pyc
-${PYSITELIB}/plumbum/machines/__init__.pyo
${PYSITELIB}/plumbum/machines/_windows.py
${PYSITELIB}/plumbum/machines/_windows.pyc
-${PYSITELIB}/plumbum/machines/_windows.pyo
${PYSITELIB}/plumbum/machines/base.py
${PYSITELIB}/plumbum/machines/base.pyc
-${PYSITELIB}/plumbum/machines/base.pyo
${PYSITELIB}/plumbum/machines/env.py
${PYSITELIB}/plumbum/machines/env.pyc
-${PYSITELIB}/plumbum/machines/env.pyo
${PYSITELIB}/plumbum/machines/local.py
${PYSITELIB}/plumbum/machines/local.pyc
-${PYSITELIB}/plumbum/machines/local.pyo
${PYSITELIB}/plumbum/machines/paramiko_machine.py
${PYSITELIB}/plumbum/machines/paramiko_machine.pyc
-${PYSITELIB}/plumbum/machines/paramiko_machine.pyo
${PYSITELIB}/plumbum/machines/remote.py
${PYSITELIB}/plumbum/machines/remote.pyc
-${PYSITELIB}/plumbum/machines/remote.pyo
${PYSITELIB}/plumbum/machines/session.py
${PYSITELIB}/plumbum/machines/session.pyc
-${PYSITELIB}/plumbum/machines/session.pyo
${PYSITELIB}/plumbum/machines/ssh_machine.py
${PYSITELIB}/plumbum/machines/ssh_machine.pyc
-${PYSITELIB}/plumbum/machines/ssh_machine.pyo
${PYSITELIB}/plumbum/path/__init__.py
${PYSITELIB}/plumbum/path/__init__.pyc
-${PYSITELIB}/plumbum/path/__init__.pyo
${PYSITELIB}/plumbum/path/base.py
${PYSITELIB}/plumbum/path/base.pyc
-${PYSITELIB}/plumbum/path/base.pyo
${PYSITELIB}/plumbum/path/local.py
${PYSITELIB}/plumbum/path/local.pyc
-${PYSITELIB}/plumbum/path/local.pyo
${PYSITELIB}/plumbum/path/remote.py
${PYSITELIB}/plumbum/path/remote.pyc
-${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.7 pkgsrc/devel/py-plumbum/distinfo:1.8
--- pkgsrc/devel/py-plumbum/distinfo:1.7 Tue Oct 25 19:21:06 2022
+++ pkgsrc/devel/py-plumbum/distinfo Tue Feb 7 12:23:18 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2022/10/25 19:21:06 adam Exp $
+$NetBSD: distinfo,v 1.8 2023/02/07 12:23:18 adam Exp $
-BLAKE2s (plumbum-1.8.0.tar.gz) = 404ce23e2e96a7b1e6971f98f58d79dc4d5b1a0adfbc704e9df7ea4ba0425451
-SHA512 (plumbum-1.8.0.tar.gz) = 47874c42081d385fad85b9073fbeb711112b8fa847fc79035be1277a1fdabcfb06e7822a4dbba271d86502b9b297a70742f30b1158c363b668a47e783c9990cd
-Size (plumbum-1.8.0.tar.gz) = 325060 bytes
+BLAKE2s (plumbum-1.8.1.tar.gz) = 2912bad79eec63cafd0775370048af0c9082890de89ebf8b0b671d63b3751e3a
+SHA512 (plumbum-1.8.1.tar.gz) = 80031c07be3b68767556bba8246e964c51b16336d6105ad3d51d62f7c39287af6f928be713171c8c22cdd37145a0e7c3bd65d44f14bf8b1bc62483b648f3acff
+Size (plumbum-1.8.1.tar.gz) = 316432 bytes
Home |
Main Index |
Thread Index |
Old Index