Gentoo Archives: gentoo-commits

From: Florian Schmaus <flow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/opentypespec/
Date: Mon, 27 Feb 2023 15:06:58
Message-Id: 1677451296.10778355149281af1df9860d966869a4d6aaf939.flow@gentoo
1 commit: 10778355149281af1df9860d966869a4d6aaf939
2 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
3 AuthorDate: Sun Feb 26 20:56:26 2023 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 26 22:41:36 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=10778355
7
8 dev-python/opentypespec: add 1.9.1, drop 1.8.4
9
10 Closes: https://bugs.gentoo.org/897480
11 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
12
13 dev-python/opentypespec/Manifest | 2 +-
14 dev-python/opentypespec/opentypespec-1.8.4.ebuild | 21 ---------------------
15 dev-python/opentypespec/opentypespec-1.9.1.ebuild | 20 ++++++++++++++++++++
16 3 files changed, 21 insertions(+), 22 deletions(-)
17
18 diff --git a/dev-python/opentypespec/Manifest b/dev-python/opentypespec/Manifest
19 index 31d20321e..79108035e 100644
20 --- a/dev-python/opentypespec/Manifest
21 +++ b/dev-python/opentypespec/Manifest
22 @@ -1 +1 @@
23 -DIST opentypespec-1.8.4.tar.gz 15963 BLAKE2B 3d796ffa37f7a617a3be8d5a323fbe8f88e57e05aa031edfe1e48115a65526585d522a2426ed5d5ad970621d0cc301238bed8ac0c2beaab526f0b8679572e2ef SHA512 30c96322901ae99c3f8f71d7621660d7273b0ced60c86a253c573c32d491ce1ef6da750106f4aa8fdd005583be6fc31ef9513c301bfe0a6a39e1b6634ede1e9d
24 +DIST opentypespec-1.9.1.tar.gz 22450 BLAKE2B 53b426f86c1210460f94c8f830987c0ecf1d560e57ec07e890bb359f20b66293357784f2de652a441b17e92c4a031d13f8540b73d16669715c5827a2464a27fc SHA512 2dc2305fe3b03ef5067effe599694c4e64826b44821c0e2c149c5e3c749932c79afba35f81d58b1435c2ddb3422d81625fae0420b7e9e6c5ed36bb667a5bedb3
25
26 diff --git a/dev-python/opentypespec/opentypespec-1.8.4.ebuild b/dev-python/opentypespec/opentypespec-1.8.4.ebuild
27 deleted file mode 100644
28 index 78e4d6eee..000000000
29 --- a/dev-python/opentypespec/opentypespec-1.8.4.ebuild
30 +++ /dev/null
31 @@ -1,21 +0,0 @@
32 -# Copyright 1999-2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=8
36 -
37 -PYTHON_COMPAT=( python3_{8..10} pypy3 )
38 -
39 -inherit distutils-r1
40 -
41 -DESCRIPTION="Python bezier manipulation library"
42 -HOMEPAGE="https://github.com/simoncozens/opentypespec-py"
43 -SRC_URI="https://github.com/simoncozens/opentypespec-py/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
44 -S="${WORKDIR}/${PN}-py-${PV}"
45 -
46 -LICENSE="Apache-2.0"
47 -KEYWORDS="~amd64"
48 -SLOT="0"
49 -
50 -RESTRICT="test" #https://github.com/simoncozens/opentypespec-py/issues/1
51 -
52 -distutils_enable_tests setup.py
53
54 diff --git a/dev-python/opentypespec/opentypespec-1.9.1.ebuild b/dev-python/opentypespec/opentypespec-1.9.1.ebuild
55 new file mode 100644
56 index 000000000..72216aa3f
57 --- /dev/null
58 +++ b/dev-python/opentypespec/opentypespec-1.9.1.ebuild
59 @@ -0,0 +1,20 @@
60 +# Copyright 1999-2023 Gentoo Authors
61 +# Distributed under the terms of the GNU General Public License v2
62 +
63 +EAPI=8
64 +
65 +PYTHON_COMPAT=( python3_{9..11} pypy3 )
66 +DISTUTILS_USE_PEP517=setuptools
67 +inherit distutils-r1 pypi
68 +
69 +DESCRIPTION="Data derived from the OpenType specification"
70 +HOMEPAGE="
71 + https://pypi.org/project/opentypespec/
72 + https://github.com/simoncozens/opentypespec-py
73 +"
74 +
75 +LICENSE="Apache-2.0"
76 +KEYWORDS="~amd64"
77 +SLOT="0"
78 +
79 +distutils_enable_tests pytest