textproc/py-atoml: Update to 1.1.1
Changes: https://github.com/frostming/atoml/releases
This commit is contained in:
parent
eb8d630020
commit
8e025df306
@ -1,7 +1,7 @@
|
|||||||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||||
|
|
||||||
PORTNAME= atoml
|
PORTNAME= atoml
|
||||||
PORTVERSION= 1.1.0
|
PORTVERSION= 1.1.1
|
||||||
CATEGORIES= textproc python
|
CATEGORIES= textproc python
|
||||||
MASTER_SITES= CHEESESHOP
|
MASTER_SITES= CHEESESHOP
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1636117290
|
TIMESTAMP = 1641046000
|
||||||
SHA256 (atoml-1.1.0.tar.gz) = 061ae4cade56de5100f67678097167a3d4285a448f9e0be53e86513730eb72bb
|
SHA256 (atoml-1.1.1.tar.gz) = cda7b3cee4383e37d88e040d9339e75cd257bb1995054046b61d6746f110146c
|
||||||
SIZE (atoml-1.1.0.tar.gz) = 137314
|
SIZE (atoml-1.1.1.tar.gz) = 138233
|
||||||
|
@ -25,11 +25,18 @@ setup_kwargs = {
|
|||||||
'long_description_content_type': 'text/markdown',
|
'long_description_content_type': 'text/markdown',
|
||||||
'classifiers': [
|
'classifiers': [
|
||||||
'License :: OSI Approved :: MIT License',
|
'License :: OSI Approved :: MIT License',
|
||||||
'Programming Language :: Python :: 3',
|
'Operating System :: MacOS',
|
||||||
|
'Operating System :: Microsoft :: Windows',
|
||||||
|
'Operating System :: POSIX :: Linux',
|
||||||
|
'Programming Language :: Python :: 3 :: Only',
|
||||||
'Programming Language :: Python :: 3.6',
|
'Programming Language :: Python :: 3.6',
|
||||||
'Programming Language :: Python :: 3.7',
|
'Programming Language :: Python :: 3.7',
|
||||||
'Programming Language :: Python :: 3.8',
|
'Programming Language :: Python :: 3.8',
|
||||||
'Programming Language :: Python :: 3.9',
|
'Programming Language :: Python :: 3.9',
|
||||||
|
'Programming Language :: Python :: 3.10',
|
||||||
|
'Programming Language :: Python :: Implementation :: CPython',
|
||||||
|
'Programming Language :: Python :: Implementation :: PyPy',
|
||||||
|
'Topic :: Software Development :: Libraries :: Python Modules',
|
||||||
],
|
],
|
||||||
'python_requires': '>=3.6',
|
'python_requires': '>=3.6',
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user