forked from Lainports/freebsd-ports
textproc/py-marko: Update to 1.3.0
Changes: https://github.com/frostming/marko/releases https://github.com/frostming/marko/blob/master/CHANGELOG.md
This commit is contained in:
parent
25115c3835
commit
e59d044378
3 changed files with 7 additions and 7 deletions
|
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= marko
|
||||
PORTVERSION= 1.2.2
|
||||
PORTVERSION= 1.3.0
|
||||
CATEGORIES= textproc python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
|
@ -11,7 +11,7 @@ WWW= https://github.com/frostming/marko
|
|||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= python:3.6+
|
||||
USES= python:3.7+
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1664767988
|
||||
SHA256 (marko-1.2.2.tar.gz) = d467c3ad450be693505cb8eb7054718efe3f14fccc2310588f9bc9c1d992ef94
|
||||
SIZE (marko-1.2.2.tar.gz) = 140763
|
||||
TIMESTAMP = 1675191093
|
||||
SHA256 (marko-1.3.0.tar.gz) = 8e52155860ebfb0394f92bc1ca7e5a30e4fca5392d71bf2af2b11971e8972667
|
||||
SIZE (marko-1.3.0.tar.gz) = 141071
|
||||
|
|
|
|||
|
|
@ -42,14 +42,14 @@ setup_kwargs = {
|
|||
'Intended Audience :: Developers',
|
||||
'Operating System :: OS Independent',
|
||||
'Programming Language :: Python :: 3',
|
||||
'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 :: 3.11',
|
||||
],
|
||||
'extras_require': EXTRAS_REQUIRE,
|
||||
'python_requires': '>=3.6',
|
||||
'python_requires': '>=3.7',
|
||||
'entry_points': ENTRY_POINTS,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue