From 0f558761aa2dee1017b4751e4017205e015a9560 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 29 Jun 2022 12:04:12 +0100 Subject: gentoo resync : 29.12.2022 --- dev-python/six/Manifest | 3 +-- dev-python/six/six-1.16.0-r1.ebuild | 2 +- dev-python/six/six-1.16.0.ebuild | 28 ---------------------------- 3 files changed, 2 insertions(+), 31 deletions(-) delete mode 100644 dev-python/six/six-1.16.0.ebuild (limited to 'dev-python/six') diff --git a/dev-python/six/Manifest b/dev-python/six/Manifest index 18b2b5862216..a05e47648513 100644 --- a/dev-python/six/Manifest +++ b/dev-python/six/Manifest @@ -1,4 +1,3 @@ DIST six-1.16.0.tar.gz 34041 BLAKE2B 764f8da9a0d89e95af002c79c2b19e852fdec9a6819655c57be019b48bd65a5f7909473e71887e6080073f381f983c077487591d4e44297542cf6b9a29ba42b8 SHA512 076fe31c8f03b0b52ff44346759c7dc8317da0972403b84dfe5898179f55acdba6c78827e0f8a53ff20afe8b76432c6fe0d655a75c24259d9acbaa4d9e8015c0 -EBUILD six-1.16.0-r1.ebuild 869 BLAKE2B feaef1b49f5654b67cd7eb965e3d4bb4f491c25ddd793394244ee7c1467b2999a21e094f8a807daeef26ede53970f145c148fc49397859ac2cd97557aefb787f SHA512 28e7e63b2c2a015b6bca02cf272afa36e651057d23632f01e85a11a2c6e7a9484bdfb0e5a5b74a5635d8ccb8d21e28ca45c79172cd3f28260b4c68f188271d02 -EBUILD six-1.16.0.ebuild 837 BLAKE2B da3b3723743fd72a6cc736f1a51d13c6c7ff7202798c5dc631188b62e668975d2cdfa8a818250329eb2d7413b8135393ad2862f95bf67edb8a362e7db7262918 SHA512 28007f4ee4ec13b6d50b7efed1a548c554a8b62cf5f1a2bc08195ec6fb6956326c97e5ddfa123b5423f5fa0aa5842099358fb19847ed3d70fe2e3acd4c4c9b06 +EBUILD six-1.16.0-r1.ebuild 861 BLAKE2B 4da3adf8b7a47c835830e90f6a1be0c281c747c26b76ffec6c037d0db8c28514c804439a2b4712d38e0d33e1c0c77815c2072a5bd7d36dbb8453200384d75843 SHA512 1cd41d9ddd0f410c17ab157430b2c20efb6424322ac9b38e8157d6517f806b5481c9978d528de5ad9ce86c8bfcbcbc78b6c2b49ff69812e9ea8b301bec2f85f4 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 index 5a7dc9923d19..93a91b8888a7 100644 --- a/dev-python/six/six-1.16.0-r1.ebuild +++ b/dev-python/six/six-1.16.0-r1.ebuild @@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" distutils_enable_sphinx documentation --no-autodoc distutils_enable_tests pytest diff --git a/dev-python/six/six-1.16.0.ebuild b/dev-python/six/six-1.16.0.ebuild deleted file mode 100644 index 601cf02a7860..000000000000 --- a/dev-python/six/six-1.16.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7..10} pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="Python 2 and 3 compatibility library" -HOMEPAGE="https://github.com/benjaminp/six https://pypi.org/project/six/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" - -distutils_enable_sphinx documentation --no-autodoc -distutils_enable_tests pytest - -python_test() { - local deselect=() - [[ ${EPYTHON} == pypy3 ]] && deselect+=( - 'test_six.py::test_move_items[dbm_ndbm]' - ) - - epytest ${deselect[@]/#/--deselect } -} -- cgit v1.2.3