From c5b7aa97a0137305f67051767e4ebb96fa26aec8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 6 Jan 2018 10:53:54 +0100 Subject: [PATCH] dev-python/weasyprint: Clean old up --- dev-python/weasyprint/Manifest | 2 - dev-python/weasyprint/weasyprint-0.39.ebuild | 50 -------------------- dev-python/weasyprint/weasyprint-0.40.ebuild | 50 -------------------- 3 files changed, 102 deletions(-) delete mode 100644 dev-python/weasyprint/weasyprint-0.39.ebuild delete mode 100644 dev-python/weasyprint/weasyprint-0.40.ebuild diff --git a/dev-python/weasyprint/Manifest b/dev-python/weasyprint/Manifest index 65d3becadb4b..74acb12aef8e 100644 --- a/dev-python/weasyprint/Manifest +++ b/dev-python/weasyprint/Manifest @@ -1,4 +1,2 @@ DIST WeasyPrint-0.29.tar.gz 1418105 BLAKE2B b94f1f0099fcac68aa393758fda23562eae6350e2fb185397cf888735389974f863b6b7025ce349c29e349c91d884320c96b9c7afba2c83e52f6c78ab81e8885 SHA512 3875240b7bed6991372f6a45f82d32f0d2f3add29ab1937001c5559368405737d185aa85871358730989a91ee6b17e62cc21535735c884c47705d0d2d38bb167 -DIST WeasyPrint-0.39.tar.gz 386613 BLAKE2B 1253b388632ac88ec26b24596544a8086b56169057331e2ffd0c442b2f581570ea5b97a52cf9a6f593039ef3c42c3ee03b1ee21a4ed119ad5953e1816812fdd9 SHA512 668eed8c4f2502b3412166ea8e7b15b838b971b175ac3ec2370097b83557070684fa7bc9c62c3222056294093781649f263aba756091fb87d50ceea339e32e43 -DIST WeasyPrint-0.40.tar.gz 388586 BLAKE2B daa97f22b8d8fc7c55e506e42c960fd0e5e0c0fc8b3eeca292f2b829dee6479f17d5dbdda0387c9bac5a6ecc5fb1f7317c60d35ff3b662fb55eb4c1fc55c9475 SHA512 9c0d082ed2c35f76fe8ca5d25b5e99a0f96a309b2c4715ca3bd72a3a9a11121d4f5046c4ff55f007ebf0404edb0e4f510e571f42c569778948320be0301b8c4d DIST WeasyPrint-0.41.tar.gz 393866 BLAKE2B 895624ee547a9ed91157db6a7a72890a56f270d2ea00a508c42899e42922e51867782b1dff3ab55f98df0a130b727a7db13aaf3553a90c4405b75b6813c95ab9 SHA512 44b2d9e0a186c5767cd01d6e66495241d088908467e0fa28cee114a9c480bfcb4ef393236e9304653603f3917c73c452c05a38286932e0a271946860120d9a1f diff --git a/dev-python/weasyprint/weasyprint-0.39.ebuild b/dev-python/weasyprint/weasyprint-0.39.ebuild deleted file mode 100644 index 0c87b9ee57e0..000000000000 --- a/dev-python/weasyprint/weasyprint-0.39.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" - -PYTHON_COMPAT=( python2_7 python3_{4,5} ) - -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" -IUSE="jpeg jpeg2k test tiff" - -# Note: specific subslot of pango since it inlines some of pango headers. -RDEPEND=" - x11-libs/cairo - x11-libs/gdk-pixbuf[jpeg?,jpeg2k?,tiff?] - x11-libs/pango:0/0 - >=dev-python/cairocffi-0.5[${PYTHON_USEDEP}] - >=dev-python/cffi-0.6:=[${PYTHON_USEDEP}] - >=dev-python/cssselect-0.6[${PYTHON_USEDEP}] - >=dev-python/html5lib-0.999999999[${PYTHON_USEDEP}] - >=dev-python/lxml-3.0[${PYTHON_USEDEP}] - >=dev-python/pyphen-0.8[${PYTHON_USEDEP}] - >=dev-python/tinycss2-0.5[${PYTHON_USEDEP}] - >=media-gfx/cairosvg-1.0.20[${PYTHON_USEDEP}] -" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - test? ( - ${RDEPEND} - dev-python/pytest-cov[${PYTHON_USEDEP}] - dev-python/pytest-flake8[${PYTHON_USEDEP}] - dev-python/pytest-isort[${PYTHON_USEDEP}] - 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.40.ebuild b/dev-python/weasyprint/weasyprint-0.40.ebuild deleted file mode 100644 index 818acd23d270..000000000000 --- a/dev-python/weasyprint/weasyprint-0.40.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" - -PYTHON_COMPAT=( python2_7 python3_{4,5} ) - -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" -IUSE="jpeg jpeg2k test tiff" - -# Note: specific subslot of pango since it inlines some of pango headers. -RDEPEND=" - x11-libs/cairo - x11-libs/gdk-pixbuf[jpeg?,jpeg2k?,tiff?] - x11-libs/pango:0/0 - >=dev-python/cairocffi-0.5[${PYTHON_USEDEP}] - >=dev-python/cffi-0.6:=[${PYTHON_USEDEP}] - >=dev-python/cssselect2-0.1[${PYTHON_USEDEP}] - >=dev-python/html5lib-0.999999999[${PYTHON_USEDEP}] - >=dev-python/lxml-3.0[${PYTHON_USEDEP}] - >=dev-python/pyphen-0.8[${PYTHON_USEDEP}] - >=dev-python/tinycss2-0.5[${PYTHON_USEDEP}] - >=media-gfx/cairosvg-1.0.20[${PYTHON_USEDEP}] -" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - test? ( - ${RDEPEND} - dev-python/pytest-cov[${PYTHON_USEDEP}] - dev-python/pytest-flake8[${PYTHON_USEDEP}] - dev-python/pytest-isort[${PYTHON_USEDEP}] - dev-python/pytest[${PYTHON_USEDEP}] - media-fonts/ahem - ) -" - -S="${WORKDIR}/${MY_P}" - -python_test() { - py.test || die "testsuite failed under ${EPYTHON}" -} -- 2.26.2