mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
textproc/py-tomli-w: Update to 0.4.0
Changes: https://github.com/hukkin/tomli-w/blob/master/CHANGELOG.md
This commit is contained in:
parent
17bcbb1d3a
commit
2a6480a37c
@ -1,7 +1,7 @@
|
||||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
|
||||
PORTNAME= tomli-w
|
||||
PORTVERSION= 0.3.0
|
||||
PORTVERSION= 0.4.0
|
||||
CATEGORIES= textproc python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -18,4 +18,7 @@ USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
post-patch:
|
||||
@${CP} ${FILESDIR}/setup.py ${WRKSRC}/
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1634111638
|
||||
SHA256 (tomli_w-0.3.0.tar.gz) = 207c5f05803aec5a9a578c6aca5c1bbbba9783ad88461f3e180eb8c3c3c48a4b
|
||||
SIZE (tomli_w-0.3.0.tar.gz) = 5466
|
||||
TIMESTAMP = 1635181101
|
||||
SHA256 (tomli_w-0.4.0.tar.gz) = 47643abe03b628b6e214c38cf0816dca7b63888e503ec8580d251e331c0526b6
|
||||
SIZE (tomli_w-0.4.0.tar.gz) = 6568
|
||||
|
21
textproc/py-tomli-w/files/setup.py
Normal file
21
textproc/py-tomli-w/files/setup.py
Normal file
@ -0,0 +1,21 @@
|
||||
#!/usr/bin/env python
|
||||
# setup.py generated by flit for tools that don't yet use PEP 517
|
||||
|
||||
from distutils.core import setup
|
||||
|
||||
packages = \
|
||||
['tomli_w']
|
||||
|
||||
package_data = \
|
||||
{'': ['*']}
|
||||
|
||||
setup(name='tomli_w',
|
||||
version='0.4.0',
|
||||
description="A lil' TOML writer",
|
||||
author=None,
|
||||
author_email='Taneli Hukkinen <hukkin@users.noreply.github.com>',
|
||||
url=None,
|
||||
packages=packages,
|
||||
package_data=package_data,
|
||||
python_requires='>=3.6',
|
||||
)
|
Loading…
Reference in New Issue
Block a user