From 5bb9ff1ee56d2b5e75e01a7f066d8b0cec84ec02 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 20 Mar 2021 14:27:17 +0000 Subject: gentoo resync : 20.03.2021 --- dev-python/python-xmp-toolkit/Manifest | 1 - .../python-xmp-toolkit-2.0.1.ebuild | 44 ---------------------- 2 files changed, 45 deletions(-) delete mode 100644 dev-python/python-xmp-toolkit/python-xmp-toolkit-2.0.1.ebuild (limited to 'dev-python/python-xmp-toolkit') diff --git a/dev-python/python-xmp-toolkit/Manifest b/dev-python/python-xmp-toolkit/Manifest index 8327b214a7e2..0f3a3be4c2aa 100644 --- a/dev-python/python-xmp-toolkit/Manifest +++ b/dev-python/python-xmp-toolkit/Manifest @@ -1,5 +1,4 @@ AUX python-xmp-toolkit-2.0.1-test.patch 397 BLAKE2B 059d415194f4544de5e4f6bfcbc2bec466b14e72e46792ac762115dd8b33bcd87ebfcdc9412695bd5b75483ac6e82024c083725ed73713c1bad100c30f22448a SHA512 f70eb11fe5b46ec0fac9a4a5c56a7a5b9dc75427b53e8159ec873a74afde23ca4bf5940b185932fc566a10f8a47d2ff8e56fa514eac1b06c94135cfa7070747b DIST python-xmp-toolkit-2.0.1.tar.gz 3576384 BLAKE2B cbe73d08d101d0d44c368fd1f1c6f1c8308ece5ca26f164f78312d901fb5d0387a5d2a6519d527b3625d11e338df5c366bed8a7361ac822ac887ef8be3a74948 SHA512 46f83b03574b2d742f6c6efb5b94a549068557ad6338e74fc62368c265d05f0b66a4dd36b17cd51b39f7b6cfbfb1210d54cc44c69e9a9e3da3392ee5f11de3bd EBUILD python-xmp-toolkit-2.0.1-r1.ebuild 1088 BLAKE2B 3ec25c195dd264c4a9c0a05ad005261165978b5d40eb936216c2d05590f392f43cabdec1d958060b803d724c1fcb4b6dbb815e2336b699e85173b416811786f4 SHA512 1e3a31e62319f067c1846b3409fd2958010e636b4bfb24475a896e679556962066bce307c70a481fa12f88d004e718e0817735e24af0d51e11c6e514ec8f7785 -EBUILD python-xmp-toolkit-2.0.1.ebuild 1083 BLAKE2B efca3af8e4edc76f48be6a2919f3771a5b687cc0a30fe227ea1385d6e9476267203192804ea8df820503482262de45326b6f902d6a6ae823b984b5037f825bd3 SHA512 2ab3e73d0d578770d933d12733ab22994c5b1a68ba552ce68ac107e98caca1a56251553f661ed78f83cd55e0e7ce78372a84275e19d646e51af346ec15012f30 MISC metadata.xml 416 BLAKE2B 5ef9300ed19a8ed256dd6c6958c2350526d5946893c3346cc17550d15754030315cdae84355872f64e09e890a4dd2da5742f8ded5945e3d4fec2f569cad075ac SHA512 64943f03cf1585d994471560ab50e7f2cfb7c7b2f234fa38b6dcbae004987741f4f2faaa728c2570fdc7b776140d68c0437960118ffb3067b03a67de90656935 diff --git a/dev-python/python-xmp-toolkit/python-xmp-toolkit-2.0.1.ebuild b/dev-python/python-xmp-toolkit/python-xmp-toolkit-2.0.1.ebuild deleted file mode 100644 index 391d15a271c5..000000000000 --- a/dev-python/python-xmp-toolkit/python-xmp-toolkit-2.0.1.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7,8} ) -inherit distutils-r1 - -if [[ ${PV} == "9999" ]] ; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/python-xmp-toolkit/${PN}.git" -else - SRC_URI="https://github.com/python-xmp-toolkit/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi - -DESCRIPTION="Library for working with XMP metadata" -HOMEPAGE="https://github.com/python-xmp-toolkit/python-xmp-toolkit/ https://pypi.org/project/python-xmp-toolkit/" - -LICENSE="BSD" -SLOT="0" -IUSE="doc test" -RESTRICT="!test? ( test )" - -DEPEND="doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) - test? ( dev-python/unittest2[${PYTHON_USEDEP}] - dev-python/mock[${PYTHON_USEDEP}] - media-libs/exempi )" -RDEPEND="dev-python/pytz[${PYTHON_USEDEP}]" - -PATCHES=( "${FILESDIR}"/${P}-test.patch ) - -python_compile_all() { - use doc && emake -C docs html -} - -python_test() { - esetup.py test -} - -python_install_all() { - use doc && local HTML_DOCS=( docs/.build/html/. ) - distutils-r1_python_install_all -} -- cgit v1.2.3