From 21435953e16cda318a82334ddbadb3b5c36d9ea7 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 15 Jan 2020 15:51:32 +0000 Subject: gentoo resync : 15.01.2020 --- dev-python/pytidylib/Manifest | 4 ++-- dev-python/pytidylib/pytidylib-0.2.4.ebuild | 4 ++-- dev-python/pytidylib/pytidylib-0.3.2.ebuild | 19 +++++++------------ 3 files changed, 11 insertions(+), 16 deletions(-) (limited to 'dev-python/pytidylib') diff --git a/dev-python/pytidylib/Manifest b/dev-python/pytidylib/Manifest index 0c52fa7317f4..58ca438e8c96 100644 --- a/dev-python/pytidylib/Manifest +++ b/dev-python/pytidylib/Manifest @@ -1,5 +1,5 @@ DIST pytidylib-0.2.4.tar.gz 86650 BLAKE2B 15212651c83ebbec5b74418f37bfcd0366e9b6cdfc0820953e34ec3142871248df02618a51415a36b84ac8c2e5a12d996ff7301b5bf3a001fb42297df3a98202 SHA512 443e9af0fd458d4f041e3b72415839838a4edc83f8a978e5cc0bdf53202584e269f1ad5df10967d8ae4b98b24dcffcf9f5a54e0e3f6cd620a8a6a20171da0811 DIST pytidylib-0.3.2.tar.gz 87669 BLAKE2B 57eee794e3a6ba147b778360a12d2417c21579250620854267a83300d918cac0320c768faacb531517b66eed7fd7afc1679e76f2db626f7d7daa80af1667a06d SHA512 24f755ed2607e300711f5a1aee510df3a0a410cc7d8d8f46e065ec8d93c50e436a492cc2831e9d416ab9837497c603f9dc8705da543102813d3264e6de033ca7 -EBUILD pytidylib-0.2.4.ebuild 650 BLAKE2B d717d6d0496527a86381000fa210a668dfd846e925b983dbc77baed979fc6ec92ef3f3368720dda510cd726df018c03b5bcf31ec63223bc36250d9f50233937e SHA512 66ef8f87f96a6c9e136c9b9cf4f2838beb11da5ae4bf715f9da1a9f340fc9a7740828ea5ca2a7cca937a4ee351cec2922069009f469f5a23c9c61b1c8028329f -EBUILD pytidylib-0.3.2.ebuild 695 BLAKE2B c83159fbc509f54de8b3c86142dd162a17f6ee3930d50689ebdf1b061eff4cc6b535ab371792df56313f151861b106e980125caf0a4e23c8faacea2df965cb8e SHA512 35f41cc3d660cb75772b2c1f052b36929335504944b97b06ade69f1211e29257e0c7944bb85a6533d3025bc4440b1a944ebd8517f9a6a292771d449d4161672b +EBUILD pytidylib-0.2.4.ebuild 641 BLAKE2B 28a7e11fc3dca3e1256fc6dde2a765892886fcb03422c11b8e855339e5e4e579c42e55547d6fa162631b13e9c22add0712ef5a4519fe123a73230199091acd70 SHA512 0890b82d93fde78fdb9d15cb335b9b7367123cebd9c3b41a26760ecc9239952b5aff55004c6406855dc3ed7ca769c514355ad003df2d89f4dfa20e849eb47bef +EBUILD pytidylib-0.3.2.ebuild 598 BLAKE2B 2cbd051ad72d46ca63b3da0f7fe36fabc5963529dc77a998ebc3cc45845980ca41f8cdec3dd640f67f88a8e68c876951a013e74745eed70c3508de2351394bfc SHA512 212bfceb2ce3999475daa815ced91a42b1a0acbab5ca1dd4b315939cec83fdffa87cb843b8b7fc3187bf78d1d6ca11ee77b5c9e53fad247669137a643c8d1e86 MISC metadata.xml 385 BLAKE2B 6c53cf6462d81e85c2a9facf85c0fd7b6c0c870656fdc4cc63bcd67e646d51e14fc9246a7b75a527eccecaf4385677ea63b56dfa04aeab708b41b83c8bc4fcef SHA512 e41d4897a343c45e469fe4cd52a7ce93d525ea208dd570fe0517feda8f445fa9175d971e4c37b8f1941a7cb6931ff6473526ced82384489f02a11c4040fec933 diff --git a/dev-python/pytidylib/pytidylib-0.2.4.ebuild b/dev-python/pytidylib/pytidylib-0.2.4.ebuild index f353923ffe99..1c38785d28bd 100644 --- a/dev-python/pytidylib/pytidylib-0.2.4.ebuild +++ b/dev-python/pytidylib/pytidylib-0.2.4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{5,6} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_6 pypy3 ) inherit distutils-r1 diff --git a/dev-python/pytidylib/pytidylib-0.3.2.ebuild b/dev-python/pytidylib/pytidylib-0.3.2.ebuild index cc0660c92ba6..f22aa524309c 100644 --- a/dev-python/pytidylib/pytidylib-0.3.2.ebuild +++ b/dev-python/pytidylib/pytidylib-0.3.2.ebuild @@ -1,9 +1,10 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3 ) +DISTUTILS_USE_SETUPTOOLS=no +PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 ) inherit distutils-r1 @@ -13,15 +14,9 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" SLOT="0" LICENSE="MIT" -KEYWORDS="~alpha amd64 ~arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86" -IUSE="test" -RESTRICT="!test? ( test )" +KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86" -RDEPEND="app-text/htmltidy - dev-python/setuptools" -DEPEND="${RDEPEND} - test? ( dev-python/pytest[${PYTHON_USEDEP}] )" +RDEPEND="app-text/htmltidy" +DEPEND=${RDEPEND} -python_test() { - pytest -vv || die -} +distutils_enable_tests pytest -- cgit v1.2.3