public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/darkdetect/
@ 2023-02-21  5:58 Shaoyu Tseng
  0 siblings, 0 replies; 3+ messages in thread
From: Shaoyu Tseng @ 2023-02-21  5:58 UTC (permalink / raw
  To: gentoo-commits

commit:     dfa2bfadf1fae8e520672efd7cef84a5e6c122dd
Author:     Shaoyu Tseng <1over137 <AT> anche <DOT> no>
AuthorDate: Tue Feb 21 05:55:50 2023 +0000
Commit:     Shaoyu Tseng <shaoyu0209 <AT> tuta <DOT> io>
CommitDate: Tue Feb 21 05:55:50 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dfa2bfad

dev-python/darkdetect: new package, add 0.8.0

Signed-off-by: Shaoyu Tseng <1over137 <AT> anche.no>

 dev-python/darkdetect/Manifest                |  1 +
 dev-python/darkdetect/darkdetect-0.8.0.ebuild | 16 ++++++++++++++++
 dev-python/darkdetect/metadata.xml            | 12 ++++++++++++
 3 files changed, 29 insertions(+)

diff --git a/dev-python/darkdetect/Manifest b/dev-python/darkdetect/Manifest
new file mode 100644
index 000000000..438880c98
--- /dev/null
+++ b/dev-python/darkdetect/Manifest
@@ -0,0 +1 @@
+DIST darkdetect-0.8.0.tar.gz 7681 BLAKE2B 3fd0811b87f163ab0447a041961d4cd33a87f21306acef7afe3580d2284297e8cb27d44d519d77de7800de1415e68fed806c7df86527a4bcdcac9cd8b91d4c79 SHA512 8cbc67b28c33341c22f635f96972517a41558abededf6541455c2dbfeca7fdabf10273f2163e47de439dd6a158dda88c7120d59eb2fc6a47aeb4dad3fd95c1dc

diff --git a/dev-python/darkdetect/darkdetect-0.8.0.ebuild b/dev-python/darkdetect/darkdetect-0.8.0.ebuild
new file mode 100644
index 000000000..f13950ace
--- /dev/null
+++ b/dev-python/darkdetect/darkdetect-0.8.0.ebuild
@@ -0,0 +1,16 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..11} pypy3  )
+DISTUTILS_USE_PEP517=poetry
+inherit distutils-r1
+
+DESCRIPTION="Detect OS dark mode from Python"
+HOMEPAGE="https://github.com/5yutan5/PyQtDarkTheme https://pypi.org/project/PyQtDarkTheme"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"

diff --git a/dev-python/darkdetect/metadata.xml b/dev-python/darkdetect/metadata.xml
new file mode 100644
index 000000000..d516c0036
--- /dev/null
+++ b/dev-python/darkdetect/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM 'http://www.gentoo.org/dtd/metadata.dtd'>
+<pkgmetadata>
+	<maintainer type="person">
+		<email>1over137@anche.no</email>
+		<name>Shaoyu Tseng</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="pypi">darkdetect</remote-id>
+		<remote-id type="github">albertosottile/darkdetect</remote-id>
+	</upstream>
+</pkgmetadata>


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/darkdetect/
@ 2023-02-21  6:14 Shaoyu Tseng
  0 siblings, 0 replies; 3+ messages in thread
From: Shaoyu Tseng @ 2023-02-21  6:14 UTC (permalink / raw
  To: gentoo-commits

commit:     ae58f34930bb24b433af38738cd0629830391e66
Author:     Shaoyu Tseng <1over137 <AT> anche <DOT> no>
AuthorDate: Tue Feb 21 06:12:45 2023 +0000
Commit:     Shaoyu Tseng <shaoyu0209 <AT> tuta <DOT> io>
CommitDate: Tue Feb 21 06:12:45 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ae58f349

dev-python/darkdetect: fix DISTUTILS_USE_PEP517

Signed-off-by: Shaoyu Tseng <1over137 <AT> anche.no>

 dev-python/darkdetect/darkdetect-0.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/darkdetect/darkdetect-0.8.0.ebuild b/dev-python/darkdetect/darkdetect-0.8.0.ebuild
index f13950ace..cb63c5270 100644
--- a/dev-python/darkdetect/darkdetect-0.8.0.ebuild
+++ b/dev-python/darkdetect/darkdetect-0.8.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 PYTHON_COMPAT=( python3_{8..11} pypy3  )
-DISTUTILS_USE_PEP517=poetry
+DISTUTILS_USE_PEP517=setuptools
 inherit distutils-r1
 
 DESCRIPTION="Detect OS dark mode from Python"


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/darkdetect/
@ 2023-12-31  1:00 Julien Roy
  0 siblings, 0 replies; 3+ messages in thread
From: Julien Roy @ 2023-12-31  1:00 UTC (permalink / raw
  To: gentoo-commits

commit:     8edfc128a8f7190712a27c68f91a5435b28f0672
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Sun Dec 31 00:51:57 2023 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sun Dec 31 00:51:57 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8edfc128

dev-python/darkdetect: enable py3.12

Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 dev-python/darkdetect/darkdetect-0.8.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/darkdetect/darkdetect-0.8.0.ebuild b/dev-python/darkdetect/darkdetect-0.8.0.ebuild
index 2037ee6cb3..18e14ceddd 100644
--- a/dev-python/darkdetect/darkdetect-0.8.0.ebuild
+++ b/dev-python/darkdetect/darkdetect-0.8.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2021-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{10..11} pypy3  )
+PYTHON_COMPAT=( python3_{10..12} pypy3  )
 DISTUTILS_USE_PEP517=setuptools
 inherit distutils-r1 pypi
 


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

end of thread, other threads:[~2023-12-31  1:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-31  1:00 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/darkdetect/ Julien Roy
  -- strict thread matches above, loose matches on Subject: below --
2023-02-21  6:14 Shaoyu Tseng
2023-02-21  5:58 Shaoyu Tseng

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