dev-python/adax: drop olds

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2024-01-07 12:59:07 +01:00
parent dd227fdae7
commit e2c99c1746
5 changed files with 4 additions and 70 deletions

View File

@@ -617,11 +617,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 1657 Ebuilds in total, 1646 of them have in total 1665 (42 different) licenses assigned.
There are 1655 Ebuilds in total, 1644 of them have in total 1663 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|944|
|MIT|942|
|Apache-2.0|361|
|GPL-3|110|
|BSD|93|

View File

@@ -1,7 +1,3 @@
DIST adax-0.2.0.tar.gz 3840 BLAKE2B 03b1e26912f1ae32e585b594e6022375f617d3fe60790eeda62892ad7a89c641bb2371097101dd86ea82c06064f46d8137750e54a00673e0a04551f3f4af35e6 SHA512 0e59ea80972926022afec42d9fb7ee69b89f89fe6b5a914cbde4bc910670e04d0a8b280cfa50dbe1b2b16b3d03ea19af2f8ab5f415d1402781cf9517a23d5665
DIST adax-0.3.0.tar.gz 4129 BLAKE2B 71df023ea92e07f8fcb393a12286542ef19c865a1454d137dc34349fa4c7d45483d132d48161930714dd762c43fecbc8c1723ee625617732c2b7cb1a2d5a8316 SHA512 0b652c8aaf4617381d65271c250096e7035ff13b6d526762c745008e55829483f4fc305aada62e57160b95fd432a5d184cf3bec1073cb07dcf64b7ff31b74f1e
DIST adax-0.4.0.tar.gz 4315 BLAKE2B e9afaec4fcc640b31d533419f110a8774b6338e0560affe34aed238a8979a140cecd75d014728c3c50dd0fd15f31f60b41876c7d6f0ce3b03978837e7fdb28b0 SHA512 1b77eaff18b69e7e9ded9b7e8b91fd31099868f50973b79cd4b7bbfea9743bae094c79dbf6daaa88686a84229d671b8b7418a093c10f78e7d4fde9f7aac05acb
EBUILD adax-0.2.0.ebuild 690 BLAKE2B 0057160c5d10607e646b08ae45cbc87579210a178fe7a80efda8449749d08f55f15f049762a679f60581c5c4618c115312ce11e9321f5fee0f17c3e3e1485528 SHA512 006a7c6e662f3323f0fc20cbd999c064cf007beeffe6a63d0504c6190ec626585bef7153a95045b67398c339eb7bef0a7f818565987d546c474b961ff5e64c0c
EBUILD adax-0.3.0.ebuild 718 BLAKE2B c38f725f521a85b973ede0b2fe342ff4b5ff008f577f881a39b13d7929174320da4a6e6f827ca57f04ff01fe1f90dca6561025dd21d87b23e0be9c45e6b3dfa9 SHA512 b2d559682cfa058d7abd91bee4d179ac2fd1f8aab18f00c54a47c2b70bba7497a38e0452ded3782aa0e0dc0e7fba350555e6a161bb994752253389ad6c16007a
EBUILD adax-0.4.0.ebuild 718 BLAKE2B c38f725f521a85b973ede0b2fe342ff4b5ff008f577f881a39b13d7929174320da4a6e6f827ca57f04ff01fe1f90dca6561025dd21d87b23e0be9c45e6b3dfa9 SHA512 b2d559682cfa058d7abd91bee4d179ac2fd1f8aab18f00c54a47c2b70bba7497a38e0452ded3782aa0e0dc0e7fba350555e6a161bb994752253389ad6c16007a
EBUILD adax-0.4.0.ebuild 718 BLAKE2B 3a484e0f54f710d3e977cb780716174c8008404382469df9d81fd2cbd8632a41f123dd372caa420a35deb4cb250574d0bead1145733927b3b45321f51f570cba SHA512 bf031a16d481d40c75eb51bb38b8f313c9e75a07fbdb6bc930092a9fbeb456449aa4e98879189fa8d52a579b41a4cbbf442668f7e637f73107b46ecaabcc835e
MISC metadata.xml 516 BLAKE2B 322c1761331e76b19591283454bfdb190f0aa11fda8bdca3ffddb78918be72d4a26e7c1ab84f6a20b72458ef26dd9f04e21eb6b97d78647210744cc54f05c324 SHA512 6310ff396b2f13f4e44787912ca5798e37b3ac78f005cd9f4f3f2f5e232dd61a0ac835b058f2d44121d59778082e1242d52de6bcba7664775a33afa8011febee

View File

@@ -1,31 +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=setuptools
inherit distutils-r1 pypi
DESCRIPTION="A python3 library to communicate with Adax"
HOMEPAGE="https://github.com/Danielhiversen/pyAdax https://pypi.org/project/adax/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS=""
RDEPEND=">=dev-python/aiohttp-3.0.6[${PYTHON_USEDEP}]
>=dev-python/async-timeout-3.0.0[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest

View File

@@ -1,31 +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=setuptools
inherit distutils-r1 pypi
DESCRIPTION="A python3 library to communicate with Adax"
HOMEPAGE="https://github.com/Danielhiversen/pyAdax https://pypi.org/project/adax/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS=""
RDEPEND=">=dev-python/aiohttp-3.0.6[${PYTHON_USEDEP}]
$(python_gen_cond_dep 'dev-python/async-timeout[${PYTHON_USEDEP}]' python3_10)"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8