dev-python/crownstone-core: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-06-10 19:39:53 +02:00 committed by Andreas Billmeier
parent c2d45e22aa
commit ae112a9096
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 6 additions and 11 deletions

View File

@ -1,3 +1,3 @@
DIST crownstone-core-3.0.1.tar.gz 51283 BLAKE2B 01fc6ec4099248d7ed98fdab1254334b8cf8406e17a4567e2dc58f3177f6efb658229df44ca61e5c189a5be446fbf6ac023bae07e65d1227bf3ebfc4a0acff56 SHA512 6b4ddbaf3c19c72bb75f8a3cc313964935920df5165ab02cba458ebf35abdc187612f98a47375e390fbcc23c27db6b0fddba1c68097aad53167a7d4e28693424
EBUILD crownstone-core-3.0.1.ebuild 769 BLAKE2B 9b7060ca2926fad22ccfdcbdfbf74673dd4c9288dfdcfb5274ad0fbf80a395b439dddcb85dfd1642d73508fb6e5856e337aa8b85e93a0d49d0290982f824a951 SHA512 26cd0b1400226b0bad2d28a38e5e9a8e7d706494f1ac3e424ce0754209eb7eec62169ea707bd7b134dd17a75107d8e5b516591b93ed82aa4a0a9708537df6231
EBUILD crownstone-core-3.0.1.ebuild 693 BLAKE2B 7e8f3879a9580a55dad3fafb3f5dda9cf1343e384feba9dc7cdbc1b4101c05846d697bad09e8be41dacf989ece33dbba89377b9aac46f0f9b89e960486cd6988 SHA512 290dc728a1b9dbb17430d8061f256ef2f2110bf9184b3874dfdfd51afd8a5b33a9383fb51c27491175fbd405db54a4eab0b0d8c0dbdc963709fb801e6c012d8a
MISC metadata.xml 413 BLAKE2B 34e512a8ce54a11999fff4621eb60c9a507192ee983ec1a41f1c6e97cb78e4fd62f1b7b8c36c930a67f3ac37d52feb219cff574b4b654be630cc1c626435cba8 SHA512 701c7acc89c56cbd080a709ca952dbb8c97fa63a712f7f87418731800f91621cdc5ade5389bc38dc78244d183f66a9d60d13bb4b2f0d5d6b1a288d83b045f210

View File

@ -1,15 +1,15 @@
# 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
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
DESCRIPTION="This is the core of the python lib. It contains shared classes, definitions and utils"
HOMEPAGE="https://github.com/crownstone/crownstone-lib-python-core https://pypi.org/project/crownstone-core/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@ -21,13 +21,8 @@ DOCS="README.md"
RDEPEND=">=dev-python/pyaes-1.6[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest