diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-28 06:41:59 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-28 07:19:49 +0200 |
commit | 1cc32b602176344e56c62a4bbc1df9eae7c92da0 (patch) | |
tree | 4084c1f085786e7f53b6a26beddf72c3c4d930e5 /dev-python/qtsass | |
parent | dev-python/pyproj: Bump to 3.5.0 (diff) | |
download | gentoo-1cc32b602176344e56c62a4bbc1df9eae7c92da0.tar.gz gentoo-1cc32b602176344e56c62a4bbc1df9eae7c92da0.tar.bz2 gentoo-1cc32b602176344e56c62a4bbc1df9eae7c92da0.zip |
dev-python/qtsass: Bump to 0.4.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/qtsass')
-rw-r--r-- | dev-python/qtsass/Manifest | 1 | ||||
-rw-r--r-- | dev-python/qtsass/qtsass-0.4.0.ebuild | 35 |
2 files changed, 36 insertions, 0 deletions
diff --git a/dev-python/qtsass/Manifest b/dev-python/qtsass/Manifest index b88c7ba74e5b..f0977c7c0be6 100644 --- a/dev-python/qtsass/Manifest +++ b/dev-python/qtsass/Manifest @@ -1 +1,2 @@ DIST qtsass-0.3.2.gh.tar.gz 28601 BLAKE2B a02a21fb80d977cff09d3af74f50b68f341163997b68bb0eddf8aa5011b523992ef33f8d7afb8ee8361261c9ae7c45c5a141cfc957fdd3e10dc07ceafac06101 SHA512 2939ac9b2536148541abda4f3ea2750e814054c70a96614880453bf1443643e463fda9d2d308b3051461f88b4cf53046fc2ea057b62a2190b70a4b3f6daf033b +DIST qtsass-0.4.0.gh.tar.gz 29466 BLAKE2B 954016c3a7a1ced59a28a50284f284f6138caf6c97cabb2854c56a3c499741060d4de7717ec39733fc41dc221d11f16118380dfc252ee1f169466bacc7ba6ad9 SHA512 58b5b70c5f1c102817d6024acb0d72f496f55217950e5a52422965215b8dc8debf4c7c6d4724efb5609b75b675d81e99dccc9211c0804c75063d33127f25353e diff --git a/dev-python/qtsass/qtsass-0.4.0.ebuild b/dev-python/qtsass/qtsass-0.4.0.ebuild new file mode 100644 index 000000000000..6d420d1107df --- /dev/null +++ b/dev-python/qtsass/qtsass-0.4.0.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{9..11} ) +DISTUTILS_USE_PEP517=setuptools + +inherit distutils-r1 + +DESCRIPTION="Compile SASS files to Qt stylesheets" +HOMEPAGE=" + https://github.com/spyder-ide/qtsass/ + https://pypi.org/project/qtsass/ +" +SRC_URI=" + https://github.com/spyder-ide/qtsass/archive/v${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + >=dev-python/libsass-python-0.22.0[${PYTHON_USEDEP}] +" + +BDEPEND=" + test? ( + dev-python/flaky[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest |