public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pywlroots/
Date: Tue, 28 May 2024 18:40:24 +0000 (UTC)	[thread overview]
Message-ID: <1716921397.5438260e4564148c63ab4bebace153ccf0ad7757.mgorny@gentoo> (raw)

commit:     5438260e4564148c63ab4bebace153ccf0ad7757
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May 28 18:36:37 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 28 18:36:37 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5438260e

dev-python/pywlroots: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/pywlroots/Manifest                |  3 --
 dev-python/pywlroots/pywlroots-0.16.7.ebuild | 55 ----------------------------
 dev-python/pywlroots/pywlroots-0.16.8.ebuild | 55 ----------------------------
 dev-python/pywlroots/pywlroots-0.16.9.ebuild | 55 ----------------------------
 4 files changed, 168 deletions(-)

diff --git a/dev-python/pywlroots/Manifest b/dev-python/pywlroots/Manifest
index 439a658cb369..15963280fe77 100644
--- a/dev-python/pywlroots/Manifest
+++ b/dev-python/pywlroots/Manifest
@@ -1,5 +1,2 @@
 DIST pywlroots-0.15.24.gh.tar.gz 85570 BLAKE2B 0c7ba0be6159152488785298028bb1feec20e2380357060a850dab417b3fb1fccb4a9e6cc6564d2b7f124bf4fc454789549267e9036b0b4559e5fcd4c6f06196 SHA512 b29b76cf18a65b2ef19d15ecf018a9ba44119d60ee61435967d17f06d5f7544d2117f2e9a81574734c71591a237b00c8584a5cc6d6adb928f39f11170f21ee94
-DIST pywlroots-0.16.7.tar.gz 98542 BLAKE2B bcc20d31e4423c6f486f6bcbfecb1db1995cc3d58e98205f63468b4b93b3f386f67ff22e8a99cd419b7b31f7c0287a61f8c4e1fed6e7af525244e94895ba55d6 SHA512 05e75f70ca6e9fcf7cfd18fb55411fbf3ef9d0b95d11afdab0ad95f2016623ac4e097b600e3d7a6f880be0edc6a1ccfaa48364ec02bd3c46c44f7c0de3fe96ac
-DIST pywlroots-0.16.8.tar.gz 100267 BLAKE2B 969f528a849a5b2b3c5c9147971c1fa4e105d894c3086e0283877cdedb8f1535632fd8554adfda2419881a0a0efb9bbbba420950991f36746a66b543052f8301 SHA512 2b374ce77d35106830e8de8d96bb3572ff3853ce7a431e280580144ffc530531df5a79f54e5064d6186b7cc660a97dfb5d954155c71d8e70109d50206d96c597
-DIST pywlroots-0.16.9.tar.gz 100390 BLAKE2B 139a7514ee503d883519dbd157a6ec75024ad8ac5d8b07b518831f94b04d2e28bba62a58351bc896a306533b4e88deb251caf00c48e3be7877d0f6ce7e833036 SHA512 b7fea09d1b2eb6ff443e712222d63693ad440b2dc7b22dc49ec9b166ae45038662f0f68ca15db5e8bf8776b3ceb880f846341883bf99dd783f323bd46f6a3ac6
 DIST pywlroots-0.17.0.tar.gz 99439 BLAKE2B 0f4153e5d4e7786d52d2a66614c4c92d29d0ef57be74ce8e7b23ed244c361a551b84606493296b99b4b1f48f5c862911f48aa32f3e7d5bd1c0fcedcfb1240474 SHA512 20b93845f26f1942bc111d12de24acc17af24cd70abd644a66a4b43e3622fa2cb9323c7dc846a5708c5cb63631e77020350231a67d3b6702ac5882fcd31411df

diff --git a/dev-python/pywlroots/pywlroots-0.16.7.ebuild b/dev-python/pywlroots/pywlroots-0.16.7.ebuild
deleted file mode 100644
index 6f6089d7c382..000000000000
--- a/dev-python/pywlroots/pywlroots-0.16.7.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Python binding to the wlroots library using cffi"
-HOMEPAGE="
-	https://github.com/flacjacket/pywlroots/
-	https://pypi.org/project/pywlroots/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~riscv ~x86"
-IUSE="X"
-
-# See README for wlroots dep
-DEPEND="
-	dev-python/cffi:=[${PYTHON_USEDEP}]
-	>=dev-python/pywayland-0.4.14[${PYTHON_USEDEP}]
-	>=dev-python/xkbcommon-0.2[${PYTHON_USEDEP}]
-	=gui-libs/wlroots-$(ver_cut 1-2)*:=[X?]
-"
-RDEPEND="
-	${DEPEND}
-"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-	local PATCHES=(
-		"${FILESDIR}"/${PN}-0.15.24-no-import-version-check.patch
-	)
-
-	# override automagic detection and caching that's completely broken
-	# by design; https://github.com/flacjacket/pywlroots/issues/132
-	cat > wlroots/_build.py <<-EOF || die
-		has_xwayland = $(usex X True False)
-	EOF
-	sed -e "s:return.*has_xwayland$:return $(usex X True False):" \
-		-i wlroots/ffi_build.py || die
-
-	distutils-r1_src_prepare
-}
-
-python_test() {
-	rm -rf wlroots || die
-	epytest
-}

