diff options
-rw-r--r-- | dev-python/matlabengine/Manifest | 1 | ||||
-rw-r--r-- | dev-python/matlabengine/matlabengine-9.13.7.ebuild | 17 | ||||
-rw-r--r-- | dev-python/matlabengine/metadata.xml | 12 | ||||
-rw-r--r-- | licenses/MathWorks | 7 | ||||
-rw-r--r-- | profiles/license_groups | 2 |
5 files changed, 38 insertions, 1 deletions
diff --git a/dev-python/matlabengine/Manifest b/dev-python/matlabengine/Manifest new file mode 100644 index 000000000..8704c974e --- /dev/null +++ b/dev-python/matlabengine/Manifest @@ -0,0 +1 @@ +DIST matlabengine-9.13.7.tar.gz 18796 BLAKE2B ccc5dae8fb9bc7a7cf240021f6066d4779d86d266b76cad3a610ed1fb455e1eefbef00cc5b1fe425f1f4f033dcb7721c2d1d3856c026fba13d2155604bfbf81f SHA512 b8d5d4d99f657fd24226f2accab676340a34739464fd289f1ca1c2db28a22f4b1288dfe160e8e193926e5db3e4fda0fcbbbf67b67f9a509910429e023b9cc3fb diff --git a/dev-python/matlabengine/matlabengine-9.13.7.ebuild b/dev-python/matlabengine/matlabengine-9.13.7.ebuild new file mode 100644 index 000000000..d65b1c0e5 --- /dev/null +++ b/dev-python/matlabengine/matlabengine-9.13.7.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_10 ) # No 3.11 according to setup.py +DISTUTILS_USE_PEP517=setuptools +inherit distutils-r1 pypi + +DESCRIPTION="A module to call MATLAB from Python" +HOMEPAGE="https://github.com/mathworks/matlab-engine-for-python" + +LICENSE="MathWorks" +SLOT="0" +KEYWORDS="-* ~amd64" + +RESTRICT="bindist mirror" diff --git a/dev-python/matlabengine/metadata.xml b/dev-python/matlabengine/metadata.xml new file mode 100644 index 000000000..83a61da06 --- /dev/null +++ b/dev-python/matlabengine/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>sci@gentoo.org</email> + <name>Gentoo Science Project</name> + </maintainer> + <upstream> + <remote-id type="pypi">matlabengine</remote-id> + <remote-id type="github">mathworks/matlab-engine-for-python</remote-id> + </upstream> +</pkgmetadata> diff --git a/licenses/MathWorks b/licenses/MathWorks new file mode 100644 index 000000000..d42c4d7a3 --- /dev/null +++ b/licenses/MathWorks @@ -0,0 +1,7 @@ +Copyright (c) 2022, The MathWorks, Inc. +All rights reserved. +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: +1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. +3. In all cases, the software is, and all modifications and derivatives of the software shall be, licensed to you solely for use in conjunction with MathWorks products and service offerings. +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
\ No newline at end of file diff --git a/profiles/license_groups b/profiles/license_groups index c505c87d8..5221d37f1 100644 --- a/profiles/license_groups +++ b/profiles/license_groups @@ -1 +1 @@ -EULA OpenSIFT +EULA OpenSIFT MathWorks |