pkgsrc-WIP-changes archive

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

py-tree-sitter: update to 0.22.3



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Mon Aug 12 13:57:42 2024 +0200
Changeset:	69680f148304c829eaa6f4cf4ba55bb445d0901e

Modified Files:
	py-tree-sitter/Makefile
	py-tree-sitter/PLIST
	py-tree-sitter/distinfo

Log Message:
py-tree-sitter: update to 0.22.3

Upstream doesn't believe in changelogs.

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

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

diffstat:
 py-tree-sitter/Makefile | 11 +++++++----
 py-tree-sitter/PLIST    | 13 ++++++++-----
 py-tree-sitter/distinfo |  6 +++---
 3 files changed, 18 insertions(+), 12 deletions(-)

diffs:
diff --git a/py-tree-sitter/Makefile b/py-tree-sitter/Makefile
index dead20b78b..9507e68064 100644
--- a/py-tree-sitter/Makefile
+++ b/py-tree-sitter/Makefile
@@ -1,16 +1,19 @@
 # $NetBSD$
 
-DISTNAME=	tree_sitter-0.19.0
-PKGNAME=	${PYPKGPREFIX}-tree-sitter-0.19.0
+DISTNAME=	tree-sitter-0.22.3
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	textproc python
-MASTER_SITES=	${MASTER_SITE_PYPI:=t/tree_sitter/}
+MASTER_SITES=	${MASTER_SITE_PYPI:=t/tree-sitter/}
 
 MAINTAINER=	kamelderouiche%yahoo.com@localhost
 HOMEPAGE=	https://github.com/tree-sitter/py-tree-sitter
 COMMENT=	Python bindings to the Tree-sitter parsing library
 LICENSE=	mit
 
+TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+=	${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+
 PYTHON_VERSIONS_INCOMPATIBLE+=	27
 
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/py-tree-sitter/PLIST b/py-tree-sitter/PLIST
index eb4243ea71..dccdf6ff8f 100644
--- a/py-tree-sitter/PLIST
+++ b/py-tree-sitter/PLIST
@@ -1,9 +1,12 @@
 @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}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/tree_sitter/__init__.py
 ${PYSITELIB}/tree_sitter/__init__.pyc
+${PYSITELIB}/tree_sitter/__init__.pyi
 ${PYSITELIB}/tree_sitter/__init__.pyo
-${PYSITELIB}/tree_sitter/binding.so
+${PYSITELIB}/tree_sitter/_binding.so
+${PYSITELIB}/tree_sitter/py.typed
diff --git a/py-tree-sitter/distinfo b/py-tree-sitter/distinfo
index 5350942f10..0c6888bef0 100644
--- a/py-tree-sitter/distinfo
+++ b/py-tree-sitter/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-RMD160 (tree_sitter-0.19.0.tar.gz) = ec4059d5d2fddd7933907b91feae363f9c9805ed
-SHA512 (tree_sitter-0.19.0.tar.gz) = c06e921aa1a2fde97612fcbde61f0baa92730d927798076b3b6476bc26a84529d8a3299f4d4092ee85af84824c5d4444bf0800fe3cf1d15c66bcb2bf49a430e8
-Size (tree_sitter-0.19.0.tar.gz) = 112342 bytes
+BLAKE2s (tree-sitter-0.22.3.tar.gz) = 9500de6b38b037fcbc265a54c9ca474aaad784ece30d5b3913160730eaeecb21
+SHA512 (tree-sitter-0.22.3.tar.gz) = 91455f20e1a98e50a572f0ef70b57436c3c5c858e81ca98414ea58dd52f75a50381376e788fe9cb9828fdce8c07946f5258fe2338edb60539e9b96f03a9f0ffc
+Size (tree-sitter-0.22.3.tar.gz) = 161828 bytes


Home | Main Index | Thread Index | Old Index