dev-python/wolf_smartset: rework, remove olds
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
DIST wolf_smartset-0.1.11.tar.gz 6169 BLAKE2B 47219601c6807a197364fdc220e527510e13cdb68834804c5f04ebe777175430ee3d9f429c166010e93c691a1e0c9e37f2b82ce876376a3da2a179f6d63b4712 SHA512 8c4c630967fdaa476dd68abc9e2e99702fc3f6f06bacfda9a70be5f0796c52f356391879567a13b8b143d5a169014222c6921e7d60005064dc76f8fb592bdbf8
|
||||
DIST wolf_smartset-0.1.8.tar.gz 5830 BLAKE2B 2e000bcc02290ce1450eb8f71c84efa79656ce8a09cc743f039d9952a7e05bc0c8483d7f5f74afe6b3593ab84e880fb7ccc99e76bb1421109f974990820b4a75 SHA512 ed5ffe66b751df5f10fbbb018f391a818364cc671cb229f567c4b6744c34374dfacecb6deb7c97ed49c39aeddde8a6ca57f49434bdb7e2f3900d56fead112c57
|
||||
EBUILD wolf_smartset-0.1.11.ebuild 791 BLAKE2B 5311a6b5d03d68c7db157e82b0ebf172c46cd0d5ef37a15d0872614eb2808d3adacd59c6b12bcfb2e8af315d74ae99ac94c66e61a6eb3e8a15410ea780e98623 SHA512 330a9cb345ab5a112fc456bfda007383097a6a6890a66a1521aec78b12b0276946f8fa68762dc5364eec327cf81fe5bfcedeae83f887fe7b1be7193dd027474d
|
||||
EBUILD wolf_smartset-0.1.8.ebuild 791 BLAKE2B 5311a6b5d03d68c7db157e82b0ebf172c46cd0d5ef37a15d0872614eb2808d3adacd59c6b12bcfb2e8af315d74ae99ac94c66e61a6eb3e8a15410ea780e98623 SHA512 330a9cb345ab5a112fc456bfda007383097a6a6890a66a1521aec78b12b0276946f8fa68762dc5364eec327cf81fe5bfcedeae83f887fe7b1be7193dd027474d
|
||||
EBUILD wolf_smartset-0.1.11.ebuild 792 BLAKE2B a7c1aa3d4240759f3194f5a4810386a984de619b6ac45eb49edb04c539137e698e548d68a546372f2273efd7d077cb5361edc6e6bbc1a97fbcfc99ee23695575 SHA512 f0df4ade4ca2daab6a70b009b9395f79a8eef78c8b921463680af0a10d922006dda727c495cc9d8792b207aa7e6bad65ce262b2130417191e4cebba79e0fbebd
|
||||
MISC metadata.xml 456 BLAKE2B 06777f704277ffc5960d60c2d7b444fc10ef786acbfa972d60d9cb3cbaa74f9b0f0ebdd46fc0a773cb0a7bfd096ffbee1ecfccf260f3c536fa53d24ab35b898e SHA512 8f214ef99e57f488da06549eb5deb37c0468dfc20e819cc5fdd69f57f50687b5e5a13cb3c93b93f18fe5eeb43fe7b72fa0efe6593dbc60cf0d9892f49cc0c11a
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
PYTHON_COMPAT=( python3_{8..11} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
LICENSE="all-rights-reserved"
|
||||
RESTRICT="mirror"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
@@ -30,3 +30,5 @@ python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
||||
|
||||
@@ -1,32 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="A package to comunicate with Wolf Smart Set Cloud"
|
||||
HOMEPAGE="https://github.com/adamkrol93/wolf-smartset https://pypi.org/project/wolf_smartset/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="all-rights-reserved"
|
||||
RESTRICT="mirror"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND="dev-python/httpx[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
Reference in New Issue
Block a user