WIP: tf-models-official-2.5.0 build failure #300

This commit is contained in:
Andreas Billmeier 2022-10-18 00:45:37 +02:00 committed by Andreas Billmeier
parent 35be1aa025
commit 2c8d454f28
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 9 additions and 45 deletions

View File

@ -547,12 +547,12 @@ 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 1471 Ebuilds in total, 1464 of them have in total 1474 (34 different) licenses assigned.
There are 1470 Ebuilds in total, 1463 of them have in total 1473 (34 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|856|
|Apache-2.0|299|
|Apache-2.0|298|
|GPL-3|91|
|BSD|89|
|LGPL-3|22|

View File

@ -1,5 +1,3 @@
DIST tf-models-official-2.3.0.tar.gz 538565 BLAKE2B a3b3aa89e958ba559096594ea31f6445b33a59c750c20b89745a90260442484c2529519ea25a5556ddc0fe98a118dfa2165625a630baed6d79baebfc7d4c8f5d SHA512 7d7da9b3e1aee7a478d1cfb8567a259233f0abd9d5308bc4439ef287280dbcbf4bc46012ee98408ef3f6bc72ce103945ebdcd3858216aa0640aa71a82610c69d
DIST tf-models-official-2.5.0.tar.gz 1015250 BLAKE2B 74701919ac3ea7956aae045cce3f0ce4778398b46ebc6b3abc8516eefcaf4a7baab63abc743fa4e8d9234a1844ab195913af5b588a416de4f310f5de2d36d883 SHA512 4447fcf1a63665c8e09e40abbd17dc770feb2616e4508a93b61758a23e53700547928b143530760fbf3bb9fb2ecddf064712664151937edc38fd2e6d677755af
EBUILD tf-models-official-2.3.0.ebuild 712 BLAKE2B 4d05797944acdf1bad640cb92a4525e4ea99aff4b5a2efa58ca57aa511d59dea109617439d858f12dece4a9663878bb29a8fc0af90db2877069a31a9a26dd395 SHA512 4a240bdbd5e36485afbffb63726ff87a2935b8e6578dbdc9885e2c106677717f453965d8feb0e47b17cc32f3348f0e66a8a359d79749d0404733cad4700308a9
EBUILD tf-models-official-2.5.0.ebuild 712 BLAKE2B 4d05797944acdf1bad640cb92a4525e4ea99aff4b5a2efa58ca57aa511d59dea109617439d858f12dece4a9663878bb29a8fc0af90db2877069a31a9a26dd395 SHA512 4a240bdbd5e36485afbffb63726ff87a2935b8e6578dbdc9885e2c106677717f453965d8feb0e47b17cc32f3348f0e66a8a359d79749d0404733cad4700308a9
EBUILD tf-models-official-2.5.0.ebuild 649 BLAKE2B 298d22ef3d256fe0299143ab02baa6c8308d1197c17d86b4951b71304c8e200fa375ffacf5160cc20fed9f21af77461625d6c35d5455429ea2faf742ee98c16d SHA512 0c63c4967f46f6687fee05a3ff88c70b7728a3a7dbe85c9018cae539f0eea0fec2bccc9c376f3882182dbd3fc05dad46d4d501de30f2e02e49172728a7b819f0
MISC metadata.xml 461 BLAKE2B 1c9dab8c82222f4ef4a4d413c4533683aa2e64a0cd33b847fe095ef8da3b42dbafa3ae780d1c919191841519bb6f8bc2ee987cef6166c26f7d59760e88d6f29a SHA512 a3a3f5a966576f7983cd1dc8b29de9440105c374dd9c458bf2361a1c9c3cc9aaf5374264cde30aeed6a7865f9a0f1ee4f166ba1501cddad6ff6ac9a11c1e0f8d

View File

@ -1,33 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="TensorFlow Official Models"
HOMEPAGE="https://github.com/tensorflow/models https://pypi.org/project/tf-models-official/"
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=""
RDEPEND=""
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
}

View File

@ -1,9 +1,9 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
@ -13,21 +13,20 @@ 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"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS=""
DOCS="README.md"
RDEPEND=""
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
}
distutils_enable_tests pytest