pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-types-toml



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Apr 10 09:21:52 UTC 2024

Modified Files:
        pkgsrc/devel/py-types-toml: Makefile PLIST distinfo

Log Message:
py-types-toml: updated to 0.10.8.20240310

0.10.8.20240310 (2024-03-10)

Bump mypy to 1.9, add to json.encoder, small fixups


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/py-types-toml/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-types-toml/PLIST
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/py-types-toml/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-types-toml/Makefile
diff -u pkgsrc/devel/py-types-toml/Makefile:1.10 pkgsrc/devel/py-types-toml/Makefile:1.11
--- pkgsrc/devel/py-types-toml/Makefile:1.10    Thu Jul 27 08:31:21 2023
+++ pkgsrc/devel/py-types-toml/Makefile Wed Apr 10 09:21:51 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2023/07/27 08:31:21 adam Exp $
+# $NetBSD: Makefile,v 1.11 2024/04/10 09:21:51 adam Exp $
 
-DISTNAME=      types-toml-0.10.8.7
+DISTNAME=      types-toml-0.10.8.20240310
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/types-toml/}
@@ -10,7 +10,12 @@ HOMEPAGE=    https://github.com/python/type
 COMMENT=       Typing stubs for toml
 LICENSE=       apache-2.0
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+
 USE_LANGUAGES= # none
 
-.include "../../lang/python/egg.mk"
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-types-toml/PLIST
diff -u pkgsrc/devel/py-types-toml/PLIST:1.3 pkgsrc/devel/py-types-toml/PLIST:1.4
--- pkgsrc/devel/py-types-toml/PLIST:1.3        Mon May  2 12:35:18 2022
+++ pkgsrc/devel/py-types-toml/PLIST    Wed Apr 10 09:21:51 2024
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.3 2022/05/02 12:35:18 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.4 2024/04/10 09:21:51 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/toml-stubs/METADATA.toml
 ${PYSITELIB}/toml-stubs/__init__.pyi
 ${PYSITELIB}/toml-stubs/decoder.pyi

Index: pkgsrc/devel/py-types-toml/distinfo
diff -u pkgsrc/devel/py-types-toml/distinfo:1.9 pkgsrc/devel/py-types-toml/distinfo:1.10
--- pkgsrc/devel/py-types-toml/distinfo:1.9     Thu Jul 27 08:31:21 2023
+++ pkgsrc/devel/py-types-toml/distinfo Wed Apr 10 09:21:51 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2023/07/27 08:31:21 adam Exp $
+$NetBSD: distinfo,v 1.10 2024/04/10 09:21:51 adam Exp $
 
-BLAKE2s (types-toml-0.10.8.7.tar.gz) = f4f275eb72051e8c6917ff260f71f0f3bc08aa1c8dbfeccbd77ef676840bcaf4
-SHA512 (types-toml-0.10.8.7.tar.gz) = fe092824cc6f18caf7b2696a487f1fb4abc935e45db39d58fb5dd2bfbc9376a2268382508632f4ac99088cc2fe0c632f2998c036418e98277c4538e694f48c58
-Size (types-toml-0.10.8.7.tar.gz) = 4222 bytes
+BLAKE2s (types-toml-0.10.8.20240310.tar.gz) = 140d0bce79bab43978a9e5e4ddc9bcbc8f21db376518653ecbe8caed89baaadf
+SHA512 (types-toml-0.10.8.20240310.tar.gz) = b8498e997f4235faa44406f57b8e7037988cac0d6c218d4763f1ebbaca0c95d14a1d81875a4d48732cadea7d846a1604ab0cca57cdce959030729578ac4ae459
+Size (types-toml-0.10.8.20240310.tar.gz) = 4392 bytes



Home | Main Index | Thread Index | Old Index