Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
adam bb88d49308 py-ipywidgets: updated to 7.6.3
7.6
---

To see the full list of pull requests and issues, see the [7.6.0 milestone](https://github.com/jupyter-widgets/ipywidgets/milestone/31?closed=1) on GitHub.

The main change in this release is that installing `ipywidgets` 7.6.0 will now automatically enable ipywidgets support in JupyterLab 3.0—a user has no extra JupyterLab installation step and no rebuild of JupyterLab, nor do they need Node.js installed. Simply install the python ipywidgets package with pip (`pip install ipywidgets==7.6.0`) or conda/mamba (`conda install -c conda-forge ipywidgets=7.6.0`) and ipywidgets will automatically work in classic Jupyter Notebook and in JupyterLab 3.0.

This is accomplished with the new python package `jupyterlab_widgets` version 1.0, on which `ipywidgets` 7.6.0 now depends (similar to how `ipywidgets` already depends on the `widgetsnbextension` package to configure ipywidgets for the classic Jupyter Notebook). The `jupyterlab_widgets` Python package is a JupyterLab 3.0 prebuilt extension, meaning that it can be installed into JupyterLab 3.0 without rebuilding JupyterLab and without needing Node.js installed.

Updates for Widget Maintainers

Custom widget maintainers will need to make two changes to update for JupyterLab 3:

1. Update the `@jupyter-widgets/base` dependency version to include `^4` to work in JupyterLab 3.0. For example, if you had a dependency on `@jupyter-widgets/base` version `^2 || ^3`, update to `^2 || ^3 || ^4` for your widget to work in classic Jupyter Notebook, JupyterLab 1, JupyterLab 2, and JupyterLab 3.
2. In the `package.json`, add the following `sharedPackages` configuration inside the `jupyterlab` key. See the [JupyterLab extension documentation](https://jupyterlab.readthedocs.io/en/stable/extension/extension_dev.html#requiring-a-service) for more information.

   ```json
     "jupyterlab": {
       "sharedPackages": {
         "@jupyter-widgets/base": {
           "bundled": false,
           "singleton": true
         }
       }
     }
   ```

Separate from these two steps to update for JupyterLab 3, we also recommend that you make your widget's JupyterLab extension a prebuilt extension for JupyterLab 3.0. Users will be able to install your JupyterLab 3.0 prebuilt extension without rebuilding JupyterLab or needing Node.js. See the [JupyterLab 3 extension developer documentation](https://jupyterlab.readthedocs.io/en/stable/extension/extension_dev.html) or the new [widget extension cookiecutter](https://github.com/jupyter-widgets/widget-ts-cookiecutter/tree/jlab3) for more details.
2021-06-10 19:02:25 +00:00
archivers Revbump all Go packages after go116 update 2021-06-06 12:18:40 +00:00
audio qmmp: update to 1.5.0 2021-06-08 16:20:12 +00:00
benchmarks google-benchmark: update to 1.5.4. 2021-06-10 10:08:07 +00:00
biology *: recursive PKGREVISION bump for sneaky gsl shared library version number change 2021-06-01 09:12:22 +00:00
bootstrap Introduce a new SYSCONFBASE variable (defaults to /etc) 2021-05-30 23:41:05 +00:00
cad dinotrace: restrict to web2c>=2020 instead of -2020* 2021-06-07 06:35:16 +00:00
chat dino: update to 0.2.1 2021-06-09 20:22:18 +00:00
comms py-rich: depend on typing-extensions only for Python < 3.8 2021-06-01 09:07:26 +00:00
converters *: bump PKGREVISION for poppler shlib bump 2021-06-10 11:06:19 +00:00
cross *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
databases (databases/R-RSQLite) Updated 2.2.0 to 2.2.7 2021-06-09 15:20:49 +00:00
devel py-jupyter-console: updated to 6.4.0 2021-06-10 18:53:58 +00:00
distfiles
doc Updated devel/py-ipython, net/py-softlayer, devel/py-jupyter_core, devel/py-jupyter_client, devel/py-ipykernel, devel/py-jupyter-console 2021-06-10 18:54:35 +00:00
editors *: bump PKGREVISION for poppler shlib bump 2021-06-10 11:06:19 +00:00
emulators qemu: Fix build on NetBSD/x86 9.0 2021-06-01 16:28:05 +00:00
filesystems fuse-djmount: mark as broken 2021-06-04 19:04:10 +00:00
finance py-stripe: updated to 2.58.0 2021-06-05 07:09:27 +00:00
fonts tex-pl{,-doc}: update to 1.09a 2021-06-06 22:03:46 +00:00
games *: bump PKGREVISION for poppler shlib bump 2021-06-10 11:06:19 +00:00
geography (geography/R-sf) Updated 0.9.5 to 0.9.8 2021-06-06 14:45:22 +00:00
graphics *: bump PKGREVISION for poppler shlib bump 2021-06-10 11:06:19 +00:00
ham *: recursive PKGREVISION bump for sneaky gsl shared library version number change 2021-06-01 09:12:22 +00:00
inputmethod *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
lang vala: update to 0.52.4. 2021-06-10 10:15:29 +00:00
licenses add eternal-lands-license 2021-04-04 09:36:29 +00:00
mail Revbump all Go packages after go116 update 2021-06-06 12:18:40 +00:00
math *: bump PKGREVISION for poppler shlib bump 2021-06-10 11:06:19 +00:00
mbone *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
meta-pkgs add meta-pkgs/bulk-test-llvm 2021-06-10 13:02:09 +00:00
misc *: bump PKGREVISION for poppler shlib bump 2021-06-10 11:06:19 +00:00
mk Explicitely include lib/cmake/ and share/cmake/ in the 2021-06-08 10:10:02 +00:00
multimedia libogg: updated to 1.3.5 2021-06-07 09:12:32 +00:00
net miniupnpc: Hack around build failure on NetBSD 2021-06-10 16:45:22 +00:00
news *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
packages
parallel pocl: add links to upstream pull requests for patches 2021-06-10 12:26:26 +00:00
pkgtools texlive2pkg: update to 1.10 2021-06-06 23:32:40 +00:00
print *: bump PKGREVISION for poppler shlib bump 2021-06-10 11:06:19 +00:00
regress *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
security Add missed "include go-modules.mk" 2021-06-10 15:56:39 +00:00
shells zsh-autosuggestions: update to 0.7.0. 2021-06-10 10:16:33 +00:00
sysutils sysutils/zoxide: update to 0.7.2 2021-06-10 11:48:25 +00:00
templates templates: disable search bar until the results are better 2021-04-21 11:14:11 +00:00
textproc textproc/ruby-csv: make it incompatible with ruby30 2021-06-10 14:25:42 +00:00
time tex-datetime2{,-doc}: update to 1.5.7 2021-06-03 06:35:06 +00:00
wm Make wm/blackbox the latest version, remove weird versioned packages 2021-06-10 12:48:49 +00:00
www py-ipywidgets: updated to 7.6.3 2021-06-10 19:02:25 +00:00
x11 *: bump PKGREVISION for poppler shlib bump 2021-06-10 11:06:19 +00:00
_NetBSD-pkgdb _NetBSD-pkgdb: Use $@ insted of $* 2020-12-29 17:56:14 +00:00
Makefile
pkglocate
README.md use libera.chat's hosted kiwiirc 2021-05-29 13:14:10 +00:00

pkgsrc

pkgsrc is a framework for building software for a variety of UNIX-like systems.

It produces binary packages, which can be managed with tools such as pkgin. pkgsrc is highly configurable, supporting building packages for an arbitrary installation prefix (the default is /usr/pkg), allowing multiple branches to coexist on one machine, a build options framework, and a compiler transformation framework, among other advanced features. Unprivileged use and installation is also supported.

pkgsrc is the default package manager for NetBSD and SmartOS. It's also supported as a first-class option in OmniOS CE and Oasis Linux.

Bootstrapping

To use pkgsrc on operating systems other than NetBSD, you first need to bootstrap:

cd pkgsrc/bootstrap
./bootstrap

Note that this is only for the most simple case, using pkgsrc's defaults.

Please consult bootstrap/README and bootstrap/README.OS for detailed information about bootstrapping.

Building packages

cd pkgsrc/category/package-name
$PREFIX/bin/bmake install

Where $PREFIX is where you've chosen to install packages (typically /usr/pkg)

On NetBSD, bmake is simply the built-in make tool.

To build packages in bulk, tools such as pkgtools/pbulk and pkgtools/pkg_comp can be used.

Community / Troubleshooting

Latest sources

To fetch the main CVS repository:

cvs -d anoncvs@anoncvs.NetBSD.org:/cvsroot checkout -P pkgsrc

To work in the Git mirror, which is updated every few hours from CVS:

git clone https://github.com/NetBSD/pkgsrc.git