Tue Jan 11 19:17:22 2022 UTC ()
py-tomlkit: added version 0.8.0

TOML Kit is a 1.0.0-compliant TOML library. It includes a parser that preserves
all comments, indentations, whitespace and internal element ordering, and makes
them accessible and editable via an intuitive API. You can also create new TOML
documents from scratch using the provided helpers.


(adam)
diff -r1.1267 -r1.1268 pkgsrc/textproc/Makefile
diff -r0 -r1.1 pkgsrc/textproc/py-tomlkit/DESCR
diff -r0 -r1.1 pkgsrc/textproc/py-tomlkit/Makefile
diff -r0 -r1.1 pkgsrc/textproc/py-tomlkit/PLIST
diff -r0 -r1.1 pkgsrc/textproc/py-tomlkit/distinfo

cvs diff -r1.1267 -r1.1268 pkgsrc/textproc/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/Makefile 2022/01/11 19:09:24 1.1267
+++ pkgsrc/textproc/Makefile 2022/01/11 19:17:22 1.1268
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.1267 2022/01/11 19:09:24 adam Exp $ 1# $NetBSD: Makefile,v 1.1268 2022/01/11 19:17:22 adam Exp $
2# 2#
3 3
4COMMENT= Text processing utilities (does not include desktop publishing) 4COMMENT= Text processing utilities (does not include desktop publishing)
5 5
6SUBDIR+= CRF++ 6SUBDIR+= CRF++
7SUBDIR+= DWB 7SUBDIR+= DWB
8SUBDIR+= FlightCrew 8SUBDIR+= FlightCrew
9SUBDIR+= GutenMark 9SUBDIR+= GutenMark
10SUBDIR+= GutenMark-words 10SUBDIR+= GutenMark-words
11SUBDIR+= LDoc 11SUBDIR+= LDoc
12SUBDIR+= Markdown 12SUBDIR+= Markdown
13SUBDIR+= OdfConverter 13SUBDIR+= OdfConverter
14SUBDIR+= PEGTL 14SUBDIR+= PEGTL
@@ -1097,26 +1097,27 @@ SUBDIR+= py-sphinxcontrib-log-cabinet @@ -1097,26 +1097,27 @@ SUBDIR+= py-sphinxcontrib-log-cabinet
1097SUBDIR+= py-sphinxcontrib-newsfeed 1097SUBDIR+= py-sphinxcontrib-newsfeed
1098SUBDIR+= py-sphinxcontrib-qthelp 1098SUBDIR+= py-sphinxcontrib-qthelp
1099SUBDIR+= py-sphinxcontrib-serializinghtml 1099SUBDIR+= py-sphinxcontrib-serializinghtml
1100SUBDIR+= py-sphinxcontrib-websupport 1100SUBDIR+= py-sphinxcontrib-websupport
1101SUBDIR+= py-sphobjinv 1101SUBDIR+= py-sphobjinv
1102SUBDIR+= py-tablib 1102SUBDIR+= py-tablib
1103SUBDIR+= py-tabulate 1103SUBDIR+= py-tabulate
1104SUBDIR+= py-text-unidecode 1104SUBDIR+= py-text-unidecode
1105SUBDIR+= py-textile 1105SUBDIR+= py-textile
1106SUBDIR+= py-tinycss2 1106SUBDIR+= py-tinycss2
1107SUBDIR+= py-toml 1107SUBDIR+= py-toml
1108SUBDIR+= py-tomli 1108SUBDIR+= py-tomli
1109SUBDIR+= py-tomli_w 1109SUBDIR+= py-tomli_w
 1110SUBDIR+= py-tomlkit
1110SUBDIR+= py-ujson 1111SUBDIR+= py-ujson
1111SUBDIR+= py-uritemplate 1112SUBDIR+= py-uritemplate
1112SUBDIR+= py-validators 1113SUBDIR+= py-validators
1113SUBDIR+= py-vobject 1114SUBDIR+= py-vobject
1114SUBDIR+= py-wcmatch 1115SUBDIR+= py-wcmatch
1115SUBDIR+= py-webencodings 1116SUBDIR+= py-webencodings
1116SUBDIR+= py-xapian 1117SUBDIR+= py-xapian
1117SUBDIR+= py-xlrd 1118SUBDIR+= py-xlrd
1118SUBDIR+= py-xlsxwriter 1119SUBDIR+= py-xlsxwriter
1119SUBDIR+= py-xlwt 1120SUBDIR+= py-xlwt
1120SUBDIR+= py-xml 1121SUBDIR+= py-xml
1121SUBDIR+= py-xml2rfc 1122SUBDIR+= py-xml2rfc
1122SUBDIR+= py-xmlschema 1123SUBDIR+= py-xmlschema

