Skip to content
Snippets Groups Projects
Verified Commit 2a6480a3 authored by sunpoet's avatar sunpoet
Browse files

textproc/py-tomli-w: Update to 0.4.0

parent 17bcbb1d
No related branches found
No related tags found
No related merge requests found
# 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>
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
#!/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',
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment