add crccheck-1.1
This commit is contained in:
@@ -496,7 +496,7 @@ 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 1796 Ebuilds in total, 1788 of them have in total 1797 (33 different) licenses assigned.
|
||||
There are 1797 Ebuilds in total, 1789 of them have in total 1798 (33 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
@@ -507,7 +507,7 @@ There are 1796 Ebuilds in total, 1788 of them have in total 1797 (33 different)
|
||||
|LGPL-3|27|
|
||||
|GPL-2|23|
|
||||
|LGPL-3+|18|
|
||||
|GPL-3+|13|
|
||||
|GPL-3+|14|
|
||||
|all-rights-reserved|13|
|
||||
|BSD-2|11|
|
||||
|LGPL-2.1|8|
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
DIST crccheck-1.1.tar.gz 20533 BLAKE2B 9457620d8e6787bb560c214c4fedb6f4cd52a8be66a3fb68f98bc2bac48800003bd335ba910a055772499c93b06bfd792b1ef809bc0a24adcf3d536302423f53 SHA512 18d2d45af30fcea3d0ecba561101d6768e4c81a7b0dc0a8a4a68b0962c215d4e871e6136f1155ff610fbf6243d618fc569c69aabba4338a9438bec2e081117d1
|
||||
EBUILD crccheck-1.1.ebuild 806 BLAKE2B d21e9aaf7da8586df7ef55778ff7fbeb5d2e8c0e81755bf1ab3c413079780a7d6aa1b593e5a303f6a20fd61d1187dcbec7d604c542823f98e5ef35e7b90568fb SHA512 30e4b1306e8a9baa05a76a7043e7321e255d1cf4e876685e691d504e70ef431e515232003c7df08859dc7e562869261e1f49d9daec8c76e163cf9ee47664f9d0
|
||||
MISC metadata.xml 511 BLAKE2B d0f8d2850df3f80b822b94aa092cc6d3bc7f9783402e6db40c2805a5b6505aef1b2d07e91b833f2098a2e1bfad6ff4ac782bf415691210177369f82b5a34be7e SHA512 5e4fe3059c0e4f031db54db8ddfa2fd2b10647c4761f2dfde126672175aee591a8f31541d3bc736fc4d0a7000eac4e3726774b8f42c848e1fbcb64056b9d9940
|
||||
@@ -0,0 +1,38 @@
|
||||
# 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="Calculation library for CRCs and checksums"
|
||||
HOMEPAGE="https://sourceforge.net/projects/crccheck/ https://pypi.org/project/crccheck/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.rst"
|
||||
|
||||
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
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
sed -i "s/, 'tests'//g" -i setup.py || die
|
||||
eapply_user
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
<?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">crccheck</remote-id>
|
||||
<doc>https://pythonhosted.org/crccheck/</doc>
|
||||
<maintainer status="unknown">
|
||||
<email>martin@scharrer-online.de</email>
|
||||
<name>Martin Scharrer</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
@@ -1,3 +1,3 @@
|
||||
DIST face_recognition-1.2.3.tar.gz 3180502 BLAKE2B 00c4f6ae9559c68f8b3f4e76557417712bab27c9d0599f67a306fd307ea5d81c00ef329859240944fab67a4732ff23fff56a69cfcbc02f78b457e1d0449ef34b SHA512 e4dce03138da4f81976586210907da0a8430dca12d5b7b3a464d63c6872afa63442f2a9e64a43dccdfa6efa2ebd6a2e0e38dc99db472d4d4962b3dd264235075
|
||||
EBUILD face_recognition-1.2.3.ebuild 951 BLAKE2B 867c17484e18d52dda1a14f94cead72191287a3f1fc422b01a5322a851955cd167b35cd8b832d93b93ffc0b67b07ff0be48d448316e554138a10c8939c8ba863 SHA512 bfb733339c2c01c8986764a1fdd63d9fbf2610c3988be1b55d279a5eb87b957e6ae87297e53e61c200340b0b584c5bed7ba974ffc693d7a1eeac88ce4ca4d168
|
||||
EBUILD face_recognition-1.2.3.ebuild 968 BLAKE2B 581ab1c66b0e7017a26b5095b1a1c6547b479d82e934b2f052bbffa6196e522a576a2a8c49bce6a063f765c5f6332d165c4f1ac2257849d4b6e061c4c65599ca SHA512 5d5a4c766151c91ce455913220116f10f717c09b9e377066e920a09143860ca38664b59eccea49c903f4c6af3d57ecc0c6ee9d0df3459fe537d7bcee5c71d988
|
||||
MISC metadata.xml 459 BLAKE2B 3d4b22ae59c02150c5beba2b699d2e9a01ec4e61f241d8abecb8cfb00a99cbbce01070fbbfa428154da4960fde08df0f0ef307d93074aa0676306d7674660b27 SHA512 c0f31a570703e348f29e18e36c57f4d8b9a51a9b999f7fdbaa494d6498397e20bc010ea257a2b27ab89e4f4be1d2197300d0cb31c44df1f35641078ec4b1ec31
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7,8} )
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
@@ -17,6 +17,8 @@ KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.rst"
|
||||
|
||||
RDEPEND=">=dev-python/face_recognition_models-0.3.0[${PYTHON_USEDEP}]
|
||||
dev-python/numpy[${PYTHON_USEDEP}]
|
||||
dev-python/pillow[${PYTHON_USEDEP}]
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
DIST face_recognition_models-0.3.0.tar.gz 100149358 BLAKE2B 1335200ab3dcffe6b015dc0e57c8482d1b8bdbb2ca527ccacc1843afaa4312499dc6133bc3cd61de75b710e5f87cf011010fc528f6554c04e6d26d0b7e896de9 SHA512 326ab72ee046817e54c75b6260814646f34a3bc7099a8b1167e583a662d76da0adbc71a5a3e71ff6af7783bb643e7642a36a9bbb0d37af3dedc4e19abe3506dd
|
||||
EBUILD face_recognition_models-0.3.0.ebuild 746 BLAKE2B e948fbab9e050d4b25cc64b26d1147f95f5e8f7581029ec86151d9b11602467867876d2531fbea9d6c8930d162545a769e7069a55f7c97e7a15ec7a0934380f8 SHA512 7e1688c59a0df010cb669a8f38437aa850e6ca3ad7ce460925d39ca8848089535b52f6955376850876676d4b4aa12b08fb5e9564828466d99cce18f2691e1233
|
||||
EBUILD face_recognition_models-0.3.0.ebuild 763 BLAKE2B 1d5f428cdde7b9eed14f5f846ed9b6da594e25320b9e3b62eea7d2841f7aec0f3c4d04e20f295d8db85c2ec0829b0a9e0430c53ec04ec710a1d04d1d6e5c7290 SHA512 ed42a7812c7c5d98973edaa798f4a7acbc4a54e43c159850a17cdee87c4ff7ee81502ac9fab211d6802cb65194e6d99b28eb7f065f75561cb62998e6306653a6
|
||||
MISC metadata.xml 466 BLAKE2B 59b0315780200b192580378be601506a4cbb9a5bfb6fb5701cd29a6dd52185679b7d0239dd5fced6220157641545517164a9dfaf86af89025d091e85578ce008 SHA512 ad5d59b8fb9fffb56558ab2f4f69a7a3e40ab9a0141344c67b10b3a26d9a2d61568e36bcbb6d1059d1e929e97ce138e05e5b531eddb61a53d1b3f4a1f3d6430f
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7,8} )
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
@@ -17,6 +17,8 @@ KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.rst"
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="${REDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
|
||||
Reference in New Issue
Block a user