py-json5: updated to 0.9.17

v0.9.17 (2024-02-19)

Move from setup.py to pyproject.toml.
No code changes (other than the version increasing).

v0.9.16 (2024-02-19)

Drop Python2 from setup.py
Add minimal packaging instructions to //README.md.

v0.9.15 (2024-02-19)

Merge in Pull request 66 to include the tests and sample file in a source distribution.
This commit is contained in:
adam 2024-02-20 19:33:39 +00:00
parent c151ee6176
commit 532d2774d2
4 changed files with 23 additions and 16 deletions

View File

@ -0,0 +1 @@
bin/pyjson5 @PREFIX@/bin/pyjson5-@PYVERSSUFFIX@

View File

@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.1 2023/08/26 11:50:44 adam Exp $
# $NetBSD: Makefile,v 1.2 2024/02/20 19:33:39 adam Exp $
DISTNAME= json5-0.9.14
DISTNAME= json5-0.9.17
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=j/json5/}
MAINTAINER= pkgsrc-users@NetBSD.org
@ -10,9 +10,16 @@ HOMEPAGE= https://github.com/dpranke/pyjson5
COMMENT= Python implementation of the JSON5 data format
LICENSE= apache-2.0
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=61.0:../../devel/py-setuptools
TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/egg.mk"
post-install:
cd ${DESTDIR}${PREFIX}/bin && \
${MV} pyjson5 pyjson5-${PYVERSSUFFIX} || ${TRUE}
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"

View File

@ -1,11 +1,10 @@
@comment $NetBSD: PLIST,v 1.1 2023/08/26 11:50:44 adam Exp $
bin/pyjson5
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
@comment $NetBSD: PLIST,v 1.2 2024/02/20 19:33:39 adam Exp $
bin/pyjson5-${PYVERSSUFFIX}
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/json5/__init__.py
${PYSITELIB}/json5/__init__.pyc
${PYSITELIB}/json5/__init__.pyo

View File

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.1 2023/08/26 11:50:44 adam Exp $
$NetBSD: distinfo,v 1.2 2024/02/20 19:33:39 adam Exp $
BLAKE2s (json5-0.9.14.tar.gz) = f09af27dc22c4a3468dca6b767649f51df4017df9d598855c31498a02c57edd8
SHA512 (json5-0.9.14.tar.gz) = d2cfeb349fb2a94823290959ed57532077d6f6e695b46f5eaa5aafb14219b37380cbb306144703801ac26f6a417578b9d752591a427e717f363809c9e7e48eb7
Size (json5-0.9.14.tar.gz) = 24096 bytes
BLAKE2s (json5-0.9.17.tar.gz) = 24327444de3e6607f47c66edf6dfa1d3fdd94b46531fb77b71250cfd4b9fdc51
SHA512 (json5-0.9.17.tar.gz) = eeff6db19e9a38d61c0ef6a1259e69616b524ede372fade1973be341a7c8730812049212a0f75023026ece3e598f579900d9cac73f231dfa711939c71b8c1e17
Size (json5-0.9.17.tar.gz) = 35980 bytes