This commit is contained in:
2023-03-12 21:19:08 +02:00
parent 03557b463a
commit 56b18d31aa
339 changed files with 16782 additions and 918 deletions

16
python/py-toml/Makefile Normal file
View File

@@ -0,0 +1,16 @@
PORTNAME= toml
PORTVERSION= 0.10.2
CATEGORIES= textproc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= python@FreeBSD.org
COMMENT= Python library for parsing and creating TOML
WWW= https://github.com/uiri/toml
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>

3
python/py-toml/distinfo Normal file
View File

@@ -0,0 +1,3 @@
TIMESTAMP = 1608226480
SHA256 (toml-0.10.2.tar.gz) = b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f
SIZE (toml-0.10.2.tar.gz) = 22253

2
python/py-toml/pkg-descr Normal file
View File

@@ -0,0 +1,2 @@
A Python library for parsing and creating TOML.
Tom's Obvious, Minimal Language