mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 00:05:54 +03:00
dev-python/easy-thumbnails: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST easy_thumbnails-2.10.1.tar.gz 81446 BLAKE2B a7ab01225c9f769f4263f1824f5391b339fe2da44b4c0bee47c57f0b3f48579faa9bec7693b14f819d3a01524fe642151028a58a27d6a6b3cf8c9826e8d112d6 SHA512 925c2e73f7ba227cba07c57f0b359688401d9519553373e6d54b74f3adf1486eca84a17131bd23d8b1e73c5d7d71088f933918fd9ea890f4833a5712bd8e5ac8
|
||||
DIST easy_thumbnails-2.10.tar.gz 80721 BLAKE2B 78c404a65252c7937852ea53c8b77bb81fe0a36c5d1594bb16b1878e9839dbb5bff8fe6fd4c3d3baeb2e3d80d4c23eb93e8125d7a719650271f597fac0d014ab SHA512 1ef9d1df6c7750d2bd4e55127b2ebea130a9bcdafd2d8122b0571968bbb89744f1fdf2e96c731452336911cbb50816da47e2bfd34562fd5e014b26c9f3837f6a
|
||||
|
||||
@@ -1,45 +0,0 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Easy thumbnails for Django"
|
||||
HOMEPAGE="
|
||||
https://github.com/SmileyChris/easy-thumbnails/
|
||||
https://pypi.org/project/easy-thumbnails/
|
||||
"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="svg test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-python/django-4.2[${PYTHON_USEDEP}]
|
||||
dev-python/pillow[${PYTHON_USEDEP}]
|
||||
svg? (
|
||||
dev-python/reportlab[${PYTHON_USEDEP}]
|
||||
dev-python/svglib[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
BDEPEND="
|
||||
test? (
|
||||
$(python_gen_impl_dep sqlite)
|
||||
${RDEPEND}
|
||||
dev-python/reportlab[${PYTHON_USEDEP}]
|
||||
dev-python/svglib[${PYTHON_USEDEP}]
|
||||
dev-python/testfixtures[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
|
||||
python_test() {
|
||||
local -x DJANGO_SETTINGS_MODULE=easy_thumbnails.tests.settings
|
||||
local -x PYTHONPATH="${S}"
|
||||
django-admin test -v 2 || die "Tests failed with ${EPYTHON}"
|
||||
}
|
||||
Reference in New Issue
Block a user