textproc/py-tomlkit: Update to 0.11.7
- Convert to USE_PYTHON=pep517 Changes: https://github.com/sdispater/tomlkit/releases
This commit is contained in:
parent
831fef02d8
commit
a7611523a8
2 changed files with 9 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= tomlkit
|
||||
PORTVERSION= 0.11.6
|
||||
PORTVERSION= 0.11.7
|
||||
CATEGORIES= textproc python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -11,13 +11,16 @@ WWW= https://github.com/sdispater/tomlkit
|
|||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR}
|
||||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.6+
|
||||
USE_PYTHON= autoplist concurrent distutils pytest
|
||||
USES= python:3.7+ shebangfix
|
||||
USE_PYTHON= autoplist concurrent pep517 pytest
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
SHEBANG_FILES= tests/toml-test/gen-multi.py
|
||||
|
||||
post-patch:
|
||||
@${MV} ${WRKSRC}/tests ${WRKSRC}/tomlkit
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1669057975
|
||||
SHA256 (tomlkit-0.11.6.tar.gz) = 71b952e5721688937fb02cf9d354dbcf0785066149d2855e44531ebdd2b65d73
|
||||
SIZE (tomlkit-0.11.6.tar.gz) = 188290
|
||||
TIMESTAMP = 1680726210
|
||||
SHA256 (tomlkit-0.11.7.tar.gz) = f392ef70ad87a672f02519f99967d28a4d3047133e2d1df936511465fbb3791d
|
||||
SIZE (tomlkit-0.11.7.tar.gz) = 188555
|
||||
|
|
Loading…
Reference in a new issue