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:
parent
4cf6004d2e
commit
3a8492882c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=471078
@ -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
28
textproc/py-toml/Makefile
Normal 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>
|
3
textproc/py-toml/distinfo
Normal file
3
textproc/py-toml/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1527389739
|
||||
SHA256 (toml-0.9.4.tar.gz) = 8e86bd6ce8cc11b9620cb637466453d94f5d57ad86f17e98a98d1f73e3baab2d
|
||||
SIZE (toml-0.9.4.tar.gz) = 12752
|
4
textproc/py-toml/pkg-descr
Normal file
4
textproc/py-toml/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
A Python library for parsing and creating TOML.
|
||||
Tom's Obvious, Minimal Language
|
||||
|
||||
WWW: https://pypi.org/project/toml/
|
Loading…
Reference in New Issue
Block a user