commit: 05fe06876efbdd7c878b623f70859fa81c9e24a8 Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc> AuthorDate: Thu Oct 15 02:57:58 2020 +0000 Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc> CommitDate: Thu Oct 15 02:57:58 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=05fe0687
dev-python/pybind11-stubgen: stud generator for pybind11 new dependency for sci-mathematics/netgen Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc> dev-python/pybind11-stubgen/metadata.xml | 12 +++++++++++ .../pybind11-stubgen/pybind11-stubgen-0.8.6.ebuild | 24 ++++++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/dev-python/pybind11-stubgen/metadata.xml b/dev-python/pybind11-stubgen/metadata.xml new file mode 100644 index 000000000..2f2c0b51c --- /dev/null +++ b/dev-python/pybind11-stubgen/metadata.xml @@ -0,0 +1,12 @@ +<?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>Aisha Tammy</name> + </maintainer> + <maintainer type="project"> + <email>[email protected]</email> + <name>Gentoo Science Project</name> + </maintainer> +</pkgmetadata> diff --git a/dev-python/pybind11-stubgen/pybind11-stubgen-0.8.6.ebuild b/dev-python/pybind11-stubgen/pybind11-stubgen-0.8.6.ebuild new file mode 100644 index 000000000..5e22faaf7 --- /dev/null +++ b/dev-python/pybind11-stubgen/pybind11-stubgen-0.8.6.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6..9} ) +DISTUTILS_USE_SETUPTOOLS=rdepend +inherit distutils-r1 + +DESCRIPTION="PEP 561 type stubs generator for pybind11 modules" +HOMEPAGE="https://github.com/sizmailov/pybind11-stubgen" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND=" + ${PYTHON_DEPS} + dev-python/pybind11[${PYTHON_USEDEP}] +" +RDEPEND="${DEPEND}" + +# no tests in package
