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/pytidylib/Manifest | 2 +- dev-python/pytidylib/pytidylib-0.3.2-r1.ebuild | 22 ++++++++++++++++++++++ dev-python/pytidylib/pytidylib-0.3.2.ebuild | 22 ---------------------- 3 files changed, 23 insertions(+), 23 deletions(-) create mode 100644 dev-python/pytidylib/pytidylib-0.3.2-r1.ebuild delete mode 100644 dev-python/pytidylib/pytidylib-0.3.2.ebuild (limited to 'dev-python/pytidylib') diff --git a/dev-python/pytidylib/Manifest b/dev-python/pytidylib/Manifest index 39b9d5e06b44..aba98b0254c9 100644 --- a/dev-python/pytidylib/Manifest +++ b/dev-python/pytidylib/Manifest @@ -1,3 +1,3 @@ DIST pytidylib-0.3.2.tar.gz 87669 BLAKE2B 57eee794e3a6ba147b778360a12d2417c21579250620854267a83300d918cac0320c768faacb531517b66eed7fd7afc1679e76f2db626f7d7daa80af1667a06d SHA512 24f755ed2607e300711f5a1aee510df3a0a410cc7d8d8f46e065ec8d93c50e436a492cc2831e9d416ab9837497c603f9dc8705da543102813d3264e6de033ca7 -EBUILD pytidylib-0.3.2.ebuild 597 BLAKE2B 3379694b1f8c99417b458425635e7b2347ef9868594f3fadba618082d30030fd137a3521aecebdbff38ebe3994f950100dd4907fc11c5153edeb80ab4144b8cc SHA512 5b9dff3ff5f2d8806fc58b5eb72583a9f973c9e172530f2f4861a977e81ab1744c455e6f8afb611e2bddcfde019ea6825b9edb0aeca1a56fdb3219f0c9ac7ce7 +EBUILD pytidylib-0.3.2-r1.ebuild 587 BLAKE2B a5b582945ec0890b0ac7916973484bc4b63e88fa02383188b9d526ca4bb1612f7928593d51742c48a2d7372fceaa4c09a76972473d8d47820698c36b0d0b5360 SHA512 53be00ace161c115743fcaba0ca5e0166a36f41b0fd22421318f07cd40be60137585324aae37eddcc8aa1fb174b760dcae3508c90fdb0247e0f6e1fde7faa5ec MISC metadata.xml 385 BLAKE2B 6c53cf6462d81e85c2a9facf85c0fd7b6c0c870656fdc4cc63bcd67e646d51e14fc9246a7b75a527eccecaf4385677ea63b56dfa04aeab708b41b83c8bc4fcef SHA512 e41d4897a343c45e469fe4cd52a7ce93d525ea208dd570fe0517feda8f445fa9175d971e4c37b8f1941a7cb6931ff6473526ced82384489f02a11c4040fec933 diff --git a/dev-python/pytidylib/pytidylib-0.3.2-r1.ebuild b/dev-python/pytidylib/pytidylib-0.3.2-r1.ebuild new file mode 100644 index 000000000000..a5d41b3f69ba --- /dev/null +++ b/dev-python/pytidylib/pytidylib-0.3.2-r1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DISTUTILS_USE_SETUPTOOLS=no +PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="Python wrapper for HTML Tidy (tidylib)" +HOMEPAGE="http://countergram.com/open-source/pytidylib https://github.com/countergram/pytidylib" +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 sparc x86" + +RDEPEND="app-text/htmltidy" +DEPEND=${RDEPEND} + +distutils_enable_tests pytest diff --git a/dev-python/pytidylib/pytidylib-0.3.2.ebuild b/dev-python/pytidylib/pytidylib-0.3.2.ebuild deleted file mode 100644 index 4c0a9bd939f4..000000000000 --- a/dev-python/pytidylib/pytidylib-0.3.2.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DISTUTILS_USE_SETUPTOOLS=no -PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="Python wrapper for HTML Tidy (tidylib)" -HOMEPAGE="http://countergram.com/open-source/pytidylib https://github.com/countergram/pytidylib" -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 sparc x86" - -RDEPEND="app-text/htmltidy" -DEPEND=${RDEPEND} - -distutils_enable_tests pytest -- cgit v1.2.3