dev-python/PyGithub: remove outdated PyGithub
This commit is contained in:
@@ -547,7 +547,7 @@ 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 1554 Ebuilds in total, 1547 of them have in total 1559 (34 different) licenses assigned.
|
||||
There are 1553 Ebuilds in total, 1546 of them have in total 1558 (34 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
@@ -559,8 +559,8 @@ There are 1554 Ebuilds in total, 1547 of them have in total 1559 (34 different)
|
||||
|GPL-2|19|
|
||||
|all-rights-reserved|14|
|
||||
|GPL-3+|13|
|
||||
|LGPL-3+|12|
|
||||
|BSD-2|11|
|
||||
|LGPL-3+|11|
|
||||
|LGPL-2.1|6|
|
||||
|Unlicense|5|
|
||||
|LGPL-2.1+|5|
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
DIST PyGithub-1.55.tar.gz 158046 BLAKE2B 3e5dfef65e76395a1d42e891169ce5a0bdaa5a63c6d01c3119457b13dd29e10b2b109823a2eb792f15b23c7065cb8d50b0173ea4606b85ec4280a54bc59513db SHA512 d6d83ca4b9eb310c749cd3d7112a3e0c79c354885c40855779af003758e65423aede61469ac24cc9ffb1ff2363280a781a3e808d884084ba6b642f4a9560ada4
|
||||
EBUILD PyGithub-1.55.ebuild 882 BLAKE2B ecda98ef0e614e567dfa2a67fde63f2cc5c9c8dcff8b5e7547d221a3a02b010de8c30eb8919dd155c2b89dce18c4c806c6e3a77c67ea7ca0865b973a3d5e06aa SHA512 04566e85e703fe9e4055c957b1b2c8662c24ce610f057173ef636f01a120e44e109b0d0fa460a3685cfff7253053dc0ef1a2790abbf15235349fbf9d48194d90
|
||||
MISC metadata.xml 463 BLAKE2B a63960634d558c5ed62ca58d8ef13268f8a546971e1241a8741d7c210b634096a1498d5fe0bd953b0955aebcc87b236237c7b11d3faebf2f5ab88a5e4d5a6d1a SHA512 12a03a3e80a9673d05ee241f1cc7d52076615811ea9dd4deec4e5cb7e08c1c548a7d7229224ee196f560135287835c6f46b4c4587b7502b26044fca4fc4ac255
|
||||
@@ -1,36 +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="Use the full Github API v3"
|
||||
HOMEPAGE="https://github.com/pygithub/pygithub https://pypi.org/project/PyGithub/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="LGPL-3+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND="dev-python/deprecated[${PYTHON_USEDEP}]
|
||||
>=dev-python/pyjwt-2.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/pynacl-1.4.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/requests-2.14.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,15 +0,0 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>b@edevau.net</email>
|
||||
<name>Andreas Billmeier</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">PyGithub</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>vincent@vincent-jacques.net</email>
|
||||
<name>Vincent Jacques</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user