From 5987fa693ef880163ebde423615a177cb5bda20e Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 17 Feb 2023 02:06:14 +0000 Subject: gentoo auto-resync : 17:02:2023 - 02:06:14 --- dev-python/prettytable/Manifest | 2 -- dev-python/prettytable/prettytable-3.5.0.ebuild | 38 ------------------------- 2 files changed, 40 deletions(-) delete mode 100644 dev-python/prettytable/prettytable-3.5.0.ebuild (limited to 'dev-python/prettytable') diff --git a/dev-python/prettytable/Manifest b/dev-python/prettytable/Manifest index 20adf29fbfa0..e74bb1a9f4f2 100644 --- a/dev-python/prettytable/Manifest +++ b/dev-python/prettytable/Manifest @@ -1,7 +1,5 @@ DIST prettytable-3.3.0.tar.gz 54305 BLAKE2B 4d131c16b6c6a0fd64aae1f9f54e286bf27b562888af56a6944d192a24c05d6138c3bdb8f298dcc060db7609d72b8d86ab9664bf6bcf43cd2105bdd433bae3cf SHA512 e190717e2ea89e8faddc7015fd5118e0d93ac5f5318641ce5960b22b4ea3740ff12c4d15812b33655252f258c96f9e848f554d1e678d39761c28025ba7772609 -DIST prettytable-3.5.0.gh.tar.gz 45387 BLAKE2B 0ddb2c89e80c8f713c01afd4db7d5fcfa8151bcfaf7dcf07d66898b1b868ca093931829fe1b4db96c120a6eda1f84580726931dbd6d49b9870c1fc1eb0e479b9 SHA512 24ef28a42365568bf68a974afd42fcc1bfb9208e1cb75fc1b2890bc2253487afa6536e778b58e320e952ca8bf9b69193bd1293bb7615628d03765ee24c44edff DIST prettytable-3.6.0.gh.tar.gz 46174 BLAKE2B 2a7e507efdf4ab3282e95e8db14b92477fdd40a06fdb009146ce6a3a52ef49e46a61803ac3cd85d2ec993ad8cc49bd842d438b97fc037e56cb33cd4495b535ef SHA512 b4693a3d30555f598cb955923560d02ce7c757e87ee49bf09c8d50d3ce8bef67ebfad1c780914f488e89852c0e363c2cad098addc058a88864efb8eefa8e9cd8 EBUILD prettytable-3.3.0.ebuild 782 BLAKE2B 2445de8943693b3766d5e082aa13eaad5fa4dc73be401ef552c54fb354f9e81fbb3e51a13e7de3a02ca5e6ca3f4cdf385461c5dac1b70c4b7d9df284f54ae8b0 SHA512 31721cb9199582facdc04de55d1e9c652b22f381c3afae77fc1f3af10a236e2f9bb485bba3fa1687e0bf351b1e2d2c5b4f8386d14e4a54733c51d8ea557fae26 -EBUILD prettytable-3.5.0.ebuild 863 BLAKE2B f3ae32e2dbd0e6c2b0135bdf45dcefe6e017457c942ebc4d7fc9f298dabed3b570d6a60e406d10183526345754b1a20733a04db691be9bc9a3442493fa06e35b SHA512 063bfd8d85555ebeaa1a5455b3ec8125d72fc3cd6520ff17acea225466884b921c14ddcc6dbf2eb493a7b0a2747e9298e7328cb7568bebe98ba11e61dc039e6c EBUILD prettytable-3.6.0.ebuild 863 BLAKE2B f3ae32e2dbd0e6c2b0135bdf45dcefe6e017457c942ebc4d7fc9f298dabed3b570d6a60e406d10183526345754b1a20733a04db691be9bc9a3442493fa06e35b SHA512 063bfd8d85555ebeaa1a5455b3ec8125d72fc3cd6520ff17acea225466884b921c14ddcc6dbf2eb493a7b0a2747e9298e7328cb7568bebe98ba11e61dc039e6c MISC metadata.xml 583 BLAKE2B b82fa13dd76ee47e012c03499081072c737cb63f2d23190dc3622dae1bc50ba054c7cf492a1feda7147c3a8710bd8ad509bc653e5b40f89b93ffd63da69c3f65 SHA512 e7d331df0ec72f98acc9abfc70424a619e67e559e4b02b357658e9e48efd080440a0d890ce5df2cb8cbffc53640b2068f39f803aa180bf2607d02a9df1acb5b3 diff --git a/dev-python/prettytable/prettytable-3.5.0.ebuild b/dev-python/prettytable/prettytable-3.5.0.ebuild deleted file mode 100644 index 8f107b22cec0..000000000000 --- a/dev-python/prettytable/prettytable-3.5.0.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( python3_{9..11} pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="Easily displaying tabular data in a visually appealing ASCII table format" -HOMEPAGE=" - https://github.com/jazzband/prettytable/ - https://pypi.org/project/prettytable/ -" -SRC_URI=" - https://github.com/jazzband/prettytable/archive/${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc64 ~riscv ~s390 sparc x86" - -RDEPEND=" - dev-python/wcwidth[${PYTHON_USEDEP}] -" -BDEPEND=" - dev-python/hatch-vcs[${PYTHON_USEDEP}] - test? ( - $(python_gen_impl_dep sqlite) - dev-python/pytest-lazy-fixture[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest - -export SETUPTOOLS_SCM_PRETEND_VERSION=${PV} -- cgit v1.2.3