diff options
Diffstat (limited to 'textproc/py-atoml')
-rw-r--r-- | textproc/py-atoml/Makefile | 2 | ||||
-rw-r--r-- | textproc/py-atoml/distinfo | 6 | ||||
-rw-r--r-- | textproc/py-atoml/files/setup.py | 9 |
3 files changed, 12 insertions, 5 deletions
diff --git a/textproc/py-atoml/Makefile b/textproc/py-atoml/Makefile index f11439825436..fba2ec300e93 100644 --- a/textproc/py-atoml/Makefile +++ b/textproc/py-atoml/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> PORTNAME= atoml -PORTVERSION= 1.1.0 +PORTVERSION= 1.1.1 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/textproc/py-atoml/distinfo b/textproc/py-atoml/distinfo index 70b5d2efa283..ac7c559dbb8c 100644 --- a/textproc/py-atoml/distinfo +++ b/textproc/py-atoml/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1636117290 -SHA256 (atoml-1.1.0.tar.gz) = 061ae4cade56de5100f67678097167a3d4285a448f9e0be53e86513730eb72bb -SIZE (atoml-1.1.0.tar.gz) = 137314 +TIMESTAMP = 1641046000 +SHA256 (atoml-1.1.1.tar.gz) = cda7b3cee4383e37d88e040d9339e75cd257bb1995054046b61d6746f110146c +SIZE (atoml-1.1.1.tar.gz) = 138233 diff --git a/textproc/py-atoml/files/setup.py b/textproc/py-atoml/files/setup.py index d1601330afcc..b36d2ebf8e9f 100644 --- a/textproc/py-atoml/files/setup.py +++ b/textproc/py-atoml/files/setup.py @@ -25,11 +25,18 @@ setup_kwargs = { 'long_description_content_type': 'text/markdown', 'classifiers': [ '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.7', 'Programming Language :: Python :: 3.8', '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', |