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/utidylib/Manifest | 2 +- dev-python/utidylib/utidylib-0.6-r1.ebuild | 51 ++++++++++++++++++++++++++++++ dev-python/utidylib/utidylib-0.6.ebuild | 51 ------------------------------ 3 files changed, 52 insertions(+), 52 deletions(-) create mode 100644 dev-python/utidylib/utidylib-0.6-r1.ebuild delete mode 100644 dev-python/utidylib/utidylib-0.6.ebuild (limited to 'dev-python/utidylib') diff --git a/dev-python/utidylib/Manifest b/dev-python/utidylib/Manifest index ce7c1b30fbd3..c0c0e3f8437b 100644 --- a/dev-python/utidylib/Manifest +++ b/dev-python/utidylib/Manifest @@ -1,3 +1,3 @@ DIST uTidylib-0.6.tar.gz 15771 BLAKE2B 9d4fe57d985ea6e52680bd528862d3236137221227a23fe05b886d01d240e21d7159dbf7d6da3af8020009ca45c60c2297e374bb7aa05cb6b5a8eaf444710c58 SHA512 a85506ef8824f66ee326ad651020dc3b4e00190e20dcd3814984fa27ff319f492fe5bac781b7c43c8694cbfc63409e3abda18981969c9be2c3cd023fe7a4f2f8 -EBUILD utidylib-0.6.ebuild 1033 BLAKE2B 312d69f7671b4fbeccb5d9462183b6f90ab8211fdd68d576cdfd6b21e2264207732a2c9a12ccf9bde5eeb625c06f1bb43df422279ceab01a06502e1bae49fe18 SHA512 4148824b7963458ce6d6d6300fff3fcf730b7787fa66b5f01940b7a84009b79528f2485a675b709a8fbbeb38bc1bd5294c768053c3490567ccc681ee7fc4da55 +EBUILD utidylib-0.6-r1.ebuild 1023 BLAKE2B f4f99cdeb08b4d106c419d77625b2d3ac5fbe186bf5a9fe133938e3019681fa64e8147b9373c95541b9312f80be077dac60cbdd5ba8b4404a724af66f1678c0e SHA512 c2b5341bd13d323b2734be3a8335df330cf73a0d661067b174cbf1a160a88225dad53e2fbe15dfeedd3e597c016953ec31b448dc2d601b9eb46e116a361f8464 MISC metadata.xml 372 BLAKE2B 58932a89c0765511f1231a3ea43ac6509792a03b345655f7d15ec306a33a0264d49b32352c57e8d3cc73294c8cfcbd679289011312bdbed55459f6751dabffa0 SHA512 d6602ff98aa2ae6a69cad590ab014cbe5b3f1fc1b28c64e91025140fbecaa78c49d6e45bc8b8b5432b0cfe4c91402db3d3954db92905ddc42c13540a9c1e2ab5 diff --git a/dev-python/utidylib/utidylib-0.6-r1.ebuild b/dev-python/utidylib/utidylib-0.6-r1.ebuild new file mode 100644 index 000000000000..65cb24ad7ccb --- /dev/null +++ b/dev-python/utidylib/utidylib-0.6-r1.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7,8} ) + +MY_P="uTidylib-${PV}" +inherit distutils-r1 + +DESCRIPTION="TidyLib Python wrapper" +HOMEPAGE="https://cihar.com/software/utidylib/ https://pypi.org/project/uTidylib/" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${MY_P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="amd64 arm64 ppc ppc64 x86" +IUSE="doc test" + +REQUIRED_USE="${PYTHON_REQUIRED_USE} + test? ( || ( $(python_gen_useflags 'python2*' python3_6 python3_7) ) ) +" + +BDEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] + doc? ( dev-python/sphinx ) + test? ( dev-python/pytest[${PYTHON_USEDEP}] ) +" +DEPEND=" + dev-python/six[${PYTHON_USEDEP}] +" +RDEPEND=" + app-text/tidy-html5 +" + +RESTRICT="test" # 1/11 tests fail + +S="${WORKDIR}/${MY_P}" + +python_compile_all() { + use doc && emake -C docs html +} + +python_test() { + esetup.py test +} + +python_install_all() { + use doc && local HTML_DOCS=( docs/_build/html/. ) + distutils-r1_python_install_all +} diff --git a/dev-python/utidylib/utidylib-0.6.ebuild b/dev-python/utidylib/utidylib-0.6.ebuild deleted file mode 100644 index 76975cc35781..000000000000 --- a/dev-python/utidylib/utidylib-0.6.ebuild +++ /dev/null @@ -1,51 +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,7,8} ) - -MY_P="uTidylib-${PV}" -inherit distutils-r1 - -DESCRIPTION="TidyLib Python wrapper" -HOMEPAGE="https://cihar.com/software/utidylib/ https://pypi.org/project/uTidylib/" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${MY_P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 arm64 ppc ppc64 x86" -IUSE="doc test" - -REQUIRED_USE="${PYTHON_REQUIRED_USE} - test? ( || ( $(python_gen_useflags 'python2*' python3_6 python3_7) ) ) -" - -BDEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - doc? ( dev-python/sphinx ) - test? ( dev-python/pytest[${PYTHON_USEDEP}] ) -" -DEPEND=" - dev-python/six[${PYTHON_USEDEP}] -" -RDEPEND=" - app-text/tidy-html5 -" - -RESTRICT="test" # 1/11 tests fail - -S="${WORKDIR}/${MY_P}" - -python_compile_all() { - use doc && emake -C docs html -} - -python_test() { - esetup.py test -} - -python_install_all() { - use doc && local HTML_DOCS=( docs/_build/html/. ) - distutils-r1_python_install_all -} -- cgit v1.2.3