File Added: pkgsrc/textproc/py-tomlkit/DESCR
TOML Kit is a 1.0.0-compliant TOML library. It includes a parser that preserves
all comments, indentations, whitespace and internal element ordering, and makes
them accessible and editable via an intuitive API. You can also create new TOML
documents from scratch using the provided helpers.

File Added: pkgsrc/textproc/py-tomlkit/Makefile
# $NetBSD: Makefile,v 1.1 2022/01/11 19:17:22 adam Exp $

DISTNAME=	tomlkit-0.8.0
PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
CATEGORIES=	textproc python
MASTER_SITES=	${MASTER_SITE_PYPI:=t/tomlkit/}

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	https://github.com/sdispater/tomlkit
COMMENT=	Style preserving TOML library
LICENSE=	mit

TEST_DEPENDS+=	${PYPKGPREFIX}-test>=6.0:../../devel/py-test

USE_LANGUAGES=	# none

PYTHON_VERSIONS_INCOMPATIBLE=	27

do-test:
	cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests

.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"

File Added: pkgsrc/textproc/py-tomlkit/PLIST
@comment $NetBSD: PLIST,v 1.1 2022/01/11 19:17:22 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/tomlkit/__init__.py
${PYSITELIB}/tomlkit/__init__.pyc
${PYSITELIB}/tomlkit/__init__.pyo
${PYSITELIB}/tomlkit/_compat.py
${PYSITELIB}/tomlkit/_compat.pyc
${PYSITELIB}/tomlkit/_compat.pyo
${PYSITELIB}/tomlkit/_utils.py
${PYSITELIB}/tomlkit/_utils.pyc
${PYSITELIB}/tomlkit/_utils.pyo
${PYSITELIB}/tomlkit/api.py
${PYSITELIB}/tomlkit/api.pyc
${PYSITELIB}/tomlkit/api.pyo
${PYSITELIB}/tomlkit/container.py
${PYSITELIB}/tomlkit/container.pyc
${PYSITELIB}/tomlkit/container.pyo
${PYSITELIB}/tomlkit/exceptions.py
${PYSITELIB}/tomlkit/exceptions.pyc
${PYSITELIB}/tomlkit/exceptions.pyo
${PYSITELIB}/tomlkit/items.py
${PYSITELIB}/tomlkit/items.pyc
${PYSITELIB}/tomlkit/items.pyo
${PYSITELIB}/tomlkit/parser.py
${PYSITELIB}/tomlkit/parser.pyc
${PYSITELIB}/tomlkit/parser.pyo
${PYSITELIB}/tomlkit/py.typed
${PYSITELIB}/tomlkit/source.py
${PYSITELIB}/tomlkit/source.pyc
${PYSITELIB}/tomlkit/source.pyo
${PYSITELIB}/tomlkit/toml_char.py
${PYSITELIB}/tomlkit/toml_char.pyc
${PYSITELIB}/tomlkit/toml_char.pyo
${PYSITELIB}/tomlkit/toml_document.py
${PYSITELIB}/tomlkit/toml_document.pyc
${PYSITELIB}/tomlkit/toml_document.pyo
${PYSITELIB}/tomlkit/toml_file.py
${PYSITELIB}/tomlkit/toml_file.pyc
${PYSITELIB}/tomlkit/toml_file.pyo

File Added: pkgsrc/textproc/py-tomlkit/distinfo
$NetBSD: distinfo,v 1.1 2022/01/11 19:17:22 adam Exp $

BLAKE2s (tomlkit-0.8.0.tar.gz) = 0d8c9dd5f649b7266e1ff76c19d2e3733417508b69eb1a3bdc4b94a6bbf9269d
SHA512 (tomlkit-0.8.0.tar.gz) = 77b267201021e740d8134d0d5edfbef2cf077adac0b320d80887fdedda3f63f74df1957e8230976f16c80fcc58fd4cfabb195cccf0eda7d6cd29f5f65d362147
Size (tomlkit-0.8.0.tar.gz) = 179067 bytes