pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-pathable



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Jan 14 11:57:10 UTC 2025

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

Log Message:
py-pathable: updated to 0.4.4

0.4.4

Fixes

Use valid licence registry identifier for Apache-2.0 licence


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-pathable/Makefile \
    pkgsrc/devel/py-pathable/PLIST pkgsrc/devel/py-pathable/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-pathable/Makefile
diff -u pkgsrc/devel/py-pathable/Makefile:1.1 pkgsrc/devel/py-pathable/Makefile:1.2
--- pkgsrc/devel/py-pathable/Makefile:1.1       Wed Oct 26 12:48:29 2022
+++ pkgsrc/devel/py-pathable/Makefile   Tue Jan 14 11:57:10 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2022/10/26 12:48:29 adam Exp $
+# $NetBSD: Makefile,v 1.2 2025/01/14 11:57:10 adam Exp $
 
-DISTNAME=      pathable-0.4.3
+DISTNAME=      pathable-0.4.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pathable/}
@@ -10,9 +10,9 @@ HOMEPAGE=     https://github.com/p1c2u/patha
 COMMENT=       Object-oriented paths
 LICENSE=       apache-2.0
 
-USE_LANGUAGES= # none
+TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=1.0.0:../../devel/py-poetry-core
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+USE_LANGUAGES= # none
 
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-pathable/PLIST
diff -u pkgsrc/devel/py-pathable/PLIST:1.1 pkgsrc/devel/py-pathable/PLIST:1.2
--- pkgsrc/devel/py-pathable/PLIST:1.1  Wed Oct 26 12:48:29 2022
+++ pkgsrc/devel/py-pathable/PLIST      Tue Jan 14 11:57:10 2025
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.1 2022/10/26 12:48:29 adam Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.2 2025/01/14 11:57:10 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
 ${PYSITELIB}/pathable/__init__.py
 ${PYSITELIB}/pathable/__init__.pyc
 ${PYSITELIB}/pathable/__init__.pyo
Index: pkgsrc/devel/py-pathable/distinfo
diff -u pkgsrc/devel/py-pathable/distinfo:1.1 pkgsrc/devel/py-pathable/distinfo:1.2
--- pkgsrc/devel/py-pathable/distinfo:1.1       Wed Oct 26 12:48:29 2022
+++ pkgsrc/devel/py-pathable/distinfo   Tue Jan 14 11:57:10 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2022/10/26 12:48:29 adam Exp $
+$NetBSD: distinfo,v 1.2 2025/01/14 11:57:10 adam Exp $
 
-BLAKE2s (pathable-0.4.3.tar.gz) = e3b8f276b3df8fe9620413132b0556afdda4fefa5fecd9ad392334ec8596d09d
-SHA512 (pathable-0.4.3.tar.gz) = 98fd70efb86202403bdc52a90ca469f91cd7c954e827473e035fdc269c9a400a2f130bde656b8bfad16403decca27fa4716e17061f182f865b6925ca9d8fac90
-Size (pathable-0.4.3.tar.gz) = 8679 bytes
+BLAKE2s (pathable-0.4.4.tar.gz) = 4aba22e13f4e4df265c56b03da03e3f5596c3e7c7ec9704ac6e95af14af9b0ff
+SHA512 (pathable-0.4.4.tar.gz) = 5cc0946614f8b1bcbe399cfdec3b6146795c5fdf48e14ac7c25f5287d6224b3b4aa3e0beb1fb80d720aeb1e937bfbcbefcb0710cd3ba8afb8436de4fc385c01c
+Size (pathable-0.4.4.tar.gz) = 8124 bytes



Home | Main Index | Thread Index | Old Index