pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-lsp-jsonrpc



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Nov  7 09:33:54 UTC 2023

Modified Files:
        pkgsrc/textproc/py-lsp-jsonrpc: Makefile PLIST distinfo

Log Message:
py-lsp-jsonrpc: update to 1.1.2.

## Version 1.1.2 (2023/09/23)

### Pull Requests Merged

* Fix tests so they're compatible with both ujson and pure json library

----

## Version 1.1.1 (2023/09/09)

### Issues Closed

* No license included in package metadata

### Pull Requests Merged

* Remove redundant wheel dep from pyproject.toml
* Add license trove classifier

----

## Version 1.1.0 (2023/09/07)

## New features

* Allow method handlers to return json rpc errors
* Drop support for Python 3.7 and 3.6

### Issues Closed

* Drop support for Python 3.6

### Pull Requests Merged

* Drop support for Python 3.7
* Allow method handlers to return json rpc errors
* Make necessary changes to drop support for Python 3.6
* Drop Python 3.6 on CIs and start testing with Python 3.10
* Migrate metadata from `setup.cfg` to PEP 621-compliant `pyproject.toml`
* Use f-strings wherever possible
* Add license info to setup.py so it will show up in wheel installs.
* Move the package metadata from setup.py to setup.cfg
* Fix typos in readme


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/py-lsp-jsonrpc/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/py-lsp-jsonrpc/PLIST \
    pkgsrc/textproc/py-lsp-jsonrpc/distinfo

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

Modified files:

Index: pkgsrc/textproc/py-lsp-jsonrpc/Makefile
diff -u pkgsrc/textproc/py-lsp-jsonrpc/Makefile:1.3 pkgsrc/textproc/py-lsp-jsonrpc/Makefile:1.4
--- pkgsrc/textproc/py-lsp-jsonrpc/Makefile:1.3 Sun May  1 09:45:42 2022
+++ pkgsrc/textproc/py-lsp-jsonrpc/Makefile     Tue Nov  7 09:33:54 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2022/05/01 09:45:42 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2023/11/07 09:33:54 wiz Exp $
 
-DISTNAME=      python-lsp-jsonrpc-1.0.0
+DISTNAME=      python-lsp-jsonrpc-1.1.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/python-//}
-PKGREVISION=   1
 CATEGORIES=    textproc net devel
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/python-lsp-jsonrpc/}
 
@@ -11,10 +10,9 @@ HOMEPAGE=    https://github.com/python-lsp/
 COMMENT=       Asynchronous JSON RPC server for Python (fork of python-jsonrpc-server)
 LICENSE=       mit
 
-USE_LANGUAGES= # none
-
-PYTHON_VERSIONS_INCOMPATIBLE=  27 # textproc/py-ujson
-
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=0:../../devel/py-setuptools_scm
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel
 DEPENDS+=      ${PYPKGPREFIX}-ujson>=3.0.0:../../textproc/py-ujson
 TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
 TEST_DEPENDS+= ${PYPKGPREFIX}-pylint-[0-9]*:../../devel/py-pylint
@@ -23,8 +21,9 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-flakes-[0-
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
 TEST_DEPENDS+= ${PYPKGPREFIX}-coverage-[0-9]*:../../devel/py-coverage
 
-do-test:
-       cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} py.test-${PYVERSSUFFIX}
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/textproc/py-lsp-jsonrpc/PLIST
diff -u pkgsrc/textproc/py-lsp-jsonrpc/PLIST:1.1 pkgsrc/textproc/py-lsp-jsonrpc/PLIST:1.2
--- pkgsrc/textproc/py-lsp-jsonrpc/PLIST:1.1    Fri Nov  5 11:16:38 2021
+++ pkgsrc/textproc/py-lsp-jsonrpc/PLIST        Tue Nov  7 09:33:54 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2021/11/05 11:16:38 wiz Exp $
+@comment $NetBSD: PLIST,v 1.2 2023/11/07 09:33:54 wiz Exp $
 ${PYSITELIB}/pylsp_jsonrpc/__init__.py
 ${PYSITELIB}/pylsp_jsonrpc/__init__.pyc
 ${PYSITELIB}/pylsp_jsonrpc/__init__.pyo
@@ -17,8 +17,8 @@ ${PYSITELIB}/pylsp_jsonrpc/exceptions.py
 ${PYSITELIB}/pylsp_jsonrpc/streams.py
 ${PYSITELIB}/pylsp_jsonrpc/streams.pyc
 ${PYSITELIB}/pylsp_jsonrpc/streams.pyo
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.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
Index: pkgsrc/textproc/py-lsp-jsonrpc/distinfo
diff -u pkgsrc/textproc/py-lsp-jsonrpc/distinfo:1.1 pkgsrc/textproc/py-lsp-jsonrpc/distinfo:1.2
--- pkgsrc/textproc/py-lsp-jsonrpc/distinfo:1.1 Fri Nov  5 11:16:38 2021
+++ pkgsrc/textproc/py-lsp-jsonrpc/distinfo     Tue Nov  7 09:33:54 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2021/11/05 11:16:38 wiz Exp $
+$NetBSD: distinfo,v 1.2 2023/11/07 09:33:54 wiz Exp $
 
-BLAKE2s (python-lsp-jsonrpc-1.0.0.tar.gz) = 28b8d6e7409a0bfc2a81c87508f0c88a7624d5075624c4f14950c6f8fe389342
-SHA512 (python-lsp-jsonrpc-1.0.0.tar.gz) = 447835fc6c3810f486d80f85295089c021b792843bdf88d461c021b8b04407d8f7e6a99c07351a23658a5dff46eb475bc64e51bdec029787cd33330b54d4dfec
-Size (python-lsp-jsonrpc-1.0.0.tar.gz) = 10011 bytes
+BLAKE2s (python-lsp-jsonrpc-1.1.2.tar.gz) = 9248d1c5aae7c89906c62aadf4855de2358cd14987b160b10a4dc4ac1b11415a
+SHA512 (python-lsp-jsonrpc-1.1.2.tar.gz) = 7f8de21ca9616b725617b9aed2b2f3d991477e16065ac239559e45723713fe29fb16194145ed191df57d621d49a04e0258e9573fdabce34409fc779cae45ea82
+Size (python-lsp-jsonrpc-1.1.2.tar.gz) = 15298 bytes



Home | Main Index | Thread Index | Old Index