diff --git a/dev-python/pybind11/Manifest b/dev-python/pybind11/Manifest deleted file mode 100644 index 5ff276e9a..000000000 --- a/dev-python/pybind11/Manifest +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 100644 index ebc718e70..000000000 --- a/dev-python/pybind11/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - email@linxon.ru - Yury Martynov - - diff --git a/dev-python/pybind11/pybind11-2.4.3.ebuild b/dev-python/pybind11/pybind11-2.4.3.ebuild deleted file mode 100644 index aca496ed9..000000000 --- a/dev-python/pybind11/pybind11-2.4.3.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{6,7,8} ) - -inherit distutils-r1 - -DESCRIPTION="Seamless operability between C++11 and Python" -HOMEPAGE="https://github.com/pybind/pybind11" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -KEYWORDS="~amd64 ~x86" -LICENSE="BSD" -SLOT="0" - -RDEPEND="${PYTHON_DEPS}" -DEPEND="${RDEPEND}"