1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00

cad/apio: update 0.8.4 → 0.9.5

This commit is contained in:
Yuri Victorovich 2024-07-22 21:01:15 -07:00
parent 2183117a71
commit ee94b0d568
3 changed files with 12 additions and 11 deletions

View File

@ -1,5 +1,5 @@
PORTNAME= apio
DISTVERSION= 0.8.4
DISTVERSION= 0.9.5
CATEGORIES= cad python
MASTER_SITES= PYPI
@ -12,6 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
PY_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=8.1.3:devel/py-click@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}colorama>0:devel/py-colorama@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}packaging>=23.2:devel/py-packaging@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pyserial>=3.5:comms/py-pyserial@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>=2.28.2:www/py-requests@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}semantic-version>=2.9.0:devel/py-semantic-version@${PY_FLAVOR}
@ -21,7 +22,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=2:devel/py-flit-core@${PY_FLAVO
RUN_DEPENDS= ${PY_DEPENDS}
USES= python scons
USE_PYTHON= pep517 autoplist
USE_PYTHON= pep517 concurrent autoplist
NO_ARCH= yes

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1704526040
SHA256 (apio-0.8.4.tar.gz) = baa8edbdf933ff098178418214b19dfce0cad233ecbe5fc73b896bb7434b5d8f
SIZE (apio-0.8.4.tar.gz) = 1150556
TIMESTAMP = 1721695635
SHA256 (apio-0.9.5.tar.gz) = 511255c3427817aabb997adc891f079dfa4e1e60c6f2a7180125d0c20057136c
SIZE (apio-0.9.5.tar.gz) = 76642

View File

@ -1,8 +1,8 @@
--- pyproject.toml.orig 2024-01-06 07:32:13 UTC
--- pyproject.toml.orig 2024-06-14 10:14:42 UTC
+++ pyproject.toml
@@ -16,13 +16,13 @@ requires = [
description-file = "README.md"
requires-python = ">=3.7"
requires-python = ">=3.9"
requires = [
- 'click==8.1.3',
- 'semantic_version==2.9.0',
@ -12,11 +12,11 @@
+ 'click>=8.1.3',
+ 'semantic_version>=2.9.0',
+ 'requests>=2.28.2',
+ 'colorama>0',
+ 'colorama>=0.4.6',
+ 'pyserial>=3.5',
'wheel>=0.35.0,<1',
- 'scons==4.2.0'
+ 'scons>=4.2.0'
- 'scons==4.2.0',
+ 'scons>=4.2.0',
'packaging>=23.2'
]
[tool.flit.sdist]