mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-31 22:47:28 -08:00
nbdime provides tools for diffing and merging of Jupyter Notebooks. Beside console based diffing and merging tools, web-based diffing and merging tools are provided (requiring npm). The ebuild is based on the live ebuild in the science overlay, https://github.com/gentoo-science/sci, which was added by me to the overlay. Gentoo-Bug: https://bugs.gentoo.org/604372 Package-Manager: portage-2.3.0 Closes: https://github.com/gentoo/gentoo/pull/3301
25 lines
722 B
XML
25 lines
722 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>marbre@linux.sungazer.de</email>
|
|
<name>Marius Brehler</name>
|
|
</maintainer>
|
|
<maintainer type="project">
|
|
<email>sci@gentoo.org</email>
|
|
<name>Gentoo Science Project</name>
|
|
</maintainer>
|
|
<longdescription>
|
|
nbdime provides tools for diffing and merging of Jupyter Notebooks.
|
|
</longdescription>
|
|
<upstream>
|
|
<remote-id type="github">jupyter/nbdime</remote-id>
|
|
<remote-id type="pypi">nbdime</remote-id>
|
|
</upstream>
|
|
<use>
|
|
<flag name="webtools">
|
|
Install web-based diff and merge tools.
|
|
</flag>
|
|
</use>
|
|
</pkgmetadata>
|