commit: b025011b9d3e8354f6faa7e353e9a38a0b1a6d60 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> AuthorDate: Sat Jul 3 21:25:59 2021 +0000 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> CommitDate: Sat Jul 3 23:55:45 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b025011b
dev-python/opentypespec: initial import Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com> dev-python/opentypespec/Manifest | 1 + dev-python/opentypespec/metadata.xml | 13 +++++++++++++ dev-python/opentypespec/opentypespec-1.8.4.ebuild | 21 +++++++++++++++++++++ 3 files changed, 35 insertions(+) diff --git a/dev-python/opentypespec/Manifest b/dev-python/opentypespec/Manifest new file mode 100644 index 000000000..31d20321e --- /dev/null +++ b/dev-python/opentypespec/Manifest @@ -0,0 +1 @@ +DIST opentypespec-1.8.4.tar.gz 15963 BLAKE2B 3d796ffa37f7a617a3be8d5a323fbe8f88e57e05aa031edfe1e48115a65526585d522a2426ed5d5ad970621d0cc301238bed8ac0c2beaab526f0b8679572e2ef SHA512 30c96322901ae99c3f8f71d7621660d7273b0ced60c86a253c573c32d491ce1ef6da750106f4aa8fdd005583be6fc31ef9513c301bfe0a6a39e1b6634ede1e9d diff --git a/dev-python/opentypespec/metadata.xml b/dev-python/opentypespec/metadata.xml new file mode 100644 index 000000000..96276ba8f --- /dev/null +++ b/dev-python/opentypespec/metadata.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>[email protected]</email> + <name>Alessandro Barbieri</name> + </maintainer> + <upstream> + <bugs-to>https://github.com/simoncozens/opentypespec-py/issues</bugs-to> + <remote-id type="github">simoncozens/opentypespec-py</remote-id> + <remote-id type="pypi">opentypespec</remote-id> + </upstream> +</pkgmetadata> diff --git a/dev-python/opentypespec/opentypespec-1.8.4.ebuild b/dev-python/opentypespec/opentypespec-1.8.4.ebuild new file mode 100644 index 000000000..78e4d6eee --- /dev/null +++ b/dev-python/opentypespec/opentypespec-1.8.4.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..10} pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="Python bezier manipulation library" +HOMEPAGE="https://github.com/simoncozens/opentypespec-py" +SRC_URI="https://github.com/simoncozens/opentypespec-py/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${PN}-py-${PV}" + +LICENSE="Apache-2.0" +KEYWORDS="~amd64" +SLOT="0" + +RESTRICT="test" #https://github.com/simoncozens/opentypespec-py/issues/1 + +distutils_enable_tests setup.py
