diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-12-22 06:30:44 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-12-22 06:30:44 +0000 |
commit | 5a2cecfc8661e1d3a762adf05cf8eb142cd41710 (patch) | |
tree | 341806a72603cc8845e7e1595289e7a8b9570f2a /dev-python/six | |
parent | d2bcdab82e5f5f38a8ab54026e8aa94edb1b77a6 (diff) |
gentoo auto-resync : 22:12:2024 - 06:30:44
Diffstat (limited to 'dev-python/six')
-rw-r--r-- | dev-python/six/Manifest | 4 | ||||
-rw-r--r-- | dev-python/six/six-1.16.0-r1.ebuild | 41 | ||||
-rw-r--r-- | dev-python/six/six-1.17.0.ebuild | 2 |
3 files changed, 2 insertions, 45 deletions
diff --git a/dev-python/six/Manifest b/dev-python/six/Manifest index 1ee5399df162..62ea1362b8d6 100644 --- a/dev-python/six/Manifest +++ b/dev-python/six/Manifest @@ -1,5 +1,3 @@ -DIST six-1.16.0.tar.gz 34041 BLAKE2B 764f8da9a0d89e95af002c79c2b19e852fdec9a6819655c57be019b48bd65a5f7909473e71887e6080073f381f983c077487591d4e44297542cf6b9a29ba42b8 SHA512 076fe31c8f03b0b52ff44346759c7dc8317da0972403b84dfe5898179f55acdba6c78827e0f8a53ff20afe8b76432c6fe0d655a75c24259d9acbaa4d9e8015c0 DIST six-1.17.0.tar.gz 34031 BLAKE2B 31a6fadd0fc7e1c9c3ac62fcfb3bb7eaac6d486a6d30884db027536ee514980f56ca600a3679565303bbe11b32f64613cf95ebda3bd4c2ad18214f85eb182b39 SHA512 fcfa58b03877ac3ac00a4f85b5fea4fecb2a010244451aa95013637a0aa21529f3dcfe25c0a07c72da46da1fa12bc0c16b6c641c40c6ab2133e5b5cbb5a71e4b -EBUILD six-1.16.0-r1.ebuild 979 BLAKE2B f5b7cf5daef14a061b20821fbced7bedad3d3ea747da1267dd20606fbcc4b8d46f2492abd57493df262f55461ef78c3af09acb3e0f1d4d329f0780f43799f5ac SHA512 5603c043dae9a3b72a071ace344ef87defe92e646095312a8217d150e03cb15b9259cadcdda9c57ce92c2010b9bdc5c4efd5e466b1490ea31ce4e9915af8073e -EBUILD six-1.17.0.ebuild 987 BLAKE2B 6761b19a6047912f1b9637b0e3fb319b48f7611c09190078912da8bbfa21042a855da38c2e2db64876200b346e550bdfb895a0e2e8b457f54901aba3ad4cd416 SHA512 8fcfe2294ffffff108dcde832d560ed9363264351d2be557d173216135c969d5e02f522568fbb1f8cf4a66a41f6adc98c05f283bf205054763dc9fa645bc155e +EBUILD six-1.17.0.ebuild 979 BLAKE2B f5b7cf5daef14a061b20821fbced7bedad3d3ea747da1267dd20606fbcc4b8d46f2492abd57493df262f55461ef78c3af09acb3e0f1d4d329f0780f43799f5ac SHA512 5603c043dae9a3b72a071ace344ef87defe92e646095312a8217d150e03cb15b9259cadcdda9c57ce92c2010b9bdc5c4efd5e466b1490ea31ce4e9915af8073e MISC metadata.xml 397 BLAKE2B ec6bbdf426ea83004d6c5eae83e650c6d601d639a51a08e58e9bc7d187877bbec9cb89f05f7b44ad521a2cc4f82269503cbd5f882c8e67d96a9018500803f931 SHA512 13d061df717192e9de816f03d7386218d8a760665d2d6ff2187da9152d0a7d7085df96cecbf47d76f9099b0eea8640506fce924d52e1f16300a6bcb06a2406b8 diff --git a/dev-python/six/six-1.16.0-r1.ebuild b/dev-python/six/six-1.16.0-r1.ebuild deleted file mode 100644 index d7f93534815a..000000000000 --- a/dev-python/six/six-1.16.0-r1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..13} python3_13t pypy3 ) - -inherit distutils-r1 pypi - -DESCRIPTION="Python 2 and 3 compatibility library" -HOMEPAGE=" - https://github.com/benjaminp/six/ - https://pypi.org/project/six/ -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" - -distutils_enable_sphinx documentation --no-autodoc -distutils_enable_tests pytest - -python_test() { - local EPYTEST_DESELECT=( - # requires USE=gdb on CPython, no point in forcing the dep - # also missing on PyPy - 'test_six.py::test_move_items[dbm_ndbm]' - ) - - case ${EPYTHON} in - python3.13*) - EPYTEST_DESELECT+=( - 'test_six.py::test_move_items[tkinter_tix]' - ) - ;; - esac - - local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 - epytest -} diff --git a/dev-python/six/six-1.17.0.ebuild b/dev-python/six/six-1.17.0.ebuild index 813b35d38508..d7f93534815a 100644 --- a/dev-python/six/six-1.17.0.ebuild +++ b/dev-python/six/six-1.17.0.ebuild @@ -16,7 +16,7 @@ HOMEPAGE=" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" distutils_enable_sphinx documentation --no-autodoc distutils_enable_tests pytest |