dev-python/blurhash: new package, add 1.1.4

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-04-08 18:27:30 +02:00
parent 4fad602fa5
commit 62303f05f6
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 41 additions and 2 deletions

View File

@ -617,11 +617,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 1980 Ebuilds in total, 1969 of them have in total 1988 (42 different) licenses assigned.
There are 1982 Ebuilds in total, 1971 of them have in total 1990 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1119|
|MIT|1121|
|Apache-2.0|454|
|GPL-3|129|
|BSD|111|

View File

@ -0,0 +1,3 @@
DIST blurhash-1.1.4.tar.gz 4738 BLAKE2B a25804938443e140e6d5a649e52c9c07cc91bb914be81efc33887161113f80362fba0b6711f520063461c7d4645022e559a11ecffdfeac9521a86cb23d279510 SHA512 eacef78927a1299bec19f73709435b1be55797273888e7856bbfd46d2aa1afa02f54505c15b76dcd6bd15a6817da0171aa412570c33c7ad487bfe10940ef3fd6
EBUILD blurhash-1.1.4.ebuild 503 BLAKE2B 21227176a23ef712abdf9ae03d57c1f6af3089a6d5711faa9b5ab3c663c73a37b8162e8c799bcdd71be1efee371f65d3462c9909554035ec338d995480c0db05 SHA512 6c0cb0d6d74e99a1c1973414cbd49210dddc15bc771220c01fa9e934d591d85e8bd533c75420643b14654a8a8872d6435f0c8305cc67a9a05b41b963810ec54f
MISC metadata.xml 527 BLAKE2B f5b0153c3ba1f658737cdbb03cfe9b3fc6c6fe90c9765f80173b6c518f9327413d762e67cd2c6ae021644e53e768d99c61ff9eab024729a9af2e98457afc49da SHA512 f6d930a6fbb078dd1ee94ed26e3ea94bde9927aca0449bcfca28aa3f9846f2ccbd0eea7ad94805db527e0c554d38d51b9583b97075302c6d0ec4d8e8fc6e23c2

View File

@ -0,0 +1,20 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Pure-Python implementation of the blurhash algorithm."
HOMEPAGE="https://github.com/halcy/blurhash-python https://pypi.org/project/blurhash/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="blurhash"
distutils_enable_tests pytest

View File

@ -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">blurhash</remote-id>
<remote-id type="github">halcy/blurhash-python</remote-id>
<maintainer status="unknown">
<email>lorenzd+blurhashpypi@gmail.com</email>
<name>Lorenz Diener</name>
</maintainer>
</upstream>
</pkgmetadata>