Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/matlabengine/, profiles/, licenses/
Date: Fri, 03 Mar 2023 14:47:28
Message-Id: 1677854825.e6d233d2dfcc64803da5cedb001ea1d78f2e3c26.andrewammerlaan@gentoo
1 commit: e6d233d2dfcc64803da5cedb001ea1d78f2e3c26
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 3 14:46:18 2023 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 3 14:47:05 2023 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=e6d233d2
7
8 dev-python/matlabengine: add version 9.13.7
9
10 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
11
12 dev-python/matlabengine/matlabengine-9.13.7.ebuild | 17 +++++++++++++++++
13 dev-python/matlabengine/metadata.xml | 12 ++++++++++++
14 licenses/MathWorks | 7 +++++++
15 profiles/license_groups | 2 +-
16 4 files changed, 37 insertions(+), 1 deletion(-)
17
18 diff --git a/dev-python/matlabengine/matlabengine-9.13.7.ebuild b/dev-python/matlabengine/matlabengine-9.13.7.ebuild
19 new file mode 100644
20 index 000000000..d65b1c0e5
21 --- /dev/null
22 +++ b/dev-python/matlabengine/matlabengine-9.13.7.ebuild
23 @@ -0,0 +1,17 @@
24 +# Copyright 1999-2022 Gentoo Authors
25 +# Distributed under the terms of the GNU General Public License v2
26 +
27 +EAPI=8
28 +
29 +PYTHON_COMPAT=( python3_10 ) # No 3.11 according to setup.py
30 +DISTUTILS_USE_PEP517=setuptools
31 +inherit distutils-r1 pypi
32 +
33 +DESCRIPTION="A module to call MATLAB from Python"
34 +HOMEPAGE="https://github.com/mathworks/matlab-engine-for-python"
35 +
36 +LICENSE="MathWorks"
37 +SLOT="0"
38 +KEYWORDS="-* ~amd64"
39 +
40 +RESTRICT="bindist mirror"
41
42 diff --git a/dev-python/matlabengine/metadata.xml b/dev-python/matlabengine/metadata.xml
43 new file mode 100644
44 index 000000000..83a61da06
45 --- /dev/null
46 +++ b/dev-python/matlabengine/metadata.xml
47 @@ -0,0 +1,12 @@
48 +<?xml version="1.0" encoding="UTF-8"?>
49 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
50 +<pkgmetadata>
51 + <maintainer type="person">
52 + <email>sci@g.o</email>
53 + <name>Gentoo Science Project</name>
54 + </maintainer>
55 + <upstream>
56 + <remote-id type="pypi">matlabengine</remote-id>
57 + <remote-id type="github">mathworks/matlab-engine-for-python</remote-id>
58 + </upstream>
59 +</pkgmetadata>
60
61 diff --git a/licenses/MathWorks b/licenses/MathWorks
62 new file mode 100644
63 index 000000000..d42c4d7a3
64 --- /dev/null
65 +++ b/licenses/MathWorks
66 @@ -0,0 +1,7 @@
67 +Copyright (c) 2022, The MathWorks, Inc.
68 +All rights reserved.
69 +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
70 +1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
71 +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.
72 +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.
73 +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.
74 \ No newline at end of file
75
76 diff --git a/profiles/license_groups b/profiles/license_groups
77 index c505c87d8..5221d37f1 100644
78 --- a/profiles/license_groups
79 +++ b/profiles/license_groups
80 @@ -1 +1 @@
81 -EULA OpenSIFT
82 +EULA OpenSIFT MathWorks