diff --git a/dev-python/axisregistry/Manifest b/dev-python/axisregistry/Manifest new file mode 100644 index 0000000000..43c707a492 --- /dev/null +++ b/dev-python/axisregistry/Manifest @@ -0,0 +1 @@ +DIST axisregistry-0.2.0.tar.gz 15996 BLAKE2B f773aa03d8d51e29ae188a71ceb6f7505d35575739332bf7f6c0706bb659815a3d21ef2916d752872f335bf504c6a2662ec0ba447e651d50088f6d7b449b4e3a SHA512 ca069eba5d6ea036e8908d3bc74ec6f65345cad9ef7e6255cf111741e798f68ca24a4528a9dba473a196d1a5d658491677339fd80885e8023aa09d710056f76e diff --git a/dev-python/axisregistry/axisregistry-0.2.0.ebuild b/dev-python/axisregistry/axisregistry-0.2.0.ebuild new file mode 100644 index 0000000000..e059df912e --- /dev/null +++ b/dev-python/axisregistry/axisregistry-0.2.0.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..9} ) + +inherit distutils-r1 + +DESCRIPTION="A Python API to access data from the Google Fonts variable fonts Axis Registry" +HOMEPAGE=" + https://github.com/googlefonts/axisregistry + https://pypi.org/project/axisregistry/ +" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +KEYWORDS="~amd64" +SLOT="0" + +RDEPEND="dev-python/protobuf-python[${PYTHON_USEDEP}]" +DEPEND=" + ${RDEPEND} + >=dev-python/setuptools_scm-4[${PYTHON_USEDEP}] +" + +distutils_enable_tests pytest + +python_prepare_all() { + export SETUPTOOLS_SCM_PRETEND_VERSION="${PV}" + distutils-r1_python_prepare_all +} diff --git a/dev-python/axisregistry/metadata.xml b/dev-python/axisregistry/metadata.xml new file mode 100644 index 0000000000..69430d931a --- /dev/null +++ b/dev-python/axisregistry/metadata.xml @@ -0,0 +1,13 @@ + + + + + lssndrbarbieri@gmail.com + Alessandro Barbieri + + + https://github.com/googlefonts/axisregistry/issues + googlefonts/axisregistry + axisregistry + +