mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
parent
a9cd22a9ef
commit
d2e9e86b0d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=545436
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= toml
|
||||
PORTVERSION= 0.10.0
|
||||
PORTVERSION= 0.10.1
|
||||
CATEGORIES= textproc python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -13,8 +13,6 @@ COMMENT= Python library for parsing and creating TOML
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
@ -22,6 +20,8 @@ NO_ARCH= yes
|
||||
|
||||
PORTDOCS= README.rst
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
post-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/README.rst ${STAGEDIR}${DOCSDIR}
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1539026923
|
||||
SHA256 (toml-0.10.0.tar.gz) = 229f81c57791a41d65e399fc06bf0848bab550a9dfd5ed66df18ce5f05e73d5c
|
||||
SIZE (toml-0.10.0.tar.gz) = 16719
|
||||
TIMESTAMP = 1597570085
|
||||
SHA256 (toml-0.10.1.tar.gz) = 926b612be1e5ce0634a2ca03470f95169cf16f939018233a670519cb4ac58b0f
|
||||
SIZE (toml-0.10.1.tar.gz) = 19487
|
||||
|
Loading…
Reference in New Issue
Block a user