1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00

Add py-toml 0.9.4, python library for parsing and creating TOML.

PR:		228528
Submitted by:	Waitman Gobble <waitman@waitman.net>
This commit is contained in:
Vanilla I. Shu 2018-05-29 04:32:35 +00:00
parent 4cf6004d2e
commit 3a8492882c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=471078
4 changed files with 36 additions and 0 deletions

View File

@ -1406,6 +1406,7 @@
SUBDIR += py-textfsm
SUBDIR += py-texttable
SUBDIR += py-tinycss
SUBDIR += py-toml
SUBDIR += py-toronado
SUBDIR += py-trans
SUBDIR += py-transifex-client

28
textproc/py-toml/Makefile Normal file
View File

@ -0,0 +1,28 @@
# Created by: Waitman Gobble <waitman@waitman.net>
# $FreeBSD$
PORTNAME= toml
PORTVERSION= 0.9.4
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= python@FreeBSD.org
COMMENT= Python library for parsing and creating TOML
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
OPTIONS_DEFINE= DOCS
NO_ARCH= yes
USES= python
USE_PYTHON= autoplist concurrent distutils
PORTDOCS= README.rst
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README.rst ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1527389739
SHA256 (toml-0.9.4.tar.gz) = 8e86bd6ce8cc11b9620cb637466453d94f5d57ad86f17e98a98d1f73e3baab2d
SIZE (toml-0.9.4.tar.gz) = 12752

View File

@ -0,0 +1,4 @@
A Python library for parsing and creating TOML.
Tom's Obvious, Minimal Language
WWW: https://pypi.org/project/toml/