aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>2023-03-17 17:48:14 +0500
committerAnna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>2023-03-17 17:58:36 +0500
commitebda03742592e30eb10bd147628c08adc064c86c (patch)
tree18a5413ae63fafe5f2c7aee415e9e0551d693259 /dev-python/darkdetect
parentdev-python/daiquiri: Use pypi.eclass (diff)
downloadguru-ebda03742592e30eb10bd147628c08adc064c86c.tar.gz
guru-ebda03742592e30eb10bd147628c08adc064c86c.tar.bz2
guru-ebda03742592e30eb10bd147628c08adc064c86c.zip
dev-python/darkdetect: Use pypi.eclass
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Diffstat (limited to 'dev-python/darkdetect')
-rw-r--r--dev-python/darkdetect/darkdetect-0.8.0.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/darkdetect/darkdetect-0.8.0.ebuild b/dev-python/darkdetect/darkdetect-0.8.0.ebuild
index 8ab77f2cc..ba7706aff 100644
--- a/dev-python/darkdetect/darkdetect-0.8.0.ebuild
+++ b/dev-python/darkdetect/darkdetect-0.8.0.ebuild
@@ -5,11 +5,10 @@ EAPI=7
PYTHON_COMPAT=( python3_{9..11} pypy3 )
DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1
+inherit distutils-r1 pypi
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"