summaryrefslogtreecommitdiff
path: root/dev-python/utidylib
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-04-12 03:41:30 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-04-12 03:41:30 +0100
commit623ee73d661e5ed8475cb264511f683407d87365 (patch)
tree993eb27c93ec7a2d2d19550300d888fc1fed9e69 /dev-python/utidylib
parentceeeb463cc1eef97fd62eaee8bf2196ba04bc384 (diff)
gentoo Easter resync : 12.04.2020
Diffstat (limited to 'dev-python/utidylib')
-rw-r--r--dev-python/utidylib/Manifest4
-rw-r--r--dev-python/utidylib/utidylib-0.3-r2.ebuild47
-rw-r--r--dev-python/utidylib/utidylib-0.6.ebuild9
3 files changed, 2 insertions, 58 deletions
diff --git a/dev-python/utidylib/Manifest b/dev-python/utidylib/Manifest
index f494beb6d105..ce7c1b30fbd3 100644
--- a/dev-python/utidylib/Manifest
+++ b/dev-python/utidylib/Manifest
@@ -1,5 +1,3 @@
-DIST uTidylib-0.3.tar.bz2 13809 BLAKE2B c6b495933ecdc21543c79e3ff200cc06ec4ebc1682cf9172bd988a08afef8b69db17eec4b88665aff5dc6cef371f3c665f6de3ffcc1dc515f778b523333c891b SHA512 4503f2a6366e5110740b312df2300d62bb68e1e1032184e9b56dee75995309c76d4f8e5851c73e7c8e08cca7bba9c74436d8dfc0524f115f3abb2bdf5529cc35
DIST uTidylib-0.6.tar.gz 15771 BLAKE2B 9d4fe57d985ea6e52680bd528862d3236137221227a23fe05b886d01d240e21d7159dbf7d6da3af8020009ca45c60c2297e374bb7aa05cb6b5a8eaf444710c58 SHA512 a85506ef8824f66ee326ad651020dc3b4e00190e20dcd3814984fa27ff319f492fe5bac781b7c43c8694cbfc63409e3abda18981969c9be2c3cd023fe7a4f2f8
-EBUILD utidylib-0.3-r2.ebuild 968 BLAKE2B 6b3582e90ce0f8460ff047f5e2705442b0964c9f6fb7bf3076d48e7776216e108f5a36675e81677fecb5aa7e60cc67d8a9b04ee0a4a93dfcc4b038b5ce780fa6 SHA512 fd2d476e1f02439d7cf0a911a953ab01fe7b2588197764247b033af194c0ffd7e182b2f5c11ec1b6db26e58c85b40b829fddc8290138b6217932a6403a051fa4
-EBUILD utidylib-0.6.ebuild 1260 BLAKE2B ff616270747b3d81eb3c6c86f22f4ebe7fb4c3cbc5d4def7e2023c3bc5420fb38884ffe1b26a10b1110eb1d643c7a5bee5fcf4fb63a95ae20fd587d2a83c21ee SHA512 9247440eed6ea1b2a269061868db5ac56f1c5824ba145ed0acb08efcf91d739081e5c74122391d9dd4a2623ffd61b5150ab4f60ce527e9253162a550e173e409
+EBUILD utidylib-0.6.ebuild 1033 BLAKE2B 312d69f7671b4fbeccb5d9462183b6f90ab8211fdd68d576cdfd6b21e2264207732a2c9a12ccf9bde5eeb625c06f1bb43df422279ceab01a06502e1bae49fe18 SHA512 4148824b7963458ce6d6d6300fff3fcf730b7787fa66b5f01940b7a84009b79528f2485a675b709a8fbbeb38bc1bd5294c768053c3490567ccc681ee7fc4da55
MISC metadata.xml 372 BLAKE2B 58932a89c0765511f1231a3ea43ac6509792a03b345655f7d15ec306a33a0264d49b32352c57e8d3cc73294c8cfcbd679289011312bdbed55459f6751dabffa0 SHA512 d6602ff98aa2ae6a69cad590ab014cbe5b3f1fc1b28c64e91025140fbecaa78c49d6e45bc8b8b5432b0cfe4c91402db3d3954db92905ddc42c13540a9c1e2ab5
diff --git a/dev-python/utidylib/utidylib-0.3-r2.ebuild b/dev-python/utidylib/utidylib-0.3-r2.ebuild
deleted file mode 100644
index fca127cceab8..000000000000
--- a/dev-python/utidylib/utidylib-0.3-r2.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
-
-inherit distutils-r1
-
-MY_P="uTidylib-${PV}"
-
-DESCRIPTION="TidyLib Python wrapper"
-HOMEPAGE="https://cihar.com/software/utidylib/"
-SRC_URI="http://dl.cihar.com/${PN}/${MY_P}.tar.bz2"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm64 ppc ppc64 x86"
-IUSE="doc test"
-
-RDEPEND="
- app-text/tidy-html5
- dev-python/six[${PYTHON_USEDEP}]"
-
-DEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]
- doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
- test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
-
-RESTRICT="test" # 1/11 tests fail
-
-S="${WORKDIR}/${MY_P}"
-
-python_compile_all() {
- if use doc; then
- ${EPYTHON} setup.py build_sphinx || die
- fi
-}
-
-python_test() {
- py.test || die "testsuite failed under ${EPYTHON}"
-}
-
-python_install_all() {
- use doc && local HTML_DOCS=( build/sphinx/html/. )
- distutils-r1_python_install_all
-}
diff --git a/dev-python/utidylib/utidylib-0.6.ebuild b/dev-python/utidylib/utidylib-0.6.ebuild
index de6f3ef3bcc4..76975cc35781 100644
--- a/dev-python/utidylib/utidylib-0.6.ebuild
+++ b/dev-python/utidylib/utidylib-0.6.ebuild
@@ -24,14 +24,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
doc? ( dev-python/sphinx )
- test? ( $(python_gen_cond_dep '
- dev-python/flake8[${PYTHON_USEDEP}]
- dev-python/pycodestyle[${PYTHON_USEDEP}]
- dev-python/pyflakes[${PYTHON_USEDEP}]
- dev-python/pytest[${PYTHON_USEDEP}]
- dev-python/pytest-cov[${PYTHON_USEDEP}]
- ' 'python2*' python3_6 python3_7
- ) )
+ test? ( dev-python/pytest[${PYTHON_USEDEP}] )
"
DEPEND="
dev-python/six[${PYTHON_USEDEP}]