diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-16 17:30:59 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-16 17:30:59 +0100 |
commit | 6ebe467b62f0595a2b25389efd926ee7232d76d6 (patch) | |
tree | 490b5a8e82e12bc5f03bdbc25d4f97a6ae5daf7d /dev-python/libpillowfight | |
parent | dev-python/kafka-python: Remove old (diff) | |
download | gentoo-6ebe467b62f0595a2b25389efd926ee7232d76d6.tar.gz gentoo-6ebe467b62f0595a2b25389efd926ee7232d76d6.tar.bz2 gentoo-6ebe467b62f0595a2b25389efd926ee7232d76d6.zip |
dev-python/libpillowfight: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/libpillowfight')
-rw-r--r-- | dev-python/libpillowfight/Manifest | 1 | ||||
-rw-r--r-- | dev-python/libpillowfight/libpillowfight-0.3.0_p20210816.ebuild | 37 |
2 files changed, 0 insertions, 38 deletions
diff --git a/dev-python/libpillowfight/Manifest b/dev-python/libpillowfight/Manifest index 81038ebace55..04463c8cbe87 100644 --- a/dev-python/libpillowfight/Manifest +++ b/dev-python/libpillowfight/Manifest @@ -1,2 +1 @@ DIST libpillowfight-0.3.0_p20210816.tar.bz2 87826271 BLAKE2B aa0a9c2800992b671940f0ed0c8d808c5ad870c724fbf0f4dad336d224e6d510b135052f2697a6a1d05bafb9f1969278962c625d5d0ffd997b2548e60b1dec2b SHA512 76b05d49e2ee9fc9dcc2c9342d312841c8d1520d8d2027bd12b6921f85bd92645f698a811ccf7bdeceba64f0b706d5fd2975f91c51db8ce87f1261793aee83cb -DIST libpillowfight-0.3.0_p20210816.tar.gz 89491019 BLAKE2B 24a658ce461928750582560ef27fbc1ea233bb7c6290053bee7ab3437816fd0e9d7933e36a7a90c75706bdc17024200d16a17ec81c0c30563f043e6d15cc074e SHA512 a731a7d8c8492f5f6229315c8ff48bcdf215acd501d1a5f726f60d6417f77d04b702579d972aaa90f9d01d27b7b167b47f15f435c0fe79598aedb55ac397835b diff --git a/dev-python/libpillowfight/libpillowfight-0.3.0_p20210816.ebuild b/dev-python/libpillowfight/libpillowfight-0.3.0_p20210816.ebuild deleted file mode 100644 index 5a35a1dbf317..000000000000 --- a/dev-python/libpillowfight/libpillowfight-0.3.0_p20210816.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{9..10} ) - -inherit distutils-r1 - -COMMIT="50d965879eb89fdef9be09d6e934329486ff585d" - -DESCRIPTION="Small library containing various image processing algorithms" -HOMEPAGE="https://gitlab.gnome.org/World/OpenPaperwork/libpillowfight" -SRC_URI="https://gitlab.gnome.org/World/OpenPaperwork/${PN}/-/archive/${COMMIT}/${P}.tar.gz" -S="${WORKDIR}/${PN}-${COMMIT}" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND="dev-python/pillow[${PYTHON_USEDEP}]" - -distutils_enable_tests pytest - -python_prepare_all() { - ln -s "${S}"/tests "${T}"/tests || die - sed -e "/'nose>=1.0'/d" -i setup.py || die - cat > src/pillowfight/_version.h <<- EOF || die - #define INTERNAL_PILLOWFIGHT_VERSION "$(ver_cut 1-3)" - EOF - distutils-r1_python_prepare_all -} - -python_test() { - cd "${T}" || die - epytest "${S}"/tests -o addopts= -} |