dev-python/surepy: change SRC_URI, drop olds
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
2c72b5800d
commit
31423a8014
@ -612,11 +612,11 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
|
||||
|
||||
## Licenses
|
||||
This repository itself is released under GPL-3 (like most Gentoo repositories), all work on the depending components under the licenses they came from. Perhaps you came here because I filed an issue at your component about a bad or missing license. It is easy to [assign a license](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). During cleanups and license investigations I have been asked often which license to choose. I am not a lawyer, but I can offer the following table, counted over this repository, perhaps this helps your decision. If a package has more than one license listed, all of them are counted.
|
||||
There are 1870 Ebuilds in total, 1859 of them have in total 1878 (40 different) licenses assigned.
|
||||
There are 1869 Ebuilds in total, 1858 of them have in total 1877 (40 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1075|
|
||||
|MIT|1074|
|
||||
|Apache-2.0|408|
|
||||
|GPL-3|121|
|
||||
|BSD|100|
|
||||
|
@ -1,5 +1,3 @@
|
||||
DIST surepy-0.7.2.tar.gz 22268 BLAKE2B 1e2260ca91a0f259aadcee125dd58aad6cddac3e6312ec127968807ecc7273b9fe80e2a62b9c43a637811f06dab22dced114c27fa5e50c08bffa4510edaf2a15 SHA512 40a3397268715ad50f8e31ab3ec1888f423b633b2d99f53917268a01cd62ea1685e62ec20b88f3b56d4e14b6d60c9f55a083c6735607d5b75bbe48888dbfa5db
|
||||
DIST surepy-0.8.0.tar.gz 22369 BLAKE2B bc3811b093433a683963a8878f590519f1e23e0e2bf298ec9c070734ac4f548073448992f8383320160fe486c67606efcd9fd92a6dbfed949a346a8368158a7a SHA512 35b06329afa0c527109bf83d2d1b0449c769cae78d989775f1018fe1d7c86552bb7b3a6c0da322dad203f79eaa35662a3744cb08aa579336bdacfa08b5e1873e
|
||||
EBUILD surepy-0.7.2.ebuild 918 BLAKE2B 6ee13e1905e88378c18bd8f008634320449112192369a48b456721538fa8dd0a064b319ba5d9b47b23d9377aba47d71cef8d6644bd9661d4f21e2ae1206fcce6 SHA512 9db55462e6b0c98e0d8a30512c39eb5e3b354f41081b57c109eca56feb2e2603078dd871d4ace6bad67f2725d55777fd211605db1a0ca77e8e9b6ace52cd78b2
|
||||
EBUILD surepy-0.8.0.ebuild 991 BLAKE2B 7ba51e5693c4be369c8a209677cd4ba7a5b053aea4b106f2ea66e3f24cf7c05df6e91c72d822eeeade2799bd23bbbd72e8596395b79e1284d3faf6bb498bbf18 SHA512 38603c5799ad31aa1f9163e2140598ea3d0896410c046aad5728da657465eb3b45744f97be92c762877efb6b746f69886b5c37491457c22d058529138acda880
|
||||
EBUILD surepy-0.8.0.ebuild 931 BLAKE2B 5ea3aeb7d691654b051ed6ce9ab456ea596277c7074f351dbd307deffb2513f624aa9d38fe343443faed235579f78d2c0d0f7969d09366f1dc5956b4b183832e SHA512 eb657c7a6ee75f2d0104f3787e958ee7108d44393247fee0d06b010156325b2dec044f178ebde3005775636b83762905927204c1bc675221b7e15c564bd6b685
|
||||
MISC metadata.xml 498 BLAKE2B e958e35a555eb5925b9f026e1a0e5aca21c443e4bb6153c963e6ad8033c7609e7b7ce76576589ebbe79c408a619f9242c220c1d4c8a39e29f8525d802871cee5 SHA512 b09f2fdc27e0cdf04c881a10083e2356d5eedb6878f8115dcc460fc3d2e12165e8f3f33248a4c8f02b00e5bd82a89bd1b9450086b99883879a8bade786e64795
|
||||
|
@ -1,36 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Library to interact with the flaps & doors from Sure Petcare."
|
||||
HOMEPAGE="https://github.com/benleb/surepy https://pypi.org/project/surepy/"
|
||||
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 )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND=">=dev-python/async-timeout-3.0.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/click-7.1.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/aiohttp-3.7.4[${PYTHON_USEDEP}]
|
||||
>=dev-python/requests-2.24.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/rich-10.1.0[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
dev-python/setuptools-scm[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
py.test -v -v || die
|
||||
}
|
@ -1,15 +1,13 @@
|
||||
# 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=poetry
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Library to interact with the flaps & doors from Sure Petcare."
|
||||
HOMEPAGE="https://github.com/benleb/surepy https://pypi.org/project/surepy/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
@ -25,7 +23,6 @@ RDEPEND=">=dev-python/async-timeout-3.0.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/requests-2.24.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/rich-10.1.0[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
dev-python/setuptools-scm[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
|
Loading…
x
Reference in New Issue
Block a user