Skip to content

Commit

Permalink
devel/py-poetry-types: Update to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Aug 26, 2023
1 parent 428a48b commit b23fb7d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
5 changes: 2 additions & 3 deletions devel/py-poetry-types/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
PORTNAME= poetry-types
PORTVERSION= 0.4.0
PORTREVISION= 1
PORTVERSION= 0.5.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -15,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE

BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}packaging>=21.3<24.0:devel/py-packaging@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}poetry>=1.5<2:devel/py-poetry@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}poetry>=1.6<2:devel/py-poetry@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}tomlkit>=0.11.4<0.13.0:textproc/py-tomlkit@${PY_FLAVOR}

USES= python
Expand Down
6 changes: 3 additions & 3 deletions devel/py-poetry-types/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1685792284
SHA256 (poetry_types-0.4.0.tar.gz) = f607972c887e0bf24deaa3b0f91d26e57190054182e342d51662ac077ac084c6
SIZE (poetry_types-0.4.0.tar.gz) = 6450
TIMESTAMP = 1693056819
SHA256 (poetry_types-0.5.0.tar.gz) = ac9ecd49eb4dc889f883106038e42749f8c509cd66e33f393226f1cfdf604c23
SIZE (poetry_types-0.5.0.tar.gz) = 6442
6 changes: 3 additions & 3 deletions devel/py-poetry-types/files/patch-pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
--- pyproject.toml.orig 2023-05-26 23:37:18 UTC
--- pyproject.toml.orig 2023-08-23 09:23:20 UTC
+++ pyproject.toml
@@ -15,7 +15,7 @@ classifiers = [
[tool.poetry.dependencies]
python = "^3.7"
poetry = "^1.5"
python = "^3.8"
poetry = "^1.6"
-tomlkit = "^0.11.4"
+tomlkit = ">=0.11.4,<0.13.0"
packaging = ">=21.3,<24.0"
Expand Down

0 comments on commit b23fb7d

Please sign in to comment.