diff --git a/dev-python/pywlroots/pywlroots-0.16.8.ebuild b/dev-python/pywlroots/pywlroots-0.16.8.ebuild
deleted file mode 100644
index 9a4044ba719c..000000000000
--- a/dev-python/pywlroots/pywlroots-0.16.8.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Python binding to the wlroots library using cffi"
-HOMEPAGE="
-	https://github.com/flacjacket/pywlroots/
-	https://pypi.org/project/pywlroots/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~riscv ~x86"
-IUSE="X"
-
-# See README for wlroots dep
-DEPEND="
-	dev-python/cffi:=[${PYTHON_USEDEP}]
-	>=dev-python/pywayland-0.4.14[${PYTHON_USEDEP}]
-	>=dev-python/xkbcommon-0.2[${PYTHON_USEDEP}]
-	=gui-libs/wlroots-$(ver_cut 1-2)*:=[X?]
-"
-RDEPEND="
-	${DEPEND}
-"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-	local PATCHES=(
-		"${FILESDIR}"/${PN}-0.15.24-no-import-version-check.patch
-	)
-
-	# override automagic detection and caching that's completely broken
-	# by design; https://github.com/flacjacket/pywlroots/issues/132
-	cat > wlroots/_build.py <<-EOF || die
-		has_xwayland = $(usex X True False)
-	EOF
-	sed -e "s:return.*has_xwayland$:return $(usex X True False):" \
-		-i wlroots/ffi_build.py || die
-
-	distutils-r1_src_prepare
-}
-
-python_test() {
-	rm -rf wlroots || die
-	epytest
-}

diff --git a/dev-python/pywlroots/pywlroots-0.16.9.ebuild b/dev-python/pywlroots/pywlroots-0.16.9.ebuild
deleted file mode 100644
index 9a4044ba719c..000000000000
--- a/dev-python/pywlroots/pywlroots-0.16.9.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Python binding to the wlroots library using cffi"
-HOMEPAGE="
-	https://github.com/flacjacket/pywlroots/
-	https://pypi.org/project/pywlroots/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~riscv ~x86"
-IUSE="X"
-
-# See README for wlroots dep
-DEPEND="
-	dev-python/cffi:=[${PYTHON_USEDEP}]
-	>=dev-python/pywayland-0.4.14[${PYTHON_USEDEP}]
-	>=dev-python/xkbcommon-0.2[${PYTHON_USEDEP}]
-	=gui-libs/wlroots-$(ver_cut 1-2)*:=[X?]
-"
-RDEPEND="
-	${DEPEND}
-"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-	local PATCHES=(
-		"${FILESDIR}"/${PN}-0.15.24-no-import-version-check.patch
-	)
-
-	# override automagic detection and caching that's completely broken
-	# by design; https://github.com/flacjacket/pywlroots/issues/132
-	cat > wlroots/_build.py <<-EOF || die
-		has_xwayland = $(usex X True False)
-	EOF
-	sed -e "s:return.*has_xwayland$:return $(usex X True False):" \
-		-i wlroots/ffi_build.py || die
-
-	distutils-r1_src_prepare
-}
-
-python_test() {
-	rm -rf wlroots || die
-	epytest
-}


             reply	other threads:[~2024-05-28 18:40 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-28 18:40 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-16  7:28 [gentoo-commits] repo/gentoo:master commit in: dev-python/pywlroots/ Arthur Zamarin
2024-06-16 17:37 Michał Górny
2024-05-28 17:01 Sam James
2024-05-13  2:12 Michał Górny
2024-05-13  2:12 Michał Górny
2024-05-05  4:33 Michał Górny
2024-05-04 11:32 Michał Górny
2024-05-04  7:48 Arthur Zamarin
2024-04-17 13:23 Michał Górny
2023-12-05 14:32 Michał Górny
2023-12-02 19:30 Michał Górny
2023-11-11 20:36 Michał Górny
2023-11-11 19:21 Sam James
2023-11-05 17:00 Michał Górny
2023-10-15 15:27 Michał Górny
2023-10-15  8:26 Sam James
2023-10-08 17:48 Michał Górny
2023-09-11  2:57 Michał Górny
2023-07-15  6:07 Sam James
2023-06-11  9:21 Michał Górny
2023-06-11  9:21 Michał Górny
2023-05-13 16:06 Michał Górny
2023-05-13 11:35 Arthur Zamarin
2023-05-04 16:56 Michał Górny
2023-05-03  6:55 Arthur Zamarin
2023-04-09  6:08 Michał Górny
2023-03-23 16:36 Michał Górny
2023-03-19  4:13 Michał Górny
2023-03-16 16:35 Michał Górny
2023-02-22  5:09 Michał Górny
2023-02-21  7:41 Michał Górny
2023-01-14  8:50 Joonas Niilola
2023-01-12 21:18 Yixun Lan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1716921397.5438260e4564148c63ab4bebace153ccf0ad7757.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox