Update to 0.9.5
- Update WWW Changes: https://github.com/uiri/toml/commits/0.9.X
This commit is contained in:
parent
33255057b9
commit
ec1a40cf58
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=479471
3 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= toml
|
||||
PORTVERSION= 0.9.4
|
||||
PORTVERSION= 0.9.5
|
||||
CATEGORIES= textproc python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1527389739
|
||||
SHA256 (toml-0.9.4.tar.gz) = 8e86bd6ce8cc11b9620cb637466453d94f5d57ad86f17e98a98d1f73e3baab2d
|
||||
SIZE (toml-0.9.4.tar.gz) = 12752
|
||||
TIMESTAMP = 1536591839
|
||||
SHA256 (toml-0.9.5.tar.gz) = c79b2dc8cc8f2e841dd1ed3786db7a7b8b40c17ea2daf182ad7017554a4d544a
|
||||
SIZE (toml-0.9.5.tar.gz) = 14070
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
A Python library for parsing and creating TOML.
|
||||
Tom's Obvious, Minimal Language
|
||||
|
||||
WWW: https://pypi.org/project/toml/
|
||||
WWW: https://github.com/uiri/toml
|
||||
|
|
Loading…
Reference in a new issue