textproc/py-tomli: Add py-tomli 1.0.4

Tomli is a Python library for parsing TOML. Tomli is fully compatible with TOML
v1.0.0.

WWW: https://github.com/hukkin/tomli
This commit is contained in:
Po-Chuan Hsieh 2021-07-22 01:11:52 +08:00
parent ae1ff96b04
commit 9e294e3c80
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B
4 changed files with 28 additions and 0 deletions

View file

@ -1466,6 +1466,7 @@
SUBDIR += py-tinycss
SUBDIR += py-tinycss2
SUBDIR += py-toml
SUBDIR += py-tomli
SUBDIR += py-tomlkit
SUBDIR += py-toronado
SUBDIR += py-towncrier

View file

@ -0,0 +1,20 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= tomli
PORTVERSION= 1.0.4
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Lil' TOML parser
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1626714600
SHA256 (tomli-1.0.4.tar.gz) = be670d0d8d7570fd0ea0113bd7bb1ba3ac6706b4de062cc4c952769355c9c268
SIZE (tomli-1.0.4.tar.gz) = 11684

View file

@ -0,0 +1,4 @@
Tomli is a Python library for parsing TOML. Tomli is fully compatible with TOML
v1.0.0.
WWW: https://github.com/hukkin/tomli