From a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 4 Jun 2026 16:24:49 -0500 Subject: Adding metadata --- dev-python/wand/Manifest | 2 -- dev-python/wand/metadata.xml | 17 ----------------- dev-python/wand/wand-0.7.0.ebuild | 39 --------------------------------------- dev-python/wand/wand-0.7.1.ebuild | 39 --------------------------------------- 4 files changed, 97 deletions(-) delete mode 100644 dev-python/wand/Manifest delete mode 100644 dev-python/wand/metadata.xml delete mode 100644 dev-python/wand/wand-0.7.0.ebuild delete mode 100644 dev-python/wand/wand-0.7.1.ebuild (limited to 'dev-python/wand') diff --git a/dev-python/wand/Manifest b/dev-python/wand/Manifest deleted file mode 100644 index ec89b1442560..000000000000 --- a/dev-python/wand/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST wand-0.7.0.tar.gz 11888946 BLAKE2B 65b43db844833badfcd66d5abca95fc7bf643f3618d13dee8c1da0c679b9424b69fcc9eff6aeef6c2d32b0c8a346017cb6a4309559e0d09b298fb72840ef21a8 SHA512 edf107b0ea89774fa7440707ae00a6bb649a41156086ee8a4ef6d668ebd3df39d2336ec8ed89c0f4e156f793e52ea3efff958b3dd8cdb38cbb00d21fb35ed8fe -DIST wand-0.7.1.tar.gz 11889653 BLAKE2B 6a128a68875787688d6db7bf2ab7a96c9101588dfe57d97a1083b40132ed5a97d477b82457c1086f21d04e04832563dc3067feee171b62dff89e987e764d8907 SHA512 d30a05b199d6a63d12869b5f8f7fc8d0646a0a65d18f718a561c7f31718d16362aee544966c88a3367903268065524202ffd03bcb7b6f6e5dd5d89145a6f4345 diff --git a/dev-python/wand/metadata.xml b/dev-python/wand/metadata.xml deleted file mode 100644 index 723b2cf53f82..000000000000 --- a/dev-python/wand/metadata.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - sbraz@gentoo.org - Louis Sautier - - - python@gentoo.org - Python - - - Wand - emcconville/wand - https://github.com/emcconville/wand/issues - - diff --git a/dev-python/wand/wand-0.7.0.ebuild b/dev-python/wand/wand-0.7.0.ebuild deleted file mode 100644 index 41d87c504a90..000000000000 --- a/dev-python/wand/wand-0.7.0.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYPI_PN=${PN^} -PYTHON_COMPAT=( python3_{13..14} ) - -inherit distutils-r1 pypi - -DESCRIPTION="Ctypes-based simple ImageMagick binding for Python" -HOMEPAGE=" - https://docs.wand-py.org/ - https://github.com/emcconville/wand/ - https://pypi.org/project/Wand/ -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86" - -RDEPEND=" - media-gfx/imagemagick -" -BDEPEND=" - test? ( - media-gfx/imagemagick[fftw,jpeg,png,truetype,xml] - ) -" - -distutils_enable_sphinx docs -EPYTEST_PLUGINS=() -distutils_enable_tests pytest - -python_test() { - # PDF support is blocked by the default ImageMagick security policy - epytest --skip-pdf -} diff --git a/dev-python/wand/wand-0.7.1.ebuild b/dev-python/wand/wand-0.7.1.ebuild deleted file mode 100644 index 87561d7d15cd..000000000000 --- a/dev-python/wand/wand-0.7.1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYPI_PN=${PN^} -PYTHON_COMPAT=( python3_{13..14} ) - -inherit distutils-r1 pypi - -DESCRIPTION="Ctypes-based simple ImageMagick binding for Python" -HOMEPAGE=" - https://docs.wand-py.org/ - https://github.com/emcconville/wand/ - https://pypi.org/project/Wand/ -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86" - -RDEPEND=" - media-gfx/imagemagick -" -BDEPEND=" - test? ( - media-gfx/imagemagick[fftw,jpeg,png,truetype,xml] - ) -" - -distutils_enable_sphinx docs -EPYTEST_PLUGINS=() -distutils_enable_tests pytest - -python_test() { - # PDF support is blocked by the default ImageMagick security policy - epytest --skip-pdf -} -- cgit v1.3