dev-python/vtjp: add 0.2.1

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier (@STR/VW3) 2023-10-30 15:01:47 +01:00 committed by Andreas Billmeier
parent ef54ba75e5
commit de1ec1ea1a
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 41 additions and 9 deletions

View File

@ -1,3 +1,5 @@
DIST vtjp-0.1.14.tar.gz 4787 BLAKE2B df253a3d30c9fa9dfddea50355ce3d7677c7a5caa0bb34f106ca6ee3c591827180d8265b76583fe0130aef8f70020b05bca784f0689c188aabcbfd126157fe5f SHA512 f2c1fbeb1303c0e7ed00ed8e5d68f1be6fa4a1dfe829969f28345697ab6fa4545f726634c6651654c6d0b2ab9e5e7288bf03f64f99e1d65801f8c554dc6a0b7c
EBUILD vtjp-0.1.14.ebuild 733 BLAKE2B 26787d4a13fbbddebec3bfff85de2a4c973113f1236bb7e247c216225586df2361a86116ee0e63a12d9f99051c2516d89afc8e9e020762b43439245c0263fdca SHA512 9cf27e9ccab32c2c17b295f1c648d553187e54cc34a42ea744924907c410a6020dbb4af9f75e68ecdeaa6a0743e12a1206f6d329c69e802d442e9e25920fff25
MISC metadata.xml 528 BLAKE2B 7a03f72da230fb188dab685221d1969aeaa336fdd0c2ed8dd9dad9b71e2a8f7a685aa4f8632f9be60609bb36a0bf1976447feb285f6e3fd41b8955c66812b439 SHA512 7e11ef5958572fb9dd8ca617ef048bc73ed7b10700c2e32ca8d881358a4ebf1e86b60c7e8014fee8ae37ae7baeca6eb3e3979201708f69f74c5e928314f8edae
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
MISC metadata.xml 523 BLAKE2B 8596b242a388c79e6694f14ad99d8d476091ced42413d6af3a6c4b0d0d67540b385e7dd2364e3f168abd07ca4f4562d230b7800d2b02af3af6283cef6837f576 SHA512 5f476c082de42595a7cff64a3ab7d76e2c96bf9aaddaeb58fa3bedff5aa495f8c342a8f4b4af9c9162577c2c87c71463901f2fc010878316576f712557e8f75d

View File

@ -7,7 +7,7 @@
</maintainer>
<upstream>
<remote-id type="pypi">vtjp</remote-id>
<remote-id type="github">persandstrom/python-vasttrafik</remote-id>
<remote-id type="github">Miicroo/python-vasttrafik</remote-id>
<maintainer status="unknown">
<email>per.j.sandstrom@gmail.com</email>
<name>Per Sandström</name>

View File

@ -1,15 +1,14 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
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/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@ -22,7 +21,6 @@ RESTRICT="!test? ( test )"
RDEPEND=">=dev-python/requests-2.9.1[${PYTHON_USEDEP}]
>=dev-python/tabulate-0.7.5[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"

View File

@ -0,0 +1,32 @@
# 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