From 3ed00d5c385728e06686364c76764b46ba394fd0 Mon Sep 17 00:00:00 2001 From: Jason Zaman Date: Wed, 25 Dec 2019 17:24:29 +0800 Subject: [PATCH] dev-python/pybind11: new package Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Jason Zaman --- dev-python/pybind11/Manifest | 1 + dev-python/pybind11/metadata.xml | 11 +++++++++++ dev-python/pybind11/pybind11-2.4.3.ebuild | 17 +++++++++++++++++ 3 files changed, 29 insertions(+) create mode 100644 dev-python/pybind11/Manifest create mode 100644 dev-python/pybind11/metadata.xml create mode 100644 dev-python/pybind11/pybind11-2.4.3.ebuild diff --git a/dev-python/pybind11/Manifest b/dev-python/pybind11/Manifest new file mode 100644 index 000000000000..5ff276e9ad32 --- /dev/null +++ b/dev-python/pybind11/Manifest @@ -0,0 +1 @@ +DIST pybind11-2.4.3.tar.gz 138789 BLAKE2B 6279ddbc4ca4c8a62eeff684cac789a315eef0ce769258c8152f7073f8bbea39e582ed1ea86fae6878f46c675ed998c314bbaa54a40457287833cc555f5d9692 SHA512 97b6ffb38dbda8021e8265c2052df65785d532dbcd94a2b711306f806eab1a9e2aaf31ea466f13eb5784856ac69e0f4c1dc6d742aa70e5a10ce9ce338e5e9d84 diff --git a/dev-python/pybind11/metadata.xml b/dev-python/pybind11/metadata.xml new file mode 100644 index 000000000000..cd8fa63c07d6 --- /dev/null +++ b/dev-python/pybind11/metadata.xml @@ -0,0 +1,11 @@ + + + + + perfinion@gentoo.org + Jason Zaman + + + Seamless operability between C++11 and Python + + diff --git a/dev-python/pybind11/pybind11-2.4.3.ebuild b/dev-python/pybind11/pybind11-2.4.3.ebuild new file mode 100644 index 000000000000..17dbf2532c6f --- /dev/null +++ b/dev-python/pybind11/pybind11-2.4.3.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python{3_5,3_6,3_7,3_8} ) +DISTUTILS_USE_SETUPTOOLS=bdepend +inherit distutils-r1 + +DESCRIPTION="AST-based Python refactoring library" +HOMEPAGE="https://github.com/pybind/pybind11" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +IUSE="" -- 2.26.2