dev-python/vtjp: drop 0.1.14

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-04-12 21:13:52 +02:00
parent d907c584ff
commit 87151e2235
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 3 additions and 37 deletions

View File

@ -1,5 +1,3 @@
DIST vtjp-0.1.14.tar.gz 4787 BLAKE2B df253a3d30c9fa9dfddea50355ce3d7677c7a5caa0bb34f106ca6ee3c591827180d8265b76583fe0130aef8f70020b05bca784f0689c188aabcbfd126157fe5f SHA512 f2c1fbeb1303c0e7ed00ed8e5d68f1be6fa4a1dfe829969f28345697ab6fa4545f726634c6651654c6d0b2ab9e5e7288bf03f64f99e1d65801f8c554dc6a0b7c
DIST vtjp-0.2.1.tar.gz 6604 BLAKE2B ad207eaa01679bcb66817104203066ce54ea58e3db29c88f450261634be14c22a82222437a29abcaefd6c2772b24c218767160000de344a286d5d70bc85b30e6 SHA512 c59afa10b1c8e47cae2d049b151a7a4cc8271cb62a86ce199a07597ec5d0062f3264b2c2e0af6a973b280af4010117287b217aa7c3c8b7106588ee37fa97dbd7
EBUILD vtjp-0.1.14.ebuild 678 BLAKE2B 8ed63d5571336028654d528420041bc39ac7599b45e7604a93911ba957c8f808c21fae4db101bb034640f6d22ed8049ac8419cbca826886151ad31089b22d600 SHA512 827af0bb06cf57d5eb05111491baa33ae9d6c59cd383956e34ec73f2143f11341db44c22ffecb140ba935bb080c2dd237376956e9391c4ec49cd8e87927f14f7
EBUILD vtjp-0.2.1.ebuild 678 BLAKE2B 8ed63d5571336028654d528420041bc39ac7599b45e7604a93911ba957c8f808c21fae4db101bb034640f6d22ed8049ac8419cbca826886151ad31089b22d600 SHA512 827af0bb06cf57d5eb05111491baa33ae9d6c59cd383956e34ec73f2143f11341db44c22ffecb140ba935bb080c2dd237376956e9391c4ec49cd8e87927f14f7
EBUILD vtjp-0.2.1.ebuild 678 BLAKE2B 6c04fa387dae76a282562eaaf59a87e029f1468e6ab0b0f717968217b72c649317117af3f602ee815b88da00dada86c7b4dc63993c840fd51f2a12735f926bd5 SHA512 11baf1e598a4dbbb11e7ba4265c166d3d47cf61cf55313d54d02bfe501129f7aa10e88f22d0fc1a3b1b4d0e0a177bc5103ac51920d0e90a14d4037d55139ff2c
MISC metadata.xml 523 BLAKE2B 8596b242a388c79e6694f14ad99d8d476091ced42413d6af3a6c4b0d0d67540b385e7dd2364e3f168abd07ca4f4562d230b7800d2b02af3af6283cef6837f576 SHA512 5f476c082de42595a7cff64a3ab7d76e2c96bf9aaddaeb58fa3bedff5aa495f8c342a8f4b4af9c9162577c2c87c71463901f2fc010878316576f712557e8f75d

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
inherit distutils-r1 pypi
DESCRIPTION="Vasttrafik API"
HOMEPAGE="https://github.com/persandstrom/python-vasttrafik https://pypi.org/project/vtjp/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
#DOCS="README.md"
RDEPEND=">=dev-python/requests-2.9.1[${PYTHON_USEDEP}]
>=dev-python/tabulate-0.7.5[${PYTHON_USEDEP}]"
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
inherit distutils-r1 pypi