bump vehicle-0.3.1
This commit is contained in:
parent
dcb34e2bdd
commit
8297892966
@ -1,3 +1,5 @@
|
||||
DIST vehicle-0.2.2.tar.gz 11004 BLAKE2B 7315916e5cfa8d94bbc80df601bf8bfe9ea9d04cec8d156a1005620c313d220890a08282c373c0717487339c79ae8c11ed51e9526703e1ad46494f3048e2a1ee SHA512 1176425d9d3fb65762a28f3a32db71be3f6f25ddf5239d94216b5097af7e713867fd20fff2be0f9018f21e5962611af455996fde76f2f5cfeb6ed8674b6927d9
|
||||
DIST vehicle-0.3.1.tar.gz 11024 BLAKE2B 49b96dfca5b0cf55b3814fb5a6751d213ac0efe8bfd3aa5208af81b491274ec453a621f9f542354b078e7142601455b9869d5b7be9a88ce588d75b4412051517 SHA512 21d1d189516bf28bf4f004fcdfeecfde89c58a3a40850ad3f4f06c2d703c61e0e259dcf0839eaa0c4486db99b50954974c5540288fa8871ffa5fd3e29718ecb3
|
||||
EBUILD vehicle-0.2.2.ebuild 849 BLAKE2B 82ee4022e1bd82244731caa9992d36d1e33669f6081e87f3a3db931763dabf8f384796b9d6730c7c1622ac788dcb89b7a3da37f2a157f1080e6175c6bee73186 SHA512 20b2451f173b8ad53b7929064522dd99f108eb15019ece5692b39b9a0c87ff674cff0462f4d2b515eff7fca10cf034fb229123a8c40de791ff187a75aa196a47
|
||||
EBUILD vehicle-0.3.1.ebuild 1024 BLAKE2B 6c1a13e452257e7615212337e419def12945810be072810d09f8748ccc70cfaaf4d9a149d844b24fc947934c7a79ad3ca09fac97580fe56236b552c8679eecc4 SHA512 a02dd91990b57fe07ceb00c8ecf767fdd0ed2f9feb1955fa5626470818d25bf76b2c11f2f5c2842b7458447a676045e71866cbf7db4938988cc2827b0558d28e
|
||||
MISC metadata.xml 454 BLAKE2B 54c28161fda9a6b18b1456f14d1b04ca220da86b80bc27353199b5a41b53bfb165046b02138bdbc83ccb0f43ec9876cd3ee7b43b4233318b7804164ac9815d80 SHA512 9642bfa20991411639655543f71537e67bea55cc3076a549222d1592a51bc8f0619202be565633d91b869314c0f77b949c2db0a34ba67800c7d3794036f8edbf
|
||||
|
||||
38
dev-python/vehicle/vehicle-0.3.1.ebuild
Normal file
38
dev-python/vehicle/vehicle-0.3.1.ebuild
Normal file
@ -0,0 +1,38 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Asynchronous Python client providing RDW vehicle information."
|
||||
HOMEPAGE="https://github.com/frenck/python-vehicle https://pypi.org/project/vehicle/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND=">=dev-python/aiohttp-3.0.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/yarl-1.6.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/pydantic-1.8.0[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-cov[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-aiohttp[${PYTHON_USEDEP}]
|
||||
dev-python/asynctest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user