Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
HardenedBSD
hardenedbsd-ports
Commits
38e51578
Commit
38e51578
authored
Feb 26, 2021
by
rhurlin
Browse files
New port: devel/py-spyder-kernels: Jupyter kernels for the Spyder console
https://github.com/spyder-ide/spyder-kernels/
parent
1c114e0d
Changes
4
Hide whitespace changes
Inline
Side-by-side
devel/Makefile
View file @
38e51578
...
@@ -5099,6 +5099,7 @@
...
@@ -5099,6 +5099,7 @@
SUBDIR
+=
py-speaklater
SUBDIR
+=
py-speaklater
SUBDIR
+=
py-speg
SUBDIR
+=
py-speg
SUBDIR
+=
py-spyder
SUBDIR
+=
py-spyder
SUBDIR
+=
py-spyder-kernels
SUBDIR
+=
py-squint
SUBDIR
+=
py-squint
SUBDIR
+=
py-srsly
SUBDIR
+=
py-srsly
SUBDIR
+=
py-stackexchange
SUBDIR
+=
py-stackexchange
...
...
devel/py-spyder-kernels/Makefile
0 → 100644
View file @
38e51578
# Created by: Rainer Hurling <rhurlin@gwdg.de>
# $FreeBSD$
PORTNAME
=
spyder-kernels
PORTVERSION
=
1.10.2
CATEGORIES
=
devel python
MASTER_SITES
=
CHEESESHOP
PKGNAMEPREFIX
=
${PYTHON_PKGNAMEPREFIX}
MAINTAINER
=
rhurlin@FreeBSD.org
COMMENT
=
Jupyter kernels
for
the Spyder console
LICENSE
=
MIT
LICENSE_FILE
=
${WRKSRC}
/LICENSE.txt
RUN_DEPENDS
=
${PYTHON_PKGNAMEPREFIX}
cloudpickle>0:devel/py-cloudpickle@
${PY_FLAVOR}
\
${PYTHON_PKGNAMEPREFIX}
ipykernel5>0:devel/py-ipykernel5@
${PY_FLAVOR}
\
${PYTHON_PKGNAMEPREFIX}
jupyter_client>0:devel/py-jupyter_client@
${PY_FLAVOR}
\
${PYTHON_PKGNAMEPREFIX}
pyzmq>
=
0:net/py-pyzmq@
${PY_FLAVOR}
\
${PYTHON_PKGNAMEPREFIX}
wurlitzer>0:misc/py-wurlitzer@
${PY_FLAVOR}
TEST_DEPENDS
=
${PYNUMPY}
\
${PYTHON_PKGNAMEPREFIX}
cython>0:lang/cython@
${PY_FLAVOR}
\
${PYTHON_PKGNAMEPREFIX}
dask>0:devel/py-dask@
${PY_FLAVOR}
\
${PYTHON_PKGNAMEPREFIX}
distributed>0:devel/py-distributed@
${PY_FLAVOR}
\
${PYTHON_PKGNAMEPREFIX}
flaky>0:devel/py-flaky@
${PY_FLAVOR}
\
${PYTHON_PKGNAMEPREFIX}
matplotlib>0:math/py-matplotlib@
${PY_FLAVOR}
\
${PYTHON_PKGNAMEPREFIX}
mock>0:devel/py-mock@
${PY_FLAVOR}
\
${PYTHON_PKGNAMEPREFIX}
pandas>0:math/py-pandas@
${PY_FLAVOR}
\
${PYTHON_PKGNAMEPREFIX}
pillow>0:graphics/py-pillow@
${PY_FLAVOR}
\
${PYTHON_PKGNAMEPREFIX}
pytest>0:devel/py-pytest@
${PY_FLAVOR}
\
${PYTHON_PKGNAMEPREFIX}
pytest-cov>0:devel/py-pytest-cov@
${PY_FLAVOR}
\
${PYTHON_PKGNAMEPREFIX}
scipy>0:science/py-scipy@
${PY_FLAVOR}
\
${PYTHON_PKGNAMEPREFIX}
xarray>0:devel/py-xarray@
${PY_FLAVOR}
USES
=
python:3.6+
USE_PYTHON
=
autoplist concurrent distutils
NO_ARCH
=
yes
# test target currently not executable, because several deprecated functions of ipykernel are used
do-test
:
@
cd
${WRKSRC}
&&
${PYTHON_CMD}
-m
pytest
-v
#-rs -o addopts= tests
.
include
<bsd.port.mk>
devel/py-spyder-kernels/distinfo
0 → 100644
View file @
38e51578
TIMESTAMP = 1614359109
SHA256 (spyder-kernels-1.10.2.tar.gz) = a507397f5ff0426cff50f1b67996b191bdc8148583aa565f5dffd3d0111c0262
SIZE (spyder-kernels-1.10.2.tar.gz) = 63439
devel/py-spyder-kernels/pkg-descr
0 → 100644
View file @
38e51578
Provides Jupyter kernels for use with the consoles of Spyder,
the Scientific Python Development Environment.
These kernels can be launched either through Spyder itself or
in an independent Python session, and allow interactive or
file-based execution of Python code inside Spyder.
WWW: https://github.com/spyder-ide/spyder-kernels
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment