diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-08-22 09:08:04 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-08-22 09:08:04 +0200 |
commit | dc1e40f4b15a23c4055f060305073fe128c8a5e6 (patch) | |
tree | 722be12cc36357b5460160d43a35e6422b1b2f07 | |
parent | dev-python/py-cpuinfo: Remove redundant versions (diff) | |
download | gentoo-dc1e40f4b15a23c4055f060305073fe128c8a5e6.tar.gz gentoo-dc1e40f4b15a23c4055f060305073fe128c8a5e6.tar.bz2 gentoo-dc1e40f4b15a23c4055f060305073fe128c8a5e6.zip |
dev-python/pybind11: Remove redundant versions
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | dev-python/pybind11/Manifest | 1 | ||||
-rw-r--r-- | dev-python/pybind11/pybind11-2.4.3.ebuild | 17 |
2 files changed, 0 insertions, 18 deletions
diff --git a/dev-python/pybind11/Manifest b/dev-python/pybind11/Manifest index 04715a0032b3..6b89938f6dcc 100644 --- a/dev-python/pybind11/Manifest +++ b/dev-python/pybind11/Manifest @@ -1,2 +1 @@ -DIST pybind11-2.4.3.tar.gz 138789 BLAKE2B 6279ddbc4ca4c8a62eeff684cac789a315eef0ce769258c8152f7073f8bbea39e582ed1ea86fae6878f46c675ed998c314bbaa54a40457287833cc555f5d9692 SHA512 97b6ffb38dbda8021e8265c2052df65785d532dbcd94a2b711306f806eab1a9e2aaf31ea466f13eb5784856ac69e0f4c1dc6d742aa70e5a10ce9ce338e5e9d84 DIST pybind11-2.5.0.tar.gz 573769 BLAKE2B e46d99f873f8266efc577d3e0ab1e8a78784a45c35995bc3486501d627698e0fb10205008e8cb82c84e971f20cd02a6d2f08390f3a3041fff1a21c45f11b197f SHA512 7f3a9c71916749436898d1844ef6b112baf0817a386308b5df8dec2a912ef4b6a932b94965e98f227c49fa77312f131972a6039f23b84a3daf6442a8ab0be7c2 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 44b91dbec22b..000000000000 --- a/dev-python/pybind11/pybind11-2.4.3.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python{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 ~arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" -IUSE="" |