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 11 12:28:03 UTC 2024

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

Log Message:
py-plumbum: updated to 1.9.0

1.9.0

* Drop Python <3.8
* Add 3.13 testing and classifiers
* setuptools-less installs couldn't translate, add test
* Use importlib resources
* Replaced ``NotImplementedError``


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/py-plumbum/Makefile
cvs rdiff -u -r1.10 -r1.11 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.13 pkgsrc/devel/py-plumbum/Makefile:1.14
--- pkgsrc/devel/py-plumbum/Makefile:1.13       Mon Apr 29 08:42:28 2024
+++ pkgsrc/devel/py-plumbum/Makefile    Fri Oct 11 12:28:03 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2024/04/29 08:42:28 adam Exp $
+# $NetBSD: Makefile,v 1.14 2024/10/11 12:28:03 adam Exp $
 
-DISTNAME=      plumbum-1.8.3
+DISTNAME=      plumbum-1.9.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/plumbum/}
@@ -10,8 +10,8 @@ HOMEPAGE=     https://plumbum.readthedocs.io
 COMMENT=       Plumbum: shell combinators library
 LICENSE=       mit
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling-[0-9]*:../../devel/py-hatchling
 TOOL_DEPENDS+= ${PYPKGPREFIX}-hatch-vcs-[0-9]*:../../devel/py-hatch-vcs
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling-[0-9]*:../../devel/py-hatchling
 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
@@ -20,7 +20,5 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-test-timeo
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-plumbum/distinfo
diff -u pkgsrc/devel/py-plumbum/distinfo:1.10 pkgsrc/devel/py-plumbum/distinfo:1.11
--- pkgsrc/devel/py-plumbum/distinfo:1.10       Mon Apr 29 08:42:28 2024
+++ pkgsrc/devel/py-plumbum/distinfo    Fri Oct 11 12:28:03 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2024/04/29 08:42:28 adam Exp $
+$NetBSD: distinfo,v 1.11 2024/10/11 12:28:03 adam Exp $
 
-BLAKE2s (plumbum-1.8.3.tar.gz) = c3e7b46e7ffa00fb28d064e00a683835c8cfc8ea6581821a38655836573c16da
-SHA512 (plumbum-1.8.3.tar.gz) = e59dd98939739636c3f1541e24f3c5a4b0c9bbe54b77d378875a57f167ca1916adbca6b33c7779d37e5daebd949c9a9d77bfffc404e55d319027658b5a504088
-Size (plumbum-1.8.3.tar.gz) = 318895 bytes
+BLAKE2s (plumbum-1.9.0.tar.gz) = 94720133f862ccb0794302fc7058ebaa6c780ee41dff7e6edd15abfb5130e34b
+SHA512 (plumbum-1.9.0.tar.gz) = afa0436e19ddea192ac7d33a3cdede6a86c801288d6678c9d9daa110ea049b14bc388fe4eb27e172d66595de282648b966043bed8f4c282350753afdf38e14de
+Size (plumbum-1.9.0.tar.gz) = 319083 bytes



Home | Main Index | Thread Index | Old Index