pkgsrc-WIP-changes archive

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

py-u-msgpack: update to 2.8.0



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Tue Apr 30 10:47:55 2024 +0200
Changeset:	5ab77cc201170b8a98f1d2e7ea9ccd23e74c25ae

Modified Files:
	py-u-msgpack/Makefile
	py-u-msgpack/PLIST
	py-u-msgpack/distinfo

Log Message:
py-u-msgpack: update to 2.8.0

Version 2.8.0 - 05/18/2023

    Migrate module to package.
    Migrate documentation to Sphinx.
    Improve types and formatting in docstrings.
    Add type stubs.

Version 2.7.2 - 11/07/2022

    Fix hex formatting of data bytes in Ext string representation.
    Contributors
        Stefan Ring, @Ringdingcoder - 309b1a9

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5ab77cc201170b8a98f1d2e7ea9ccd23e74c25ae

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-u-msgpack/Makefile | 11 ++++++++---
 py-u-msgpack/PLIST    | 16 +++++++++-------
 py-u-msgpack/distinfo |  6 +++---
 3 files changed, 20 insertions(+), 13 deletions(-)

diffs:
diff --git a/py-u-msgpack/Makefile b/py-u-msgpack/Makefile
index 765992e6cf..cb2a4ae33a 100644
--- a/py-u-msgpack/Makefile
+++ b/py-u-msgpack/Makefile
@@ -1,16 +1,21 @@
 # $NetBSD$
 
-DISTNAME=	u-msgpack-python-2.7.1
+DISTNAME=	u-msgpack-python-2.8.0
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME:S/-python//}
 CATEGORIES=	devel python
-MASTER_SITES=	${MASTER_SITE_PYPI:=u/u-msgpack/}
+MASTER_SITES=	${MASTER_SITE_PYPI:=u/u-msgpack-python/}
 
 MAINTAINER=	kamelderouiche%yahoo.com@localhost
 HOMEPAGE=	https://github.com/vsergeev/u-msgpack-python
 COMMENT=	MessagePack serializer and deserializer written in pure Python
 LICENSE=	mit
 
+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"
diff --git a/py-u-msgpack/PLIST b/py-u-msgpack/PLIST
index 4340e9ca80..02734be046 100644
--- a/py-u-msgpack/PLIST
+++ b/py-u-msgpack/PLIST
@@ -1,8 +1,10 @@
 @comment $NetBSD$
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
-${PYSITELIB}/umsgpack.py
-${PYSITELIB}/umsgpack.pyc
-${PYSITELIB}/umsgpack.pyo
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
+${PYSITELIB}/umsgpack/__init__.py
+${PYSITELIB}/umsgpack/__init__.pyc
+${PYSITELIB}/umsgpack/__init__.pyi
+${PYSITELIB}/umsgpack/__init__.pyo
diff --git a/py-u-msgpack/distinfo b/py-u-msgpack/distinfo
index 495dd9c907..bff0044852 100644
--- a/py-u-msgpack/distinfo
+++ b/py-u-msgpack/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-RMD160 (u-msgpack-python-2.7.1.tar.gz) = b5a70fb41922b391cc6db4a48ebc0c99515504cf
-SHA512 (u-msgpack-python-2.7.1.tar.gz) = 0825b9edee28db2c954c9c0d64987a4640f11af52570c1ad834882a5fcd2e3a76eab3524cc3bb639cacfaf9eef27bf0a75656b4d02bca42b2d35b708348691d6
-Size (u-msgpack-python-2.7.1.tar.gz) = 20631 bytes
+BLAKE2s (u-msgpack-python-2.8.0.tar.gz) = fa63e1407edb3dafeb844b0151c220419f03869c9d21328ffb44e9f2fa55820a
+SHA512 (u-msgpack-python-2.8.0.tar.gz) = 61dd332c9f72db65a6a949e2acdc668ab01981b3eb1e9fd58e506d35d47f5f656b9d0abec92ae0e4d949bab063aeff75c205b92758275d99dbbe5f65f15241b9
+Size (u-msgpack-python-2.8.0.tar.gz) = 18167 bytes


Home | Main Index | Thread Index | Old Index