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/chardet/Manifest | 2 +- dev-python/chardet/chardet-3.0.4-r1.ebuild | 30 +++++++++++++++++++++++++++++ dev-python/chardet/chardet-3.0.4.ebuild | 31 ------------------------------ 3 files changed, 31 insertions(+), 32 deletions(-) create mode 100644 dev-python/chardet/chardet-3.0.4-r1.ebuild delete mode 100644 dev-python/chardet/chardet-3.0.4.ebuild (limited to 'dev-python/chardet') diff --git a/dev-python/chardet/Manifest b/dev-python/chardet/Manifest index cd0876d3b45c..0b20f817f7ea 100644 --- a/dev-python/chardet/Manifest +++ b/dev-python/chardet/Manifest @@ -1,4 +1,4 @@ AUX chardet-3.0.4-pytest-4.patch 802 BLAKE2B 64992866c2f101b41f525a0f8cf642774850211f434b471dcfa5aaadcabd5ceb573d5b902f6cdecc2f651a71dc8955204f13beb8a5261d4d0ff3aa6703a4266d SHA512 ca99abb30e8e221b43b7467cfa385c0abb16addd4befd149e35208278a25faf07dd99edd20595be4d0d0d0afdf81602b47e0110f4e9335ef90f5b4c41b54b0ab DIST chardet-3.0.4.tar.gz 1872214 BLAKE2B b93e2d3e0b5a5c35affa5e3ee661323029f79837a1222d8f69db72911301d9490c9788d2effc577eeeb2a50334cc855afc4bdf4b8dbafb143fcc411d93b824a9 SHA512 b433ea0e15e200df968e6d61c671c42fbd77e519eb033035c4a5c241e1f98e1dfaea6747af632788507583b3ef85b00d510b3f6ef5cf58589ceca1b3a088b357 -EBUILD chardet-3.0.4.ebuild 948 BLAKE2B 8f4556c511148228eb4b66a3869ca2565715d48b607306e729be34465595b22fba83787c0aafe0c120959aaea52504bcb65ef6e1dc71937d751c3304fdfc8d34 SHA512 636011a3e96cf2ada48c3242d7a5619a89112ab931ec42b7d175127581cb39c6112d153fd339aaae25f58a2372fa2ff6978f5e7a33361c8220762bf78ca67e80 +EBUILD chardet-3.0.4-r1.ebuild 878 BLAKE2B 0cd873d6b789416d7932f30214a2270b07b1fda9b8056fd505b372ba0634255f182277bbd902d8defc8f2e4ce2beecead4369fe92e82ba1d7f6785d53064daec SHA512 b31e19f7de72f2ef3ec7bf8206354ad0af2f727ecae97383b0e6418291e5662f70576b1c19af5b7457d090085a8e9a3fd4eac130a79857c536d6c53569572df2 MISC metadata.xml 377 BLAKE2B 8aa19a889e96303024d469c969a9e47613cabd1456b0e21888a02a091049e09a53c6faa3d0e128b5ea21b68f521cede9cf09b570f2fba7a4299187a44e40b018 SHA512 c48c3874a248049fc2845d0a64ee5b94c705ef58158f882f30bbdc561f311a7203cd8979e067a5b0f3f034c95cc4b6da373cea6efc9616f3dabc574772874650 diff --git a/dev-python/chardet/chardet-3.0.4-r1.ebuild b/dev-python/chardet/chardet-3.0.4-r1.ebuild new file mode 100644 index 000000000000..b9ef9346d1c3 --- /dev/null +++ b/dev-python/chardet/chardet-3.0.4-r1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DISTUTILS_USE_SETUPTOOLS=rdepend +PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="Universal encoding detector" +HOMEPAGE="https://github.com/chardet/chardet https://pypi.org/project/chardet/" +SRC_URI="https://github.com/chardet/chardet/archive/${PV}.tar.gz -> ${P}.tar.gz" + +# SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" +# PyPI tarball is missing test.py: https://github.com/chardet/chardet/pull/118 + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris" + +DEPEND=" + test? ( dev-python/hypothesis[${PYTHON_USEDEP}] ) +" + +PATCHES=( + "${FILESDIR}"/${P}-pytest-4.patch +) + +distutils_enable_tests pytest diff --git a/dev-python/chardet/chardet-3.0.4.ebuild b/dev-python/chardet/chardet-3.0.4.ebuild deleted file mode 100644 index 051d976f3a06..000000000000 --- a/dev-python/chardet/chardet-3.0.4.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="Universal encoding detector" -HOMEPAGE="https://github.com/chardet/chardet https://pypi.org/project/chardet/" -SRC_URI="https://github.com/chardet/chardet/archive/${PV}.tar.gz -> ${P}.tar.gz" - -# SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" -# PyPI tarball is missing test.py: https://github.com/chardet/chardet/pull/118 - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris" - -RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - test? ( dev-python/hypothesis[${PYTHON_USEDEP}] ) -" - -PATCHES=( - "${FILESDIR}"/${P}-pytest-4.patch -) - -distutils_enable_tests pytest -- cgit v1.2.3