From eccb70a7f91b2d22582587f26d1a28bb31408b45 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 18 May 2019 00:10:51 +0100 Subject: gentoo resync : 18.05.2019 --- dev-python/wcwidth/Manifest | 2 +- dev-python/wcwidth/wcwidth-0.1.7-r2.ebuild | 27 +++++++++++++++++++++++++++ dev-python/wcwidth/wcwidth-0.1.7.ebuild | 27 --------------------------- 3 files changed, 28 insertions(+), 28 deletions(-) create mode 100644 dev-python/wcwidth/wcwidth-0.1.7-r2.ebuild delete mode 100644 dev-python/wcwidth/wcwidth-0.1.7.ebuild (limited to 'dev-python/wcwidth') diff --git a/dev-python/wcwidth/Manifest b/dev-python/wcwidth/Manifest index 88a1fe2d0f42..5c37c59953fa 100644 --- a/dev-python/wcwidth/Manifest +++ b/dev-python/wcwidth/Manifest @@ -1,4 +1,4 @@ DIST wcwidth-0.1.7.tar.gz 22884 BLAKE2B 6d51be31c6cf11a23de48bfecd00d8b95e15c80b83559f67689611ac0d8406c18e3a761dc57a868e8c991ee07e286aed66fe77d905483f63ee998ca431fd35f2 SHA512 5bc9625fbd10721a50a3ac7d7f91012cca8e4f83533f265cf56890498bc52a53b155c82e67d6bc5523a5593c8d7992a1dec2a0f590318170eddf987c56f9c368 EBUILD wcwidth-0.1.7-r1.ebuild 680 BLAKE2B dd84d57b1d6facb4f00628adae6f299386a26022985b41445e9ceead3fcd1ae9638788f92f8b717cc8978e111dfefc633036c7ee941ce3e083633c1a508606ab SHA512 9827e9fc4ecca0fc8c688ca3fa400bf624199ed42cebcf29c9a775842b6036c9b9748b84ef9c82ea559a6dc557dc107e59cb49eb3d0bb79399405af9ec63d8d2 -EBUILD wcwidth-0.1.7.ebuild 651 BLAKE2B d6983f8d0cde778e0b557bcb5a5e62c77656e78b4c52e1e982ac305ad20c21d24ce89a2c1d2450fbda08e2ba9c7c598fab35c88c38f08195ec33139506d04613 SHA512 f03b23558da6f2d95414a302b0edf92ba386a42718239a625b256d438d5d91df390c8eb763cf94cd633dcd1bb9a762de1292c2f9d8141c79302ae2ecd96be0ea +EBUILD wcwidth-0.1.7-r2.ebuild 691 BLAKE2B 10fba9bba7cc1e3b94671d9a159127d11f12b207be0885d2dc0b6bbb15fc881fa94a35c758e8bfb6227f0df0928757b7db3242731a76b69bff97c4b61541de15 SHA512 f61aa89b57e6599989706d4c9458256038ccf456393b90fe2651e10ce9f4b9abd9cf81760021cfcff08fbd3fa2ff944ba939e2dc9fa314c8a401d358f9cb894b MISC metadata.xml 376 BLAKE2B 94917ec41c518ca9b328d9be7afbcba198376b1c28c3f24e24e3e994aecd877db745b07377bbba0a1c7d7b00e21cd53de31ca9ee4a0f08696d11b922cdc98771 SHA512 9f797fb27ebf7f1fd99d2c9a8c61ccffe1cc40f46991d9437dae121366da1edb31ee6ada3c202ced30fde0a90766453e72bcbb43a48919519f3de0b31681e213 diff --git a/dev-python/wcwidth/wcwidth-0.1.7-r2.ebuild b/dev-python/wcwidth/wcwidth-0.1.7-r2.ebuild new file mode 100644 index 000000000000..81af73f089b6 --- /dev/null +++ b/dev-python/wcwidth/wcwidth-0.1.7-r2.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy{,3} ) + +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="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +SLOT="0" +LICENSE="MIT" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +IUSE="test" + +RDEPEND="" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}] + test? ( dev-python/pytest[${PYTHON_USEDEP}] ) +" + +python_test() { + pytest -v -rs --strict wcwidth/tests || die +} diff --git a/dev-python/wcwidth/wcwidth-0.1.7.ebuild b/dev-python/wcwidth/wcwidth-0.1.7.ebuild deleted file mode 100644 index 7ed4bf456424..000000000000 --- a/dev-python/wcwidth/wcwidth-0.1.7.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 python3_5 ) - -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="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -SLOT="0" -LICENSE="MIT" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" -IUSE="test" - -RDEPEND="" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/pytest[${PYTHON_USEDEP}] ) -" - -python_test() { - py.test -v -rs --strict wcwidth/tests || die -} -- cgit v1.2.3