dev-python/python-didl-lite: drop 1.3.2

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-04-12 19:03:45 +02:00
parent ca4bc17130
commit 4b51b3fa27
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 3 additions and 37 deletions

View File

@ -1,5 +1,3 @@
DIST python-didl-lite-1.3.2.tar.gz 12855 BLAKE2B 5b1424faa59c2657c04ec82f92142527e1c9aad98f26d8ce15e279d5369e1d9ff996a5cc4a3090b73c7c9379eb80c5c912a171c87596d062412facb0fff650c9 SHA512 58dd3f4fe156e67eb19411980d54fc9c2de6b684edf0b9f502522335ed80bb768bf4cca58cbba2fe922ae11e9036133a55cafa061dbab3c43b22f2f6decec03d
DIST python-didl-lite-1.4.0.tar.gz 15891 BLAKE2B 944e9e503ae9152672e1f379a6257fca1fdab553bd43f21d14e3c01ffd3b43cf91c88ee915e96cc7abcdb769d553b9d608cd4bbca7ec14afb542d214fcf8b3a4 SHA512 19e2bf2f118c2fdcde6d45462178f632dbd8869d83ab505add28ca998aa098dc77fa0f923ba925350a39c55ca2a588584470241f46612aaf9e4de130b10907f7
EBUILD python-didl-lite-1.3.2.ebuild 702 BLAKE2B c1313e606635bc85b03586acf96174099f43e5bc6fde2edc20df8afec1b4d437fbde2bc0f2e990522c694d8846a13c403a50789cffcda7ab1e64861bb8d3c518 SHA512 1dabadb6b525d5636430796bd885c2cbe04b1fccee184922ddeee160ee37adb39a4ec5e1a38f0a869fb7dc1a9263ea05d850864be5236353ea233e9538424bc2
EBUILD python-didl-lite-1.4.0.ebuild 661 BLAKE2B 7576ffd4afecb812f67580cacf1a14df071c702b3b51b7556e4ee0fb5e9d55d56fc1328e806d6e55fc97e2e1aff5a802b7dac0fe653b93b88aa41c33ca2d90f3 SHA512 51cc906ea5adcd0ececdd10c66da68b9119a84e4690f5931842d1048ae27b598ceb35f40394568719ee5bd6d64cb309dd39fcd0d15cc010c5ff130ecdd68303e
EBUILD python-didl-lite-1.4.0.ebuild 661 BLAKE2B 56eddf4548041e4ce9f9775981b545ffbdd04461dc99ee49b2c266e1fd575ca923d83262b2bac73c090b7e1f8b0f0c254154088151304a6eeea0f2e9539b66a9 SHA512 2eafd2118c46113a217546b5e951ccd4b011ac9357441ea8c15da7698edf2eb4d1b2e9eed154c03ebbf7a1db2033150b7ab8ec2d2db2afb74806a474ff7a7f2c
MISC metadata.xml 536 BLAKE2B a4946772b650a78ddbc3c50dd78d4f384332fecaff054a67c8ab76bc88a8921241d09673529cf9677a829cb69f11a515c5bbf04b4b4c36ded2603712df988823 SHA512 7a04c76e2b5f3b30b6e7e121bb29859ef1a8eb6ca406c84ec70d49fe3cce7a446224f784b31fd4a34614b40ca4d2631682a75367828aac65f3e060b439db4403

View File

@ -1,32 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
DESCRIPTION="DIDL-Lite (Digital Item Declaration Language) tools for Python"
HOMEPAGE="https://github.com/StevenLooman/python-didl-lite/ https://pypi.org/project/python-didl-lite/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.rst"
RDEPEND=">=dev-python/defusedxml-0.6.0"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest

View File

@ -1,9 +1,9 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{11..12} )
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi