From d09cdd3bbe9c9dce70b3b16c36b035d74289f083 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Tue, 2 May 2017 15:21:15 +0200 Subject: [PATCH] dev-python/weasyprint: Clean old versions up --- dev-python/weasyprint/Manifest | 4 -- .../weasyprint/weasyprint-0.21-r1.ebuild | 33 --------------- dev-python/weasyprint/weasyprint-0.22.ebuild | 41 ------------------- dev-python/weasyprint/weasyprint-0.23.ebuild | 41 ------------------- dev-python/weasyprint/weasyprint-0.26.ebuild | 41 ------------------- 5 files changed, 160 deletions(-) delete mode 100644 dev-python/weasyprint/weasyprint-0.21-r1.ebuild delete mode 100644 dev-python/weasyprint/weasyprint-0.22.ebuild delete mode 100644 dev-python/weasyprint/weasyprint-0.23.ebuild delete mode 100644 dev-python/weasyprint/weasyprint-0.26.ebuild diff --git a/dev-python/weasyprint/Manifest b/dev-python/weasyprint/Manifest index d302d6a5944a..8ee4a269961b 100644 --- a/dev-python/weasyprint/Manifest +++ b/dev-python/weasyprint/Manifest @@ -1,5 +1 @@ -DIST WeasyPrint-0.21.tar.gz 333898 SHA256 312af72805fd5207ccd58d1c59022bf1e9cf8e6c839825e654bb0d0789d66048 SHA512 6455e17c317e8d25f33e6e497e232b96e907ba569d15d333e7b3d3de2b41af7d593e385c24a8ad3f6877c1a3af4266f95e723277e3ca3194cc884c04c58374e3 WHIRLPOOL 165a3194e9fb92699dd9b00d3f0539d686322f09a3a4d2fa395b1070140bbec4a535648d86d70632ba5b094aa16969491ddd42a5711a4d9e56833dc25aea61d1 -DIST WeasyPrint-0.22.tar.gz 342786 SHA256 78874291649d8013b60462c39456fea8d1097e55bb45907f6c3e30ffe4822bf1 SHA512 f5b7189a9c5408d052cde995a9ff6aa2df04cbf97297c8f2c03d8f12aa84833f7a82b63eac700032570c289a8ce0dbab687d0127518b6743fd95dfb60cbf5993 WHIRLPOOL e2f6efc58a3344c655814b0fcb9b6541e8a3f8e8e4e82240ea34580517095d7622f434bd83da6071184270df6c94cc7771376b87743439a1c3e9a357d72520a6 -DIST WeasyPrint-0.23.tar.gz 343614 SHA256 4c3539b8bf6145f6ae9de657eb4b008ccf29066d876f948ecbcfa753a5b0eae4 SHA512 bd9e4da6bd9ffc63e6acedbf821d2fa7b791f9d28c61e465effa0596665b5b76fec1a4bef2dd8f2c98ee768884ef84f842fc67664b41f84d4a0c22d86e032d71 WHIRLPOOL 1a9f0e0d442b7487ffa039c726f41fa80fdce06df4f3d2d931eda3974ce4b4da69dea929d018c9c95a9dc02ff0d5cf9158059bc7ce3293a4997fa2550d5f755f -DIST WeasyPrint-0.26.tar.gz 352596 SHA256 444bb7fe3d6864f7b17d01fef88340fb283504eb941fa0add883dd1f04635b71 SHA512 165ff0927cb644abd800fad1f31d2d302cf1a6e8cb2422a149ba41b0f8a6633e6f4d3a11f61c51be63dbb03244716327299feb45bd7737d44df29df5f2b8b0c8 WHIRLPOOL 2e3593c7aa051633010773ebeeefb3e1d6de9c0ae5c0974a01c46eef69aee5972fd3d36ada8b11f6cd968ce7af9224232d49541fe61d22036fb4dcf29f796a7f DIST WeasyPrint-0.29.tar.gz 1418105 SHA256 4edf5538b330be3e559f006db76a5a948c25f3792746aafb20f2a9d6185f0e71 SHA512 3875240b7bed6991372f6a45f82d32f0d2f3add29ab1937001c5559368405737d185aa85871358730989a91ee6b17e62cc21535735c884c47705d0d2d38bb167 WHIRLPOOL cbefe32d42e5bbc26993b58f88b2ebc26291579dd717805c8fc9c54d41fe69b3a05eb8f301e9c21b426766404c9a683cce6c115ed8193456d17c83b44c8513a9 diff --git a/dev-python/weasyprint/weasyprint-0.21-r1.ebuild b/dev-python/weasyprint/weasyprint-0.21-r1.ebuild deleted file mode 100644 index ba58f303fb5a..000000000000 --- a/dev-python/weasyprint/weasyprint-0.21-r1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="Visual rendering engine for HTML and CSS that can export to PDF" -MY_PN="WeasyPrint" -MY_P="${MY_PN}-${PV}" -SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz" -HOMEPAGE="http://weasyprint.org" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -# Note: specific subslot of pango since it inlines some of pango headers. -RDEPEND="x11-libs/pango:0/0 - media-gfx/cairosvg - dev-python/cffi:=[${PYTHON_USEDEP}] - dev-python/lxml[${PYTHON_USEDEP}] - dev-python/cairocffi[${PYTHON_USEDEP}] - dev-python/tinycss[${PYTHON_USEDEP}] - dev-python/cssselect[${PYTHON_USEDEP}] - dev-python/pyphen[${PYTHON_USEDEP}] - " - # x11-libs/gdk-pixbuf # optional dep -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" - -S="${WORKDIR}/${MY_P}" diff --git a/dev-python/weasyprint/weasyprint-0.22.ebuild b/dev-python/weasyprint/weasyprint-0.22.ebuild deleted file mode 100644 index 3e28abf8b4d5..000000000000 --- a/dev-python/weasyprint/weasyprint-0.22.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -PYTHON_COMPAT=( python{2_7,3_4} ) - -inherit distutils-r1 - -DESCRIPTION="Visual rendering engine for HTML and CSS that can export to PDF" -MY_PN="WeasyPrint" -MY_P="${MY_PN}-${PV}" -SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz" -HOMEPAGE="http://weasyprint.org https://github.com/Kozea/WeasyPrint" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -# Note: specific subslot of pango since it inlines some of pango headers. -RDEPEND="x11-libs/pango:0/0 - >=media-gfx/cairosvg-1.0.7[${PYTHON_USEDEP}] - >=dev-python/html5lib-0.999[${PYTHON_USEDEP}] - dev-python/cffi:=[${PYTHON_USEDEP}] - >=dev-python/lxml-3.0[${PYTHON_USEDEP}] - >=dev-python/cairocffi-0.5[${PYTHON_USEDEP}] - ~dev-python/tinycss-0.3[${PYTHON_USEDEP}] - >=dev-python/cssselect-0.6[${PYTHON_USEDEP}] - >=dev-python/pyphen-0.8[${PYTHON_USEDEP}]" -# x11-libs/gdk-pixbuf # optional dep -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - test? ( ${RDEPEND} - dev-python/pytest[${PYTHON_USEDEP}] - media-fonts/ahem )" - -S="${WORKDIR}/${MY_P}" - -python_test() { - py.test || die "testsuite failed under ${EPYTHON}" -} diff --git a/dev-python/weasyprint/weasyprint-0.23.ebuild b/dev-python/weasyprint/weasyprint-0.23.ebuild deleted file mode 100644 index 3e28abf8b4d5..000000000000 --- a/dev-python/weasyprint/weasyprint-0.23.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -PYTHON_COMPAT=( python{2_7,3_4} ) - -inherit distutils-r1 - -DESCRIPTION="Visual rendering engine for HTML and CSS that can export to PDF" -MY_PN="WeasyPrint" -MY_P="${MY_PN}-${PV}" -SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz" -HOMEPAGE="http://weasyprint.org https://github.com/Kozea/WeasyPrint" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -# Note: specific subslot of pango since it inlines some of pango headers. -RDEPEND="x11-libs/pango:0/0 - >=media-gfx/cairosvg-1.0.7[${PYTHON_USEDEP}] - >=dev-python/html5lib-0.999[${PYTHON_USEDEP}] - dev-python/cffi:=[${PYTHON_USEDEP}] - >=dev-python/lxml-3.0[${PYTHON_USEDEP}] - >=dev-python/cairocffi-0.5[${PYTHON_USEDEP}] - ~dev-python/tinycss-0.3[${PYTHON_USEDEP}] - >=dev-python/cssselect-0.6[${PYTHON_USEDEP}] - >=dev-python/pyphen-0.8[${PYTHON_USEDEP}]" -# x11-libs/gdk-pixbuf # optional dep -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - test? ( ${RDEPEND} - dev-python/pytest[${PYTHON_USEDEP}] - media-fonts/ahem )" - -S="${WORKDIR}/${MY_P}" - -python_test() { - py.test || die "testsuite failed under ${EPYTHON}" -} diff --git a/dev-python/weasyprint/weasyprint-0.26.ebuild b/dev-python/weasyprint/weasyprint-0.26.ebuild deleted file mode 100644 index 3e28abf8b4d5..000000000000 --- a/dev-python/weasyprint/weasyprint-0.26.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -PYTHON_COMPAT=( python{2_7,3_4} ) - -inherit distutils-r1 - -DESCRIPTION="Visual rendering engine for HTML and CSS that can export to PDF" -MY_PN="WeasyPrint" -MY_P="${MY_PN}-${PV}" -SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz" -HOMEPAGE="http://weasyprint.org https://github.com/Kozea/WeasyPrint" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -# Note: specific subslot of pango since it inlines some of pango headers. -RDEPEND="x11-libs/pango:0/0 - >=media-gfx/cairosvg-1.0.7[${PYTHON_USEDEP}] - >=dev-python/html5lib-0.999[${PYTHON_USEDEP}] - dev-python/cffi:=[${PYTHON_USEDEP}] - >=dev-python/lxml-3.0[${PYTHON_USEDEP}] - >=dev-python/cairocffi-0.5[${PYTHON_USEDEP}] - ~dev-python/tinycss-0.3[${PYTHON_USEDEP}] - >=dev-python/cssselect-0.6[${PYTHON_USEDEP}] - >=dev-python/pyphen-0.8[${PYTHON_USEDEP}]" -# x11-libs/gdk-pixbuf # optional dep -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - test? ( ${RDEPEND} - dev-python/pytest[${PYTHON_USEDEP}] - media-fonts/ahem )" - -S="${WORKDIR}/${MY_P}" - -python_test() { - py.test || die "testsuite failed under ${EPYTHON}" -} -- 2.26.2