From 3059f20995d5ac642b7b4a38d538fdf1cc45d90d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 30 Nov 2022 07:22:57 +0000 Subject: gentoo auto-resync : 30:11:2022 - 07:22:56 --- dev-python/cwcwidth/Manifest | 4 +--- dev-python/cwcwidth/cwcwidth-0.1.7.ebuild | 29 ----------------------------- dev-python/cwcwidth/cwcwidth-0.1.8.ebuild | 2 +- 3 files changed, 2 insertions(+), 33 deletions(-) delete mode 100644 dev-python/cwcwidth/cwcwidth-0.1.7.ebuild (limited to 'dev-python/cwcwidth') diff --git a/dev-python/cwcwidth/Manifest b/dev-python/cwcwidth/Manifest index d53f3aecadb2..15c7fb9cb597 100644 --- a/dev-python/cwcwidth/Manifest +++ b/dev-python/cwcwidth/Manifest @@ -1,5 +1,3 @@ -DIST cwcwidth-0.1.7.gh.tar.gz 11282 BLAKE2B 20be2d54aceabc02a12fadc0cdee6e53037480fcc01be3b08b0ec69ccd515cdbe91a9024ea29e6dbd0d4c927ae0a32dd7debcc07815a9f2053a9ef6a5d5a0d7b SHA512 b81b1ccdce44e8e11d55258752a20e25a76452b3f0324e6168d89a5dfce706e0dd9dd28096234fcea4c38f619a41518dd7fe249552f7e27f77d383074001e468 DIST cwcwidth-0.1.8.gh.tar.gz 11402 BLAKE2B 21c5425f9ead30a23dd184f671b8dbeff42189d68a5d8fd61ad1a127934529e2dca1ca1462ea62a8b7c1c051b41e6e3b44c4b8b12a325b20a2c25fab4636a243 SHA512 6e2f47928362dc36dcf7a77152390326a2e49577403c084965fc532bf827b7b05b7cdd1d4ad88263023826e73d3525c80d8578414e25bf9a3e3871c8ae1211d7 -EBUILD cwcwidth-0.1.7.ebuild 616 BLAKE2B 02de2b540ac876120fcaf6885328724248a7078182f1349fdeb4762ae51f7660203a01f1029740c64d95ce576cf0a0d4b24e37caeab5312f4894e1a517c87dca SHA512 c06bb527dda61e542d91f265b255e1d527b13c24fb3dbdbd9f1635caba1e269a9656c1bad25d72ab54c9859e968084ebe7dfb51026a6dd378bbefe37be0d0b75 -EBUILD cwcwidth-0.1.8.ebuild 623 BLAKE2B f6827ab7f7db46e3e9d3a52af903aacffef70fa3b507d567d5e0d81755ec2aca377d6e91f4041e55fe1eaf7af46e36a78fe3d6b9d110ae72b2d323e135b48bd7 SHA512 9ef43e1ca5ee85349b0256119e80d368092447fe5d572383be7b9ba86d2d82aad4046479d163d8923b4d30fe35307b2dd24977ef9c8f9d08856f6e6938d59057 +EBUILD cwcwidth-0.1.8.ebuild 622 BLAKE2B e020f6559ba75aa00e6bba8ed9e8cfd8a6a9fb5ff442c081030382bbcdc843c2e13fa95d4c912e431febd426dd176ea2f938a2e908c1fbb122a6c87a95de0095 SHA512 672b9d57824546b12df15d7f5af0c1e000af4f19cf8d854d6cf4cff1e89fec055d308ba531d7f002c0e4258d931d4de7a6d0bc6522d7afaedd04c01fdd7aeb9d MISC metadata.xml 349 BLAKE2B e1564185d34e24bd6070ffe534ded26aee31004f72bdcb85e27b6d42d243e7db1a9db68e75a6678c9da59530457d34a8cf58be54d919d18ddc539461e03992bc SHA512 65af1da9bc2295a6395395a832288b493df2218a85d8289361c05f2b0ee1bba57a3d32edf09a6c29e691dc43e4a92b34bc8980d346e7b860c5562a238731c067 diff --git a/dev-python/cwcwidth/cwcwidth-0.1.7.ebuild b/dev-python/cwcwidth/cwcwidth-0.1.7.ebuild deleted file mode 100644 index c9ab823077da..000000000000 --- a/dev-python/cwcwidth/cwcwidth-0.1.7.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 2021-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..11} ) -inherit distutils-r1 - -DESCRIPTION="Python bindings for wc(s)width" -HOMEPAGE=" - https://github.com/sebastinas/cwcwidth/ - https://pypi.org/project/cwcwidth/" -SRC_URI=" - https://github.com/sebastinas/cwcwidth/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~riscv x86" - -BDEPEND="dev-python/cython[${PYTHON_USEDEP}]" - -distutils_enable_tests unittest - -src_test() { - cd tests || die - distutils-r1_src_test -} diff --git a/dev-python/cwcwidth/cwcwidth-0.1.8.ebuild b/dev-python/cwcwidth/cwcwidth-0.1.8.ebuild index 067a48b320fa..0307b59b05cc 100644 --- a/dev-python/cwcwidth/cwcwidth-0.1.8.ebuild +++ b/dev-python/cwcwidth/cwcwidth-0.1.8.ebuild @@ -20,7 +20,7 @@ SRC_URI=" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~riscv ~x86" +KEYWORDS="amd64 ~riscv x86" BDEPEND=" dev-python/cython[${PYTHON_USEDEP}] -- cgit v1.2.3