mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-02-07 00:47:39 -08:00
ipynb is a python package providing an easy way to explicitly import Jupyter Notebooks files (.ipynb) the same way you would import regular .py files. Bug: https://bugs.gentoo.org/611962 Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/4148
18 lines
667 B
XML
18 lines
667 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>A python package providing an easy way to explicitly import Jupyter Notebooks files (.ipynb) the same way you would import regular .py files.</longdescription>
|
|
<upstream>
|
|
<remote-id type="pypi">ipynb</remote-id>
|
|
<remote-id type="github">ipython/ipynb</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|