Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pybind11/
Date: Sat, 06 Nov 2021 19:59:36
Message-Id: 1636228760.6cc0fb47cb83a885264112932bcf48b08e784122.arthurzam@gentoo
1 commit: 6cc0fb47cb83a885264112932bcf48b08e784122
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 6 19:58:43 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 6 19:59:20 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cc0fb47
7
8 dev-python/pybind11: drop 2.7.1, 2.8.0
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/pybind11/Manifest | 2 --
13 dev-python/pybind11/pybind11-2.7.1.ebuild | 53 -------------------------------
14 dev-python/pybind11/pybind11-2.8.0.ebuild | 53 -------------------------------
15 3 files changed, 108 deletions(-)
16
17 diff --git a/dev-python/pybind11/Manifest b/dev-python/pybind11/Manifest
18 index f92ed463cb7..0e1154459ca 100644
19 --- a/dev-python/pybind11/Manifest
20 +++ b/dev-python/pybind11/Manifest
21 @@ -1,3 +1 @@
22 -DIST pybind11-2.7.1.tar.gz 668217 BLAKE2B 92d857f14290ee0717bd9f9b871dcecd6c0b36209bb9879f107c8542326fb0cc42c051f3bc12a8be50df892f1e26c26b710f60ed275f0dff206e30149547f2b4 SHA512 f09f46622b394d3990ab82aa7ea15a06e298df109cd2df263ba9d6ac7fb248217df7450e1954a9679a8360335d5bbf662926a34c8b7c61b6e4c396bbdfd88305
23 -DIST pybind11-2.8.0.tar.gz 688544 BLAKE2B 3652ebf56cdec9c50a431915b4b59cd7c61d58be5a521dd2bea20ea9a0e56ae8782400d4460a5e32f3c3ec086709ee466b6b39c6adc5cd712da05b4016f9f2e1 SHA512 2f066ab1a3d4a22513625f52b55d7722f953007876e800b4a08d6341b9ae70f73a3b0fd57f76cee443e7b8cf0eecdaafc032a23ddad2b8bca2c8108ac4090a82
24 DIST pybind11-2.8.1.tar.gz 693075 BLAKE2B 00f691121858bbe019b5398ab5418523b352f29716901ec6572817e3a35efeb953a9a1542ad37830aab6b9e5a6d6dd56c7aee390772f1d992ef570e03472ebd8 SHA512 6738b4551a1ca2fdf6676be78216b9056cecf8b4d125f0d1aaae9929614bcbf4a9b233fc3c52b8f9dfd19a9ca1496515e6748c1afd8968b9c52c9a1e8b28da10
25
26 diff --git a/dev-python/pybind11/pybind11-2.7.1.ebuild b/dev-python/pybind11/pybind11-2.7.1.ebuild
27 deleted file mode 100644
28 index 83c49f27416..00000000000
29 --- a/dev-python/pybind11/pybind11-2.7.1.ebuild
30 +++ /dev/null
31 @@ -1,53 +0,0 @@
32 -# Copyright 1999-2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -PYTHON_COMPAT=( python3_{7..10} )
38 -inherit cmake distutils-r1
39 -
40 -DESCRIPTION="AST-based Python refactoring library"
41 -HOMEPAGE="https://pybind11.readthedocs.io/en/stable/"
42 -SRC_URI="https://github.com/pybind/pybind11/archive/v${PV}.tar.gz -> ${P}.tar.gz"
43 -
44 -LICENSE="BSD"
45 -SLOT="0"
46 -KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
47 -
48 -RDEPEND="
49 - dev-cpp/eigen:3
50 -"
51 -
52 -distutils_enable_tests pytest
53 -
54 -python_prepare_all() {
55 - export PYBIND11_USE_CMAKE=1
56 -
57 - cmake_src_prepare
58 - distutils-r1_python_prepare_all
59 -}
60 -
61 -python_configure() {
62 - local mycmakeargs=(
63 - # disable forced lto
64 - -DPYBIND11_LTO_CXX_FLAGS=
65 - -DPYBIND11_INSTALL=ON
66 - -DPYBIND11_TEST=$(usex test)
67 - )
68 - cmake_src_configure
69 -}
70 -
71 -python_compile() {
72 - distutils-r1_python_compile
73 - # Compilation only does anything for tests
74 - use test && cmake_src_compile
75 -}
76 -
77 -python_test() {
78 - cmake_build check
79 -}
80 -
81 -python_install() {
82 - distutils-r1_python_install
83 - cmake_src_install
84 -}
85
86 diff --git a/dev-python/pybind11/pybind11-2.8.0.ebuild b/dev-python/pybind11/pybind11-2.8.0.ebuild
87 deleted file mode 100644
88 index 3edf9adb8aa..00000000000
89 --- a/dev-python/pybind11/pybind11-2.8.0.ebuild
90 +++ /dev/null
91 @@ -1,53 +0,0 @@
92 -# Copyright 1999-2021 Gentoo Authors
93 -# Distributed under the terms of the GNU General Public License v2
94 -
95 -EAPI=8
96 -
97 -PYTHON_COMPAT=( python3_{8..10} )
98 -inherit cmake distutils-r1
99 -
100 -DESCRIPTION="AST-based Python refactoring library"
101 -HOMEPAGE="https://pybind11.readthedocs.io/en/stable/"
102 -SRC_URI="https://github.com/pybind/pybind11/archive/v${PV}.tar.gz -> ${P}.tar.gz"
103 -
104 -LICENSE="BSD"
105 -SLOT="0"
106 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
107 -
108 -RDEPEND="
109 - dev-cpp/eigen:3
110 -"
111 -
112 -distutils_enable_tests pytest
113 -
114 -python_prepare_all() {
115 - export PYBIND11_USE_CMAKE=1
116 -
117 - cmake_src_prepare
118 - distutils-r1_python_prepare_all
119 -}
120 -
121 -python_configure() {
122 - local mycmakeargs=(
123 - # disable forced lto
124 - -DPYBIND11_LTO_CXX_FLAGS=
125 - -DPYBIND11_INSTALL=ON
126 - -DPYBIND11_TEST=$(usex test)
127 - )
128 - cmake_src_configure
129 -}
130 -
131 -python_compile() {
132 - distutils-r1_python_compile
133 - # Compilation only does anything for tests
134 - use test && cmake_src_compile
135 -}
136 -
137 -python_test() {
138 - cmake_build check
139 -}
140 -
141 -python_install() {
142 - distutils-r1_python_install
143 - cmake_src_install
144 -}