public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: x11-wm/qtile-extras/
@ 2024-01-04 20:09 kostya
  0 siblings, 0 replies; 5+ messages in thread
From: kostya @ 2024-01-04 20:09 UTC (permalink / raw
  To: gentoo-commits

commit:     5a4ee4ee4d3a8db696bbea69063b320fda7e49e2
Author:     SPRATAY <spratay+linux <AT> getgoogleoff <DOT> me>
AuthorDate: Thu Jan  4 20:07:11 2024 +0000
Commit:     kostya <spratay <AT> getgoogleoff <DOT> me>
CommitDate: Thu Jan  4 20:07:11 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5a4ee4ee

x11-wm/qtile-extras: new package, add 0.23.0

Signed-off-by: SPRATAY <spratay+linux <AT> getgoogleoff.me>

 x11-wm/qtile-extras/Manifest                   |  1 +
 x11-wm/qtile-extras/qtile-extras-0.23.0.ebuild | 40 ++++++++++++++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/x11-wm/qtile-extras/Manifest b/x11-wm/qtile-extras/Manifest
new file mode 100644
index 0000000000..a3bc41ad29
--- /dev/null
+++ b/x11-wm/qtile-extras/Manifest
@@ -0,0 +1 @@
+DIST qtile-extras-0.23.0.tar.gz 4382844 BLAKE2B f3ac92b07d36135261664656bb79a277b1d8413a5c92d2573b27f73b291b307c0e803350510672369c39f8b404c49614c6a6a175c4013545be7eacb95c455451 SHA512 2f561a263356129de74c21f2ac3db410b86021e605f2b398148a48b941c3b851a6a00a3548bdaebaf637ba9f2bcfd2081d22278e98eff4e77b82ca4a90415d2c

diff --git a/x11-wm/qtile-extras/qtile-extras-0.23.0.ebuild b/x11-wm/qtile-extras/qtile-extras-0.23.0.ebuild
new file mode 100644
index 0000000000..dcfb54729f
--- /dev/null
+++ b/x11-wm/qtile-extras/qtile-extras-0.23.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=no
+PYTHON_COMPAT=(python3_{9..12})
+
+inherit distutils-r1 desktop
+
+SRC_URI="https://github.com/elParaguayo/qtile-extras/archive/${PV}.tar.gz -> ${P}.tar.gz"
+KEYWORDS="amd64"
+
+DESCRIPTION="Run Windows Applications on Linux as if they are native (Using a VM and FreeRDP)"
+HOMEPAGE="https://github.com/casualsnek/cassowary"
+
+BDEPEND="dev-python/setuptools
+	dev-python/build
+	dev-python/installer
+	dev-python/setuptools-scm
+	dev-python/wheel
+"
+
+RDEPEND="x11-wm/qtile"
+
+DEPEND="${RDEPEND}"
+
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=7.0.0
+
+python_compile() {
+	${EPYTHON} -m build --wheel --no-isolation
+}
+
+python_install() {
+	${EPYTHON} -m installer --destdir="${D}" dist/*.whl
+}


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: x11-wm/qtile-extras/
  2024-01-07 23:46 [gentoo-commits] repo/proj/guru:master " David Roman
@ 2024-01-07 23:47 ` David Roman
  0 siblings, 0 replies; 5+ messages in thread
From: David Roman @ 2024-01-07 23:47 UTC (permalink / raw
  To: gentoo-commits

commit:     4e26704a1a36d55467658785c5e170c579bc6fb6
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Sun Jan  7 23:45:23 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sun Jan  7 23:45:39 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4e26704a

x11-wm/qtile-extras: update DESCRIPTION, HOMEPAGE, SRC_URI

Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 x11-wm/qtile-extras/qtile-extras-0.23.0.ebuild | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/x11-wm/qtile-extras/qtile-extras-0.23.0.ebuild b/x11-wm/qtile-extras/qtile-extras-0.23.0.ebuild
index dcfb54729f..d55b52b4e4 100644
--- a/x11-wm/qtile-extras/qtile-extras-0.23.0.ebuild
+++ b/x11-wm/qtile-extras/qtile-extras-0.23.0.ebuild
@@ -6,19 +6,18 @@ EAPI=8
 DISTUTILS_USE_PEP517=no
 PYTHON_COMPAT=(python3_{9..12})
 
-inherit distutils-r1 desktop
+inherit distutils-r1
 
-SRC_URI="https://github.com/elParaguayo/qtile-extras/archive/${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/elParaguayo/qtile-extras/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
 KEYWORDS="amd64"
 
-DESCRIPTION="Run Windows Applications on Linux as if they are native (Using a VM and FreeRDP)"
-HOMEPAGE="https://github.com/casualsnek/cassowary"
+DESCRIPTION="elParaguayo's Qtile Extras"
+HOMEPAGE="https://github.com/elParaguayo/qtile-extras"
 
-BDEPEND="dev-python/setuptools
+BDEPEND="
 	dev-python/build
 	dev-python/installer
 	dev-python/setuptools-scm
-	dev-python/wheel
 "
 
 RDEPEND="x11-wm/qtile"
@@ -27,7 +26,6 @@ DEPEND="${RDEPEND}"
 
 LICENSE="MIT"
 SLOT="0"
-IUSE=""
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=7.0.0
 


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: x11-wm/qtile-extras/
@ 2024-02-13 16:37 David Roman
  0 siblings, 0 replies; 5+ messages in thread
From: David Roman @ 2024-02-13 16:37 UTC (permalink / raw
  To: gentoo-commits

commit:     e5c3f787f30871cc62b4b78c6e859d647e4811ec
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Tue Feb 13 16:36:42 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue Feb 13 16:36:42 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e5c3f787

x11-wm/qtile-extras: destabilize 0.23.0 for ~amd64

Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 x11-wm/qtile-extras/qtile-extras-0.23.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-wm/qtile-extras/qtile-extras-0.23.0.ebuild b/x11-wm/qtile-extras/qtile-extras-0.23.0.ebuild
index d55b52b4e4..eba8f97d6e 100644
--- a/x11-wm/qtile-extras/qtile-extras-0.23.0.ebuild
+++ b/x11-wm/qtile-extras/qtile-extras-0.23.0.ebuild
@@ -9,7 +9,7 @@ PYTHON_COMPAT=(python3_{9..12})
 inherit distutils-r1
 
 SRC_URI="https://github.com/elParaguayo/qtile-extras/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="amd64"
+KEYWORDS="~amd64"
 
 DESCRIPTION="elParaguayo's Qtile Extras"
 HOMEPAGE="https://github.com/elParaguayo/qtile-extras"


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: x11-wm/qtile-extras/
@ 2024-05-20 17:05 Lucio Sauer
  0 siblings, 0 replies; 5+ messages in thread
From: Lucio Sauer @ 2024-05-20 17:05 UTC (permalink / raw
  To: gentoo-commits

commit:     677dd37b16ae75f6c383c94c6dd9833e4566d447
Author:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Mon May 20 17:01:36 2024 +0000
Commit:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Mon May 20 17:02:08 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=677dd37b

x11-wm/qtile-extras: add upstream metadata

Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>

 x11-wm/qtile-extras/metadata.xml | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/x11-wm/qtile-extras/metadata.xml b/x11-wm/qtile-extras/metadata.xml
new file mode 100644
index 0000000000..0a770cc324
--- /dev/null
+++ b/x11-wm/qtile-extras/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<!-- maintainer-needed -->
+	<upstream>
+		<doc>https://qtile-extras.readthedocs.io/en/stable/</doc>
+		<bugs-to>
+			https://github.com/elParaguayo/qtile-extras/issues
+		</bugs-to>
+		<remote-id type="github">elParaguayo/qtile-extras</remote-id>
+	</upstream>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: x11-wm/qtile-extras/
@ 2024-09-08 13:04 Takuya Wakazono
  0 siblings, 0 replies; 5+ messages in thread
From: Takuya Wakazono @ 2024-09-08 13:04 UTC (permalink / raw
  To: gentoo-commits

commit:     8fd1145ee04706fe7691c6596204822bc8519452
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Sun Sep  8 13:02:43 2024 +0000
Commit:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
CommitDate: Sun Sep  8 13:02:43 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8fd1145e

x11-wm/qtile-extras: use setuptools

Closes: https://bugs.gentoo.org/921634
Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>

 x11-wm/qtile-extras/qtile-extras-0.23.0.ebuild | 12 ++----------
 1 file changed, 2 insertions(+), 10 deletions(-)

diff --git a/x11-wm/qtile-extras/qtile-extras-0.23.0.ebuild b/x11-wm/qtile-extras/qtile-extras-0.23.0.ebuild
index 04ddfe984..036f595e1 100644
--- a/x11-wm/qtile-extras/qtile-extras-0.23.0.ebuild
+++ b/x11-wm/qtile-extras/qtile-extras-0.23.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-DISTUTILS_USE_PEP517=no
+DISTUTILS_USE_PEP517=setuptools
 PYTHON_COMPAT=(python3_{9..12})
 
 inherit distutils-r1
@@ -24,12 +24,4 @@ BDEPEND="
 	dev-python/setuptools-scm
 "
 
-export SETUPTOOLS_SCM_PRETEND_VERSION=7.0.0
-
-python_compile() {
-	${EPYTHON} -m build --wheel --no-isolation
-}
-
-python_install() {
-	${EPYTHON} -m installer --destdir="${D}" dist/*.whl
-}
+export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-09-08 13:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-13 16:37 [gentoo-commits] repo/proj/guru:dev commit in: x11-wm/qtile-extras/ David Roman
  -- strict thread matches above, loose matches on Subject: below --
2024-09-08 13:04 Takuya Wakazono
2024-05-20 17:05 Lucio Sauer
2024-01-07 23:46 [gentoo-commits] repo/proj/guru:master " David Roman
2024-01-07 23:47 ` [gentoo-commits] repo/proj/guru:dev " David Roman
2024-01-04 20:09 kostya

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox