From 8b4ace9c50842c5b83401ea7b179dcab940387e1 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 23 Sep 2020 10:22:15 +0100 Subject: gentoo resync : 23.09.2020 --- dev-python/wcwidth/Manifest | 2 +- dev-python/wcwidth/wcwidth-0.2.5-r1.ebuild | 36 ++++++++++++++++++++++++++++++ dev-python/wcwidth/wcwidth-0.2.5.ebuild | 36 ------------------------------ 3 files changed, 37 insertions(+), 37 deletions(-) create mode 100644 dev-python/wcwidth/wcwidth-0.2.5-r1.ebuild delete mode 100644 dev-python/wcwidth/wcwidth-0.2.5.ebuild (limited to 'dev-python/wcwidth') diff --git a/dev-python/wcwidth/Manifest b/dev-python/wcwidth/Manifest index 7b3f7ffccff9..a13f30f07df7 100644 --- a/dev-python/wcwidth/Manifest +++ b/dev-python/wcwidth/Manifest @@ -1,3 +1,3 @@ DIST wcwidth-0.2.5.gh.tar.gz 47514 BLAKE2B 0ac5fb08283c23039453408da2edac36e2079fde8fc903002785e2e0f8bed55d1d6a291181097f73e4ec8152b6eaa4f4553b0b39fe1cadc7a99bacb2d7e55d2c SHA512 3f1f1fefd3ee9f06ea2051842e8c3bb09a92501f031124b8514bec444eaa8594ab9649534b4264340d475716d5a6571dbe5ae932f685160defd75c19295e60f9 -EBUILD wcwidth-0.2.5.ebuild 917 BLAKE2B 3154a409a41f784db0a45ccf69bfe652ea5ef932a05524243f650f4da91dccaf27ee1f2f72fa0e704c5e8cda638475991a9c223c314914a7b74389964ae5996b SHA512 bea932fc0b193f53c41b8e149827850d26dfc7f3e0a3600c728a25d9661c1479128029ae058e107003b2d53f4007949c6a774507294218151cb8cd85bd48c0bd +EBUILD wcwidth-0.2.5-r1.ebuild 907 BLAKE2B c18fbb98d47fc21723a6b5d57f62e182b2e213d449880f70d10b9cabb5dbc6690d0d735eb0a1a1075bae2a3502f92bfb7484ceb83fc914156754e5a945e82275 SHA512 39f77c4c987bab8399c981db5070c30c90a5477fbe7f494b92f635890d6ac26259705d37acc4950a88b33f4923df5488ed38b7f64bdd60ae2f4c945501467e56 MISC metadata.xml 401 BLAKE2B 539430ada34933bd8bebc7146f9fc472a9a6e076cce36d6e34026d54464da99cc520e3a473f246c807531fa7edbefec87cde6cb948c8d295f77aae122466a608 SHA512 d416016c92307a1ae828e8135fac401dca0c005d4d0739874f6cb90ef9c36b9f41674896f30298826b200aaffad674c985ab7d06f76ac8897e9dfe1652aba426 diff --git a/dev-python/wcwidth/wcwidth-0.2.5-r1.ebuild b/dev-python/wcwidth/wcwidth-0.2.5-r1.ebuild new file mode 100644 index 000000000000..82fdf2f8eb5e --- /dev/null +++ b/dev-python/wcwidth/wcwidth-0.2.5-r1.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6..9} pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="Measures number of Terminal column cells of wide-character codes" +HOMEPAGE="https://pypi.org/project/wcwidth/ https://github.com/jquast/wcwidth" +SRC_URI=" + https://github.com/jquast/wcwidth/archive/${PV}.tar.gz + -> ${P}.gh.tar.gz" + +SLOT="0" +LICENSE="MIT" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux" + +RDEPEND=" + $(python_gen_cond_dep ' + dev-python/backports-functools-lru-cache[${PYTHON_USEDEP}] + ' -2)" + +distutils_enable_tests pytest + +DOCS=() + +src_prepare() { + sed -e 's:--cov-append::' \ + -e 's:--cov-report=html::' \ + -e 's:--cov=wcwidth::' \ + -i tox.ini || die + sed -i -e 's:test_package_version:_&:' tests/test_core.py || die + distutils-r1_src_prepare +} diff --git a/dev-python/wcwidth/wcwidth-0.2.5.ebuild b/dev-python/wcwidth/wcwidth-0.2.5.ebuild deleted file mode 100644 index f4b955e9c11d..000000000000 --- a/dev-python/wcwidth/wcwidth-0.2.5.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python2_7 python3_{6..9} pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="Measures number of Terminal column cells of wide-character codes" -HOMEPAGE="https://pypi.org/project/wcwidth/ https://github.com/jquast/wcwidth" -SRC_URI=" - https://github.com/jquast/wcwidth/archive/${PV}.tar.gz - -> ${P}.gh.tar.gz" - -SLOT="0" -LICENSE="MIT" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux" - -RDEPEND=" - $(python_gen_cond_dep ' - dev-python/backports-functools-lru-cache[${PYTHON_USEDEP}] - ' -2)" - -distutils_enable_tests pytest - -DOCS=() - -src_prepare() { - sed -e 's:--cov-append::' \ - -e 's:--cov-report=html::' \ - -e 's:--cov=wcwidth::' \ - -i tox.ini || die - sed -i -e 's:test_package_version:_&:' tests/test_core.py || die - distutils-r1_src_prepare -} -- cgit v1.2.3