Skip to content

Commit

Permalink
textproc/py-tomli: Update to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Aug 8, 2021
1 parent f8865de commit 19a5e68
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 4 deletions.
5 changes: 4 additions & 1 deletion textproc/py-tomli/Makefile
@@ -1,7 +1,7 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>

PORTNAME= tomli
PORTVERSION= 1.2.0
PORTVERSION= 1.2.1
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -17,4 +17,7 @@ USE_PYTHON= autoplist concurrent distutils

NO_ARCH= yes

post-patch:
@${CP} ${FILESDIR}/setup.py ${WRKSRC}/

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions textproc/py-tomli/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1628103162
SHA256 (tomli-1.2.0.tar.gz) = d60e681734099207a6add7a10326bc2ddd1fdc36c1b0f547d00ef73ac63739c2
SIZE (tomli-1.2.0.tar.gz) = 12213
TIMESTAMP = 1628439068
SHA256 (tomli-1.2.1.tar.gz) = a5b75cb6f3968abb47af1b40c1819dc519ea82bcc065776a866e8d74c5ca9442
SIZE (tomli-1.2.1.tar.gz) = 14945
21 changes: 21 additions & 0 deletions textproc/py-tomli/files/setup.py
@@ -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']

package_data = \
{'': ['*']}

setup(name='tomli',
version='1.2.1',
description="A lil' TOML parser",
author=None,
author_email='Taneli Hukkinen <hukkin@users.noreply.github.com>',
url=None,
packages=packages,
package_data=package_data,
python_requires='>=3.6',
)

0 comments on commit 19a5e68

Please sign in to comment.