devel/py-ipykernel: Update to 6.16.0
Changes: https://github.com/ipython/ipykernel/releases
This commit is contained in:
parent
eab18a9b1c
commit
f300fafd51
3 changed files with 6 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= ipykernel
|
||||
PORTVERSION= 6.15.3
|
||||
PORTVERSION= 6.16.0
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1663672830
|
||||
SHA256 (ipykernel-6.15.3.tar.gz) = b81d57b0e171670844bf29cdc11562b1010d3da87115c4513e0ee660a8368765
|
||||
SIZE (ipykernel-6.15.3.tar.gz) = 136470
|
||||
TIMESTAMP = 1664767922
|
||||
SHA256 (ipykernel-6.16.0.tar.gz) = 7fe42c0d58435e971dc15fd42189f20d66bf35f3056bda4f6554271bc1fa3d0d
|
||||
SIZE (ipykernel-6.16.0.tar.gz) = 136212
|
||||
|
|
|
@ -14,10 +14,10 @@ setup(
|
|||
'License :: OSI Approved :: BSD License',
|
||||
'Programming Language :: Python',
|
||||
'Programming Language :: Python :: 3',
|
||||
'Programming Language :: Python :: 3.10',
|
||||
'Programming Language :: Python :: 3.7',
|
||||
'Programming Language :: Python :: 3.8',
|
||||
'Programming Language :: Python :: 3.9',
|
||||
'Programming Language :: Python :: 3.10',
|
||||
],
|
||||
install_requires=[
|
||||
'appnope; platform_system == "Darwin"',
|
||||
|
@ -27,8 +27,8 @@ setup(
|
|||
'matplotlib-inline>=0.1',
|
||||
'nest-asyncio',
|
||||
'packaging',
|
||||
'pyzmq>=17',
|
||||
'psutil',
|
||||
'pyzmq>=17',
|
||||
'tornado>=6.1',
|
||||
'traitlets>=5.1.0',
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue