diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-07-08 12:25:04 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-07-08 12:25:04 +0100 |
commit | a5442e2318cb4df55867389654e322dbac82067e (patch) | |
tree | 6ee33490658219395df804dbba0ea77f8b0d8c3b /dev-python/qstylizer | |
parent | 5d8ffbc273ca664e15618d557ced3e02de1a884b (diff) |
gentoo auto-resync : 08:07:2024 - 12:25:03
Diffstat (limited to 'dev-python/qstylizer')
-rw-r--r-- | dev-python/qstylizer/Manifest | 4 | ||||
-rw-r--r-- | dev-python/qstylizer/qstylizer-0.2.2.ebuild | 54 | ||||
-rw-r--r-- | dev-python/qstylizer/qstylizer-0.2.3.ebuild | 2 |
3 files changed, 2 insertions, 58 deletions
diff --git a/dev-python/qstylizer/Manifest b/dev-python/qstylizer/Manifest index 43f990368f68..be34b32b5a86 100644 --- a/dev-python/qstylizer/Manifest +++ b/dev-python/qstylizer/Manifest @@ -1,5 +1,3 @@ -DIST qstylizer-0.2.2.gh.tar.gz 20752 BLAKE2B c5442821389863bc03bb0659b528322cc12f5be8137f74746e3ec7a18bf89d2822d533d13cc23842daf32a0077ad84d0e7b5dc62f231e75e57388064bd08e5fc SHA512 682f10462965a93b36f0e44b75885b9d60b4d3cd03369976b977c9b928afed4e930b6b7ef26850bdb7b40ef2a31db35a9778738582dae8715f54c1f00a957fb3 DIST qstylizer-0.2.3.gh.tar.gz 20813 BLAKE2B edb19f9bcadee3229a1d98cc7170ba7bbab266fea74ab42987380dd8aec0ba4d02dda0fb7522f2cfbc52feb5646e44ee1603528d3331315ddcbcc18095a9ca76 SHA512 ba5188f702d4fbd43d963be206c75d55710bfe63accc84aea3bfd03ad06a0cb484d50b538c2d1d6a7ce21055d0b2eefb2cb35a732b929f5477033a8ddea945c0 -EBUILD qstylizer-0.2.2.ebuild 1211 BLAKE2B dcb9d1df622e2218fb9e496f213f1af7fed96f16cf56b34a4fd8c44f150221a0586354f8697ad77548b8feeddfa29f8c70912e04333a23802cc6d9a4b8c2d671 SHA512 f3e04e19b88fc65ae1e6e14511299fde5bad49aa1689479f308e5aeec0d37afed806aefdf0bd3c854bb43a11886ecb08d8ad4a07ac668cd851958d198752f09d -EBUILD qstylizer-0.2.3.ebuild 991 BLAKE2B dfa99f600900465726dde96b1486febb478c103d692ddf0b9f71ae064289a75c2bbe7429972dbd5797113436f133f298b67b8f87aab821b4ca1986be2a8931b8 SHA512 e96820a68fcf54802ef554e40afaef0cd487a0809c7cc33fae315cd752f6947d55d068656ad15901ca8cb597d3d25ef0b71109b265c175681114700661b6f523 +EBUILD qstylizer-0.2.3.ebuild 991 BLAKE2B 654aa65f2da981454416dbb3d247de6369a9cd083aee103396f4970165388861c3bcc817581b9f16b43039e447c0c4e57970c8eaf1de00570c8c66ceabdb5802 SHA512 40eaac2fc40fe72c1676435ee60ae8d181e43862be1129f4d5ad6ef79fe559fc00e7ec9d6e9179d93e64d5d958dcbe57cf3e10b2a314779bb3b60bda42069a72 MISC metadata.xml 415 BLAKE2B 451dfb7201a39eb121ef90a7c2ebb89dac9efffa47c7fe9b7470b8bdfe50e9fa0355fd6a16755423c067436e1a9777a7e36ccc4e0ea85f9b40fba1abf03dc590 SHA512 926ce3660ca54d4678987b339506daa3af21c49acedf474c1bbe3a5b79864d27f56867eeacd02bcdca312cf1edadc0bd9889c691414ba504c447aff0a2b6060e diff --git a/dev-python/qstylizer/qstylizer-0.2.2.ebuild b/dev-python/qstylizer/qstylizer-0.2.2.ebuild deleted file mode 100644 index 3f24d1fa7d5b..000000000000 --- a/dev-python/qstylizer/qstylizer-0.2.2.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) - -inherit distutils-r1 - -DESCRIPTION="Stylesheet Generator for PyQt5/PySide2" -HOMEPAGE=" - https://github.com/blambright/qstylizer/ - https://pypi.org/project/qstylizer/ -" -SRC_URI=" - https://github.com/blambright/qstylizer/archive/${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" - -RDEPEND=" - >=dev-python/tinycss2-0.5[${PYTHON_USEDEP}] - <dev-python/tinycss2-2[${PYTHON_USEDEP}] - >=dev-python/inflection-0.3.0[${PYTHON_USEDEP}] - <dev-python/inflection-1[${PYTHON_USEDEP}] -" - -BDEPEND=" - dev-python/pbr[${PYTHON_USEDEP}] - test? ( - dev-python/pytest-mock[${PYTHON_USEDEP}] - dev-python/pytest-xdist[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest -distutils_enable_sphinx doc \ - dev-python/sphinx-rtd-theme \ - dev-python/sphinxcontrib-autoprogram - -python_prepare_all() { - # fix test - # https://github.com/blambright/qstylizer/pull/17 - sed -e 's:[.]called_once_with:.assert_called_once_with:' \ - -i test/unit/test_style.py || die - - distutils-r1_python_prepare_all - - export PBR_VERSION=${PV} -} diff --git a/dev-python/qstylizer/qstylizer-0.2.3.ebuild b/dev-python/qstylizer/qstylizer-0.2.3.ebuild index c33b9390d668..a73a48d3b655 100644 --- a/dev-python/qstylizer/qstylizer-0.2.3.ebuild +++ b/dev-python/qstylizer/qstylizer-0.2.3.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 |