diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-12-16 02:01:58 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-12-16 02:01:58 +0000 |
commit | e07c6f9648d478943b5ecd6f1c42cc91cae0f547 (patch) | |
tree | 2c56c6944fb4016ee510ee97a1a158baf49edfe4 /dev-python/superqt | |
parent | 16a4365c3b854e62b50726456ddb29bb78fd5038 (diff) |
gentoo auto-resync : 16:12:2024 - 02:01:58
Diffstat (limited to 'dev-python/superqt')
-rw-r--r-- | dev-python/superqt/Manifest | 4 | ||||
-rw-r--r-- | dev-python/superqt/superqt-0.6.4.ebuild | 49 | ||||
-rw-r--r-- | dev-python/superqt/superqt-0.6.6.ebuild | 49 |
3 files changed, 0 insertions, 102 deletions
diff --git a/dev-python/superqt/Manifest b/dev-python/superqt/Manifest index 9d09f2b345f3..0830c9b88ea7 100644 --- a/dev-python/superqt/Manifest +++ b/dev-python/superqt/Manifest @@ -1,7 +1,3 @@ -DIST superqt-0.6.4.tar.gz 95502 BLAKE2B 0354fbea1925bac84a72fc1d8e0402ba80fdd38cdec32a0e91c4b360dc8d906d631e5e36ffea8d20baae9d1e620417a08f19c2d4d37778f2e50ca3673e12bca3 SHA512 934df6d7c0dd80e045a03b88fb6b254fd7f7e3a09c882bcd46c3635ed7ba434c5704b110dd590a491fc9cead767c2f885245fdae09ef26e1a1e556d66cb2d7a3 -DIST superqt-0.6.6.tar.gz 96181 BLAKE2B 6f42e5279067d409cb9d54bf0d673d04695ae529be61dcf04e6c280fe6555400725742f075f5fcf197a79aa834d73874955a09f3062ee07ebd6598632bbb1635 SHA512 1ed0ca445b6f2ac7ecc7c5c6339249a88eff7f10d67f23bc4052666beba68399b4062f9c2bc9677fd643110513332b7ee65be50d8e77868e3c8d4ff278029b1c DIST superqt-0.6.7.tar.gz 96733 BLAKE2B 3c189989c1bdbd1dd35bcb5a80951c817fefe19b61e4c8d44878fbfc7cc850b272149219b995a1a1b808e11063c8c16e4dafc7eaafa772c4912936a3708971e9 SHA512 054df016442cb72327218f4d73fbcfd2335178c10cb09f7c5e645721189403580f082ad2853527f84bf1513b1605b470b16fc08848bff077b5a5e1746df60f24 -EBUILD superqt-0.6.4.ebuild 997 BLAKE2B 16ed6e7a39f9700f43c48663d3e627744d9635f73bafffdb304af89071c44d95c09999d20d29761c1fac83a22ae0f7acb449af21d983dd94cde7e9a3d67d3ea5 SHA512 abb94cfb2b5373e39a2182d0d00b9eac736871dec6d2cb73e2104857f88d797530d1a6a253895aba4e40e8d2a2da18af3409d79f3be71679871ea664dc9dbab8 -EBUILD superqt-0.6.6.ebuild 997 BLAKE2B 16ed6e7a39f9700f43c48663d3e627744d9635f73bafffdb304af89071c44d95c09999d20d29761c1fac83a22ae0f7acb449af21d983dd94cde7e9a3d67d3ea5 SHA512 abb94cfb2b5373e39a2182d0d00b9eac736871dec6d2cb73e2104857f88d797530d1a6a253895aba4e40e8d2a2da18af3409d79f3be71679871ea664dc9dbab8 EBUILD superqt-0.6.7.ebuild 997 BLAKE2B 16ed6e7a39f9700f43c48663d3e627744d9635f73bafffdb304af89071c44d95c09999d20d29761c1fac83a22ae0f7acb449af21d983dd94cde7e9a3d67d3ea5 SHA512 abb94cfb2b5373e39a2182d0d00b9eac736871dec6d2cb73e2104857f88d797530d1a6a253895aba4e40e8d2a2da18af3409d79f3be71679871ea664dc9dbab8 MISC metadata.xml 517 BLAKE2B 6e044f1753c331748f9955cb7c4b10023c7b96852ace220c44b7c7f71fad02d3bf0fcfc4a7649a60e9633ebe82c01d872916f1a4459c6619f1c3052bd65d9094 SHA512 65ec404379ceab6c7788e9c0539c3d7eaa888eb603cee7479c025ef42d379fab37adc2e21baad72bed00df6bd46cf0eee0615be0e6051d630d33b3985a4f7fe4 diff --git a/dev-python/superqt/superqt-0.6.4.ebuild b/dev-python/superqt/superqt-0.6.4.ebuild deleted file mode 100644 index da6d0dd5939c..000000000000 --- a/dev-python/superqt/superqt-0.6.4.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( python3_{10..12} ) - -inherit distutils-r1 pypi virtualx - -DESCRIPTION="Missing widgets and components for PyQt/PySide" -HOMEPAGE=" - https://github.com/pyapp-kit/superqt - https://pypi.org/project/superqt/ -" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" - >=dev-python/pygments-2.4.0[${PYTHON_USEDEP}] - >=dev-python/qtpy-1.1.0[${PYTHON_USEDEP}] - >=dev-python/typing-extensions-3.7.4.3[${PYTHON_USEDEP}] -" - -BDEPEND=" - dev-python/hatch-vcs[${PYTHON_USEDEP}] - test? ( - dev-python/numpy[${PYTHON_USEDEP}] - dev-python/pytest-qt[${PYTHON_USEDEP}] - ) -" - -EPYTEST_IGNORE=( - # pint and pyconify not packaged - tests/test_quantity.py -) - -EPYTEST_DESELECT=( - # fails in the sandbox, but works outside of it - tests/test_eliding_label.py::test_wrapped_eliding_label -) - -distutils_enable_tests pytest - -python_test() { - virtx distutils-r1_python_test -} diff --git a/dev-python/superqt/superqt-0.6.6.ebuild b/dev-python/superqt/superqt-0.6.6.ebuild deleted file mode 100644 index da6d0dd5939c..000000000000 --- a/dev-python/superqt/superqt-0.6.6.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( python3_{10..12} ) - -inherit distutils-r1 pypi virtualx - -DESCRIPTION="Missing widgets and components for PyQt/PySide" -HOMEPAGE=" - https://github.com/pyapp-kit/superqt - https://pypi.org/project/superqt/ -" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" - >=dev-python/pygments-2.4.0[${PYTHON_USEDEP}] - >=dev-python/qtpy-1.1.0[${PYTHON_USEDEP}] - >=dev-python/typing-extensions-3.7.4.3[${PYTHON_USEDEP}] -" - -BDEPEND=" - dev-python/hatch-vcs[${PYTHON_USEDEP}] - test? ( - dev-python/numpy[${PYTHON_USEDEP}] - dev-python/pytest-qt[${PYTHON_USEDEP}] - ) -" - -EPYTEST_IGNORE=( - # pint and pyconify not packaged - tests/test_quantity.py -) - -EPYTEST_DESELECT=( - # fails in the sandbox, but works outside of it - tests/test_eliding_label.py::test_wrapped_eliding_label -) - -distutils_enable_tests pytest - -python_test() { - virtx distutils-r1_python_test -} |