dev-python/py-canary: drop olds, change SRC_URI
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
693e8b79ed
commit
e67b9cdc31
@ -1,5 +1,3 @@
|
||||
DIST py-canary-0.5.2.tar.gz 5592 BLAKE2B ec11810dd4cc6f67685d04552c998999428ad890747bfa15a72e26353cfa74f71eb9d79d1d838b53da39d3fb4c6646262260a662bc01bafcf7019290f74e95a3 SHA512 44730737c0782abe73ce4f0fefd472d0ce54a3c68704ef103053716f6c1ad5c501a174015932cc86cdb167d8f84275ca4638d48a1f5dda096c81790c9424b12a
|
||||
DIST py-canary-0.5.3.tar.gz 6899 BLAKE2B b4632b555d5725bd56d5c5440dda2113a6db2321b910b94fa14201aa057556b6c10bb2df24ea89e4a7b1c2ea72f635ae486de9fa28435361d965c71e046a9b00 SHA512 538f354a09f8b908cdec22c9a5be60127941a84465be541fa740c99171d51e2511e105c1de524511f6bcacca6fe687e9d84ab5ba8c075218967c0433f1ae5d30
|
||||
EBUILD py-canary-0.5.2-r1.ebuild 705 BLAKE2B d9658104c94d888ffbaca096645cc69f7729e92b17015a00869e520843e1c4f15bd39e4dbe68ac43b30663990107e6d26b23cbcf869d90bfc2e2cbb3b4bdd4be SHA512 b4f03a8083387f7962e3f4b9a2a492b8604f63e26f5eb31a2468fe793a9590dbe74eccad2da622c9e26a64312169d79a60266704bf1efe3da52f1de5eccc4eab
|
||||
EBUILD py-canary-0.5.3.ebuild 723 BLAKE2B 0bff12bf03ba0535297af3d2bc40fe8ed6923c130599355fd8d75b9cc6802423b8f551091d4304eb61e20ee14fb3095898a8585d87a36e926e47ad98bbc4a521 SHA512 106c84530fde835789c6522a707e33e615c84b0ed082b25caef8b19ab5224ab133d291c6a2a3aef772aa63871a4d720bf391cd7f46fde14ac084af416ccb44f0
|
||||
EBUILD py-canary-0.5.3.ebuild 657 BLAKE2B bcdf271ab1f9fbdee397f4e52f8e3dcfdf78b21cb21e53cc8d0efed1276bf1765c8d968a329979ebfe4b46600446ba599b8c7be71c8c69cdcba1438866f5910a SHA512 5c0e3e222bd63eee094a933a49b2c0a046b92a849bba87afbf430b8b89066612e0fda6a11d4f1fc325098cb88d727bd9a13c0e9c197aecade6d748370523c333
|
||||
MISC metadata.xml 505 BLAKE2B dd5141603dff07c6de478a748c07ae823a50db80959d17a0f93fe79adf6bfe11fdfecf59f5ee1b42c9daf03d1f24181fa22b3bc30049d2a0bbd5e6de4d89ce4b SHA512 6c1e076d79b257122f2ea9dccb497ca1648d93c04c580eec73a82bbf40e0c62a0b56b661a54be9c2d6234e882cd408ec0db4da53379659580b2f608ae915837d
|
||||
|
@ -1,31 +0,0 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Python API for Canary Security Camera"
|
||||
HOMEPAGE="https://github.com/snjoetw/py-canary https://pypi.org/project/py-canary/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND="dev-python/requests[${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
|
@ -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} )
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1
|
||||
PYPI_NO_NORMALIZE=1
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Python API for Canary Security Camera"
|
||||
HOMEPAGE="https://github.com/snjoetw/py-canary https://pypi.org/project/py-canary/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
@ -21,7 +21,6 @@ DOCS="README.md"
|
||||
|
||||
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
Loading…
x
Reference in New Issue
Block a user