dev-python/aiogithubapi: rework, remove olds
This commit is contained in:
@@ -538,11 +538,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 1716 Ebuilds in total, 1709 of them have in total 1721 (35 different) licenses assigned.
|
||||
There are 1714 Ebuilds in total, 1707 of them have in total 1719 (35 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1023|
|
||||
|MIT|1021|
|
||||
|Apache-2.0|334|
|
||||
|GPL-3|103|
|
||||
|BSD|98|
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
DIST aiogithubapi-22.2.0.tar.gz 35167 BLAKE2B b84a15a53f0ee49686e2c278aaeb42fe7651775eeb2ffc996c1688a23ae8f26491ca8cb824c31abfe7fc548ab4c431f0104950bf73dc4d577fcef7b33335492e SHA512 c05c3ef28ebb4a97b9b3601cba2beb5169acbc4b47d6cfdcc63e370427f627ae4005f308f766f7ec516ca59e0c8f19be72ffe107ce808c9cf6476be712e567f3
|
||||
DIST aiogithubapi-22.2.3.tar.gz 36345 BLAKE2B 4a85299ca9b0088f8a4dee69c5b691f984062fa4e90328f24a5e6cb0529120606fb2f32cafad2e094ba4ab47f913342096e3a7a8edcf9352b3ca2fbbc7d8a60c SHA512 97cf5490c58046b8f79c3fb4d80e2c4e7b960f5cc914bc56d9c99db4051f27af44a26439a6e318bf524ca408fe13a3b07f0ac0901441d9c287c7591e02e1c4a0
|
||||
DIST aiogithubapi-22.2.4.tar.gz 38079 BLAKE2B fd42f4904a62db1894a8159889a78e8061b95157bceaa5b0ced589b3863db2cb794ac674978efb79ab6c5fcc7921f961ec636264947a27c5dd6ac7e78c652937 SHA512 ea48a759f748f7f2a14da6678bd507e1446a90dc0012aa32dffdc263f36b4b4797b600279454018311970a746d6ac5d3f59ecb7834ee8b93e34688c6c7ce52df
|
||||
EBUILD aiogithubapi-22.2.0.ebuild 865 BLAKE2B 8d3ae0dd0aad751ab2261dca373ff5eb85218d32fb8e6a3c185171f5ca7d97ba00d3a90f179934e74a981505e674fd79866137ff448f5a9d62e0421f9ee28173 SHA512 622baec390c36f75fb95ccbccb8c905bfb298875de040d3227679931c86a5666fdf66caf7f640445a2934d212cacd3443172b3d0ee1dfc4be9bab44789d43083
|
||||
EBUILD aiogithubapi-22.2.3.ebuild 861 BLAKE2B 0a9d56447be150637c39a9052af521e0bcb7deffdb532b7cf011bd95f82679ec64e4a6e543583f73e2d5a4d3e881af7a6914b2bd2d3d18ae13bef171be033178 SHA512 236c0083c19159d2612af3a4f826d4629bcc3a25220d775feb15efc3b02d140d1143ab807ef6bf460d15a4eaac316dfb08245694ebd99b52acc2b8f988e5465e
|
||||
EBUILD aiogithubapi-22.2.4.ebuild 861 BLAKE2B 0a9d56447be150637c39a9052af521e0bcb7deffdb532b7cf011bd95f82679ec64e4a6e543583f73e2d5a4d3e881af7a6914b2bd2d3d18ae13bef171be033178 SHA512 236c0083c19159d2612af3a4f826d4629bcc3a25220d775feb15efc3b02d140d1143ab807ef6bf460d15a4eaac316dfb08245694ebd99b52acc2b8f988e5465e
|
||||
EBUILD aiogithubapi-22.2.4.ebuild 868 BLAKE2B a570117a559a2c447b4b67a5fe07bc1401b7d1aa7cfeb5035839400b35d158aa254f1c945c019595905ce4b3dc46a387aade70963a2811ca4bc8412e5584c39c SHA512 fc4894f019ddc93e31358ded0d6550810b739ef288c7b8eeb56e3639257f695c3bc6227d3d9efd52146779a01ef42360eec677f5ae01ca6bcb341b7d88c3e898
|
||||
MISC metadata.xml 451 BLAKE2B 8c445872222a65a1e97732dbe9dfaa02ef091a326df49116d7efca9cc876c5331dac2b3a131a1c9a4428ded87bac870367bcea750a742befc3a9943cb5b8d828 SHA512 77111a7bae19f3394ce9e702c6d8586aa82bc39436637a516aa0b1ad5098e3c488e58f45c5921115969b75e7392336b3b7bdcd5e778ab2984e0dac7b407d31c6
|
||||
|
||||
@@ -1,35 +0,0 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Asynchronous Python client for the GitHub API"
|
||||
HOMEPAGE="https://github.com/ludeeus/aiogithubapi https://pypi.org/project/aiogithubapi/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND=">=dev-python/aiohttp-3.6.1[${PYTHON_USEDEP}]
|
||||
dev-python/async-timeout[${PYTHON_USEDEP}]
|
||||
>=dev-python/backoff-1.10.0[${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
|
||||
}
|
||||
@@ -1,35 +0,0 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Asynchronous Python client for the GitHub API"
|
||||
HOMEPAGE="https://github.com/ludeeus/aiogithubapi https://pypi.org/project/aiogithubapi/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND=">=dev-python/aiohttp-3.6.1[${PYTHON_USEDEP}]
|
||||
dev-python/async-timeout[${PYTHON_USEDEP}]
|
||||
>=dev-python/backoff-1.10.0[${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
|
||||
}
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
PYTHON_COMPAT=( python3_{8..11} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86 ~amd64-linux ~x86-linux"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
@@ -33,3 +33,5 @@ python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
||||
|
||||
Reference in New Issue
Block a user