Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/opentypespec/
Date: Sat, 03 Jul 2021 23:55:52
Message-Id: 1625356545.b025011b9d3e8354f6faa7e353e9a38a0b1a6d60.Alessandro-Barbieri@gentoo
1 commit: b025011b9d3e8354f6faa7e353e9a38a0b1a6d60
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Sat Jul 3 21:25:59 2021 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Sat Jul 3 23:55:45 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b025011b
7
8 dev-python/opentypespec: initial import
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 dev-python/opentypespec/Manifest | 1 +
13 dev-python/opentypespec/metadata.xml | 13 +++++++++++++
14 dev-python/opentypespec/opentypespec-1.8.4.ebuild | 21 +++++++++++++++++++++
15 3 files changed, 35 insertions(+)
16
17 diff --git a/dev-python/opentypespec/Manifest b/dev-python/opentypespec/Manifest
18 new file mode 100644
19 index 000000000..31d20321e
20 --- /dev/null
21 +++ b/dev-python/opentypespec/Manifest
22 @@ -0,0 +1 @@
23 +DIST opentypespec-1.8.4.tar.gz 15963 BLAKE2B 3d796ffa37f7a617a3be8d5a323fbe8f88e57e05aa031edfe1e48115a65526585d522a2426ed5d5ad970621d0cc301238bed8ac0c2beaab526f0b8679572e2ef SHA512 30c96322901ae99c3f8f71d7621660d7273b0ced60c86a253c573c32d491ce1ef6da750106f4aa8fdd005583be6fc31ef9513c301bfe0a6a39e1b6634ede1e9d
24
25 diff --git a/dev-python/opentypespec/metadata.xml b/dev-python/opentypespec/metadata.xml
26 new file mode 100644
27 index 000000000..96276ba8f
28 --- /dev/null
29 +++ b/dev-python/opentypespec/metadata.xml
30 @@ -0,0 +1,13 @@
31 +<?xml version="1.0" encoding="UTF-8"?>
32 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
33 +<pkgmetadata>
34 + <maintainer type="person">
35 + <email>lssndrbarbieri@×××××.com</email>
36 + <name>Alessandro Barbieri</name>
37 + </maintainer>
38 + <upstream>
39 + <bugs-to>https://github.com/simoncozens/opentypespec-py/issues</bugs-to>
40 + <remote-id type="github">simoncozens/opentypespec-py</remote-id>
41 + <remote-id type="pypi">opentypespec</remote-id>
42 + </upstream>
43 +</pkgmetadata>
44
45 diff --git a/dev-python/opentypespec/opentypespec-1.8.4.ebuild b/dev-python/opentypespec/opentypespec-1.8.4.ebuild
46 new file mode 100644
47 index 000000000..78e4d6eee
48 --- /dev/null
49 +++ b/dev-python/opentypespec/opentypespec-1.8.4.ebuild
50 @@ -0,0 +1,21 @@
51 +# Copyright 1999-2021 Gentoo Authors
52 +# Distributed under the terms of the GNU General Public License v2
53 +
54 +EAPI=8
55 +
56 +PYTHON_COMPAT=( python3_{8..10} pypy3 )
57 +
58 +inherit distutils-r1
59 +
60 +DESCRIPTION="Python bezier manipulation library"
61 +HOMEPAGE="https://github.com/simoncozens/opentypespec-py"
62 +SRC_URI="https://github.com/simoncozens/opentypespec-py/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
63 +S="${WORKDIR}/${PN}-py-${PV}"
64 +
65 +LICENSE="Apache-2.0"
66 +KEYWORDS="~amd64"
67 +SLOT="0"
68 +
69 +RESTRICT="test" #https://github.com/simoncozens/opentypespec-py/issues/1
70 +
71 +distutils_enable_tests setup.py