remove olds
This commit is contained in:
parent
a275d4f8ab
commit
9e0a82f2ff
@ -496,12 +496,12 @@ From time to time a fresh compile test on empty boxes (one with Python 3.9 and o
|
||||
|
||||
## 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 1686 Ebuilds in total, 1678 of them have in total 1686 (35 different) licenses assigned.
|
||||
There are 1684 Ebuilds in total, 1676 of them have in total 1684 (35 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1029|
|
||||
|Apache-2.0|305|
|
||||
|Apache-2.0|303|
|
||||
|GPL-3|103|
|
||||
|BSD|90|
|
||||
|LGPL-3|27|
|
||||
|
||||
@ -1,3 +0,0 @@
|
||||
DIST google-api-core-1.31.2.tar.gz 135491 BLAKE2B d2567f628ac888b8f708b5e62c7a34cdad592e98689b3208041e48f08345da5df7da295d261af73c8e89041c91297a90af243b24c250095493af07c6d892459f SHA512 e819bbaadf1aedf78cb397c9a5a9677fbc625285a4f3d14620e5af0ec125f97eaabe18e34a669daee3bd51520de0818a4e2f451f83502ad78adf77e4c739fa67
|
||||
EBUILD google-api-core-1.31.2.ebuild 1522 BLAKE2B 4d6cbbf3c3c6182ba0990d557b41d0100089bfb3169eb74d34363dfd9531a029e078af8adc59df509ecddbf3526acc2e795bb3076698b29fbfac83e200e1e2c2 SHA512 232ef39d200e531a505f0b0e0825a184113396cc83b8142022b08bcbefa8a926f853aa5fde792ccd75f647e500fa856d6b78861cccf53fd8f1104fa4b36bdb62
|
||||
MISC metadata.xml 453 BLAKE2B b53e834b3c423d8bdceaa2568f38173fc203f92f2340edd42899e4d4a93602118dbdb2283d492e34189155c336ec659d96f907f257b34cbe5557be331169a4f5 SHA512 d26c893b82fa946cab27669148b3dc2dea8b985636209ae49294cb14a7055f6c4a3884b38bce6e4923a54e9872af7e540b33a992eb727caae96e071a8ffe3237
|
||||
@ -1,51 +0,0 @@
|
||||
# Copyright 2020-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
DISTUTILS_USE_SETUPTOOLS=rdepend
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Core Library for Google Client Libraries"
|
||||
HOMEPAGE="https://github.com/googleapis/python-api-core
|
||||
https://googleapis.dev/python/google-api-core/latest"
|
||||
SRC_URI="https://github.com/googleapis/${PN//google/python}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/${P//google/python}"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm ~arm64 x86"
|
||||
|
||||
RDEPEND="
|
||||
dev-python/namespace-google[${PYTHON_USEDEP}]
|
||||
dev-python/protobuf-python[${PYTHON_USEDEP}]
|
||||
dev-python/googleapis-common-protos[${PYTHON_USEDEP}]
|
||||
>=dev-python/google-auth-1.25.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/requests-2.18.0[${PYTHON_USEDEP}]
|
||||
<dev-python/requests-3[${PYTHON_USEDEP}]
|
||||
dev-python/six[${PYTHON_USEDEP}]
|
||||
dev-python/pytz[${PYTHON_USEDEP}]
|
||||
dev-python/packaging[${PYTHON_USEDEP}]
|
||||
"
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/grpcio[${PYTHON_USEDEP}]
|
||||
dev-python/mock[${PYTHON_USEDEP}]
|
||||
dev-python/rsa[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
|
||||
distutils_enable_tests --install pytest
|
||||
|
||||
EPYTEST_DESELECT=(
|
||||
# TODO: package proto-plus
|
||||
tests/unit/test_protobuf_helpers.py::test_field_mask_ignore_trailing_underscore
|
||||
tests/unit/test_protobuf_helpers.py::test_field_mask_ignore_trailing_underscore_with_nesting
|
||||
)
|
||||
|
||||
python_install_all() {
|
||||
distutils-r1_python_install_all
|
||||
find "${D}" -name '*.pth' -delete || die
|
||||
}
|
||||
@ -1,16 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>chutzpah@gentoo.org</email>
|
||||
<name>Patrick McLean</name>
|
||||
</maintainer>
|
||||
<maintainer type="project">
|
||||
<email>python@gentoo.org</email>
|
||||
<name>Python</name>
|
||||
</maintainer>
|
||||
<stabilize-allarches/>
|
||||
<upstream>
|
||||
<remote-id type="pypi">google-api-core</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
@ -1,3 +0,0 @@
|
||||
DIST proto-plus-1.19.0.tar.gz 46836 BLAKE2B 8f5fa148e464de288849ee96381f5172419c45db51036b80734a4a7e82bcfb4e88a4058acfcce815a3c6c92079a09871cc3ebe24146d4be443647e6d8cf31ccb SHA512 47d8b753d5ca60970ce908176fce85c29b3eb7c082c9d3c2b0e53ee09a3c538d844bfd71f6b7c9f1a4302ae61060547a2cf7763f0970f82581fad87f7c97db73
|
||||
EBUILD proto-plus-1.19.0.ebuild 795 BLAKE2B 1088bf8eb6e7799e80111b7b8fab20b69ee5d03548be8bbf08bef7e84904c4104717b307a12dd773668dd5f6f683cab7614504015155ce4ceb360c923ff77d16 SHA512 3897425e073a0e65d0f3d2515165f97444e0ec9758afbb307ef6730b6e6034817ee0fab35116f0473846b6d5e5897cc2bbe1eadcce42d4ecc88e7888e7162360
|
||||
MISC metadata.xml 463 BLAKE2B 5d61c29d1fe88752c4b1062e0b027205eaace51c495c3980ee44d2cbdf5b772f5975b6acdb607395461d2878741b570381f6ca6821822b7efe7eed274dbc50e9 SHA512 e6e9cdcbed9cc69e66999ba00438cad29569b00cb2bdd93507767371ff2322e48d28fd3069e44d22c2616b1c5c1201abd2ade599ffbc826637ce4f6653458f6f
|
||||
@ -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">proto-plus</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>googleapis-packages@google.com</email>
|
||||
<name>Google LLC</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
@ -1,33 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Beautiful, Pythonic protocol buffers."
|
||||
HOMEPAGE="https://github.com/googleapis/proto-plus-python.git https://pypi.org/project/proto-plus/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.rst"
|
||||
|
||||
RDEPEND=">=dev-python/protobuf-python-3.12.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
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user