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:
parent
ae1ff96b04
commit
9e294e3c80
4 changed files with 28 additions and 0 deletions
|
@ -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
|
||||
|
|
20
textproc/py-tomli/Makefile
Normal file
20
textproc/py-tomli/Makefile
Normal 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>
|
3
textproc/py-tomli/distinfo
Normal file
3
textproc/py-tomli/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1626714600
|
||||
SHA256 (tomli-1.0.4.tar.gz) = be670d0d8d7570fd0ea0113bd7bb1ba3ac6706b4de062cc4c952769355c9c268
|
||||
SIZE (tomli-1.0.4.tar.gz) = 11684
|
4
textproc/py-tomli/pkg-descr
Normal file
4
textproc/py-tomli/pkg-descr
Normal 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
|
Loading…
Reference in a new issue