Skip to content
Snippets Groups Projects
Verified Commit 70de32bd authored by sunpoet's avatar sunpoet
Browse files
parent 779e2455
No related branches found
No related tags found
No related merge requests found
PORTNAME= mediapy
PORTVERSION= 1.1.2
PORTVERSION= 1.1.4
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
......@@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ipython>=0:devel/ipython@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pillow>=0:graphics/py-pillow@${PY_FLAVOR}
USES= python:3.7+
USES= python:3.8+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
......
TIMESTAMP = 1669057775
SHA256 (mediapy-1.1.2.tar.gz) = bb3f8fbf70ef9a10da8c8a8da428fed87b114fb0e1ecab39cabca18846bc28e2
SIZE (mediapy-1.1.2.tar.gz) = 24481
TIMESTAMP = 1674589828
SHA256 (mediapy-1.1.4.tar.gz) = 94eff77c1e8d643e5261d0536bbff4fd4ddcb8829e63a5f91d7e4e57d14c502a
SIZE (mediapy-1.1.4.tar.gz) = 24688
......@@ -25,5 +25,5 @@ setup(name='mediapy',
package_data=package_data,
install_requires=install_requires,
extras_require=extras_require,
python_requires='>=3.7',
python_requires='>=3.8',
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment