From 71deace00d1a2b091313fe137ab7092418c6f87c Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 10 Feb 2020 21:05:55 +0000 Subject: gentoo resync : 10.02.2020 --- app-text/pylize/Manifest | 2 +- app-text/pylize/pylize-1.3b-r1.ebuild | 46 -------------------------------- app-text/pylize/pylize-1.3b-r2.ebuild | 49 +++++++++++++++++++++++++++++++++++ 3 files changed, 50 insertions(+), 47 deletions(-) delete mode 100644 app-text/pylize/pylize-1.3b-r1.ebuild create mode 100644 app-text/pylize/pylize-1.3b-r2.ebuild (limited to 'app-text/pylize') diff --git a/app-text/pylize/Manifest b/app-text/pylize/Manifest index 0077320a7ab6..06b700fec95c 100644 --- a/app-text/pylize/Manifest +++ b/app-text/pylize/Manifest @@ -1,4 +1,4 @@ AUX pylize-pillow.patch 375 BLAKE2B 9aaf388fc67d03d9af957a1aee350891ded225b0f0def122120d23e7cb1981fe70a8ba7169806a94de913ddea4d8019687ac3088b2e0b318451dc423e6eb75e6 SHA512 5e6beeb1a0192328039d581eeaf568e606a1fa002f8d91ddb397e27d873e23834fda67cd88a5afb24563a515cb37c234ed2d8c913472ce9fccd431249be852dc DIST pylize-1.3b.tar.bz2 70979 BLAKE2B 3b90d60ef7c314e6f7683ebdfa4d518b64ebbfe3bbe39148409d50c41577c7850304eb11e588f99e9c22d550548cf81f5f93265624200395e7abe7557d738a0e SHA512 271be57bdebb605566a7ee0340d34247f8ede4df7ba729c85c23f6df1ca24cadb25c870cce5b1ac35544205d90e716742cd31e150b9a8f98b2dcfae441a76454 -EBUILD pylize-1.3b-r1.ebuild 1022 BLAKE2B aaf0d9b9d31c62fddce0383cb4dd525b7ae1c080b09cdd2fa2a97f4d6461e9d092e414cc2d61ece6845fd8371b741793da0e786d20a453c636f662e3e188f3db SHA512 eecad9d01435070c7652ca2357bec6c9cbcf289e478fe34af2fb2ca17ef217609d792b6d6b14f79d71c2eba1b0769682daba5b2381b0a6798ff81513c39a2961 +EBUILD pylize-1.3b-r2.ebuild 1064 BLAKE2B b18a5af5e8e69673b445be5d0771c54ce3e3e3f58d11937343123e26e759b127d9b39290b6bcff17ff32a0599c183c4e0dccc11640386a49bc42543ae1238502 SHA512 bac5e62884904d7a7c3ade9333db0ab0dc8c47b64de3ce027d8bf6e835c53620e8012e0bc023e2e37e9ddb6b2f2e70a59a54841b47273a635b4fc92fc585a40d MISC metadata.xml 547 BLAKE2B d6d76c0357be91f51c01a0d0031c2a221e27dcdb65b300bd63bd614bd5fd29ea000903ed7206167ef3055b1da85297319a4d5517a0f80077ae2a0d072124afd1 SHA512 bf43543c0b0c4f90940d0a5b40c342d9151673418994e074421e723ed8242fa742cc06b93cf846bf8b860b997faa68b4f0f978d274434bb33b77c3e9cddec435 diff --git a/app-text/pylize/pylize-1.3b-r1.ebuild b/app-text/pylize/pylize-1.3b-r1.ebuild deleted file mode 100644 index 799e97bf41da..000000000000 --- a/app-text/pylize/pylize-1.3b-r1.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" -PYTHON_COMPAT=( python2_7 ) -DISTUTILS_SINGLE_IMPL=1 - -inherit distutils-r1 - -DESCRIPTION="Python HTML Slideshow Generator using HTML and CSS" -HOMEPAGE="http://www.chrisarndt.de/en/software/pylize/" -SRC_URI="http://www.chrisarndt.de/en/software/pylize/download/${P}.tar.bz2" - -IUSE="doc" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" - -DEPEND="dev-python/empy[${PYTHON_USEDEP}] - dev-python/pillow[${PYTHON_USEDEP}]" -RDEPEND="${DEPEND}" - -PATCHES=( "${FILESDIR}/${PN}-pillow.patch" ) - -python_configure() { - set -- "${PYTHON}" configure.py - echo "$@" - "$@" || die -} - -python_compile_all() { - if use doc; then - emake -C doc PYTHON="${PYTHON}" PYLIZE="../pylize" - fi -} - -python_install() { - distutils-r1_python_install - python_optimize "${ED%/}/usr/share/pylize" -} - -python_install_all() { - local DOCS=( Changelog README README.empy TODO ) - use doc && local HTML_DOCS=( doc/. ) - distutils-r1_python_install_all -} diff --git a/app-text/pylize/pylize-1.3b-r2.ebuild b/app-text/pylize/pylize-1.3b-r2.ebuild new file mode 100644 index 000000000000..1dc2b94a9c30 --- /dev/null +++ b/app-text/pylize/pylize-1.3b-r2.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="5" +PYTHON_COMPAT=( python2_7 ) +DISTUTILS_SINGLE_IMPL=1 + +inherit distutils-r1 + +DESCRIPTION="Python HTML Slideshow Generator using HTML and CSS" +HOMEPAGE="http://www.chrisarndt.de/en/software/pylize/" +SRC_URI="http://www.chrisarndt.de/en/software/pylize/download/${P}.tar.bz2" + +IUSE="doc" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 ppc x86" + +DEPEND=" + $(python_gen_cond_dep ' + dev-python/empy[${PYTHON_MULTI_USEDEP}] + dev-python/pillow[${PYTHON_MULTI_USEDEP}] + ')" +RDEPEND="${DEPEND}" + +PATCHES=( "${FILESDIR}/${PN}-pillow.patch" ) + +python_configure() { + set -- "${PYTHON}" configure.py + echo "$@" + "$@" || die +} + +python_compile_all() { + if use doc; then + emake -C doc PYTHON="${PYTHON}" PYLIZE="../pylize" + fi +} + +python_install() { + distutils-r1_python_install + python_optimize "${ED%/}/usr/share/pylize" +} + +python_install_all() { + local DOCS=( Changelog README README.empy TODO ) + use doc && local HTML_DOCS=( doc/. ) + distutils-r1_python_install_all +} -- cgit v1.2.3