dev-python/twentemilieu: drop 0.6.1
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
dd7333cb62
commit
22d6b6fa74
@ -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 1745 Ebuilds in total, 1734 of them have in total 1748 (40 different) licenses assigned.
|
||||
There are 1744 Ebuilds in total, 1733 of them have in total 1747 (40 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1006|
|
||||
|MIT|1005|
|
||||
|Apache-2.0|370|
|
||||
|GPL-3|103|
|
||||
|BSD|100|
|
||||
|
@ -1,7 +1,5 @@
|
||||
DIST twentemilieu-0.6.1.tar.gz 8488 BLAKE2B 356344a2543a447cc1a279aff28490880840180f7c22978415623bb7a6d97e1d2a2dd687dd59196eecaaf5f20d48c6b3f74a600606da9d06c64f43b910bf1da3 SHA512 9658c50b874683befa0ff2ecfcdb63072b90cd668ecd8e2d5d5ebed3138b39d7e9145ef31d90db6758091947ae4fd7e1d9eabca8effc94be4be94d9d29ded94f
|
||||
DIST twentemilieu-1.0.0.tar.gz 7075 BLAKE2B bd29ef2f619976af040f567c4ededa5c87d4a2af17f3e82ce88fa8d4a7792c09de1c257cfd9d94ecba2772b6fad3983900bb831d4f06cd6c2bba1d0fe7f3d1e0 SHA512 350a9ae21ce3ab5893ddb5fed76231a0281089640f997393334ab2cb297bd46f761cf79968d30b3d723b164cf84039f93a2aeb48d79daa0f692bb0531f720e95
|
||||
DIST twentemilieu-2.0.0.tar.gz 7190 BLAKE2B 53d6cf6b6cefc10b6411559f1a12a1ef36846f23cf6033d82d3a8c9a167a461e6e3f0d4d6ad0fd12c4aff240fc956951ef8e68c8576dcdae7d958f9f35f66a67 SHA512 d3ca102b51ce61bf4b164d9607c0caf7874e56cd0098360c7a040d041b858f63ef8435b9a9e7227d434455a244b043bdf0611a960cf1730b4d64c3916b7574c7
|
||||
EBUILD twentemilieu-0.6.1.ebuild 837 BLAKE2B 531c4162738056d956607e16b3dec2277e3d601ec6b27b3789d1b04ade863f8a830718c00ea13cf40d855f6fd1e9445b8a00c82c9685ad8591fbf1e0555e0c51 SHA512 4a3fd25a3f03cf9ce829165a6b6b41e5aa52f87897f99f5c5d70973f6ea91f9b86d4cc9e2d3c8862cb5c039252b97ec346e0b5d4e03b7c140bd5903082d0c648
|
||||
EBUILD twentemilieu-1.0.0.ebuild 837 BLAKE2B 531c4162738056d956607e16b3dec2277e3d601ec6b27b3789d1b04ade863f8a830718c00ea13cf40d855f6fd1e9445b8a00c82c9685ad8591fbf1e0555e0c51 SHA512 4a3fd25a3f03cf9ce829165a6b6b41e5aa52f87897f99f5c5d70973f6ea91f9b86d4cc9e2d3c8862cb5c039252b97ec346e0b5d4e03b7c140bd5903082d0c648
|
||||
EBUILD twentemilieu-2.0.0.ebuild 837 BLAKE2B 531c4162738056d956607e16b3dec2277e3d601ec6b27b3789d1b04ade863f8a830718c00ea13cf40d855f6fd1e9445b8a00c82c9685ad8591fbf1e0555e0c51 SHA512 4a3fd25a3f03cf9ce829165a6b6b41e5aa52f87897f99f5c5d70973f6ea91f9b86d4cc9e2d3c8862cb5c039252b97ec346e0b5d4e03b7c140bd5903082d0c648
|
||||
MISC metadata.xml 527 BLAKE2B 160f44258e023f82ab573d123e523c3879adf860aa94a482f6f962258c69d6e2803f5886c2f3b3540a93eec644d4daa86eec15efad346b60529bb3c5dfad2159 SHA512 0c7fd24719f278b705f17e0e26745cac84da071271003220b8c84d5bc461fed7f314bbe0a5c6b3535b10dce8bb66c93c306e04b0c23335e5a161d6829421823e
|
||||
|
@ -1,35 +0,0 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
DISTUTILS_USE_PEP517=poetry
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Asynchronous Python client for Twente Milieu API."
|
||||
HOMEPAGE="https://github.com/frenck/python-twentemilieu https://pypi.org/project/twentemilieu/"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND=">=dev-python/aiohttp-3.0.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/yarl-1.6.0[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/aresponses[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-cov[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
Loading…
x
Reference in New Issue
Block a user