Skip to content

Commit 62303f0

Browse files
committed
dev-python/blurhash: new package, add 1.1.4
Signed-off-by: Andreas Billmeier <[email protected]>
1 parent 4fad602 commit 62303f0

File tree

4 files changed

+41
-2
lines changed

4 files changed

+41
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -617,11 +617,11 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
617617

618618
## Licenses
619619
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.
620-
There are 1980 Ebuilds in total, 1969 of them have in total 1988 (42 different) licenses assigned.
620+
There are 1982 Ebuilds in total, 1971 of them have in total 1990 (42 different) licenses assigned.
621621

622622
|License| Ebuilds using it|
623623
|-------|-----|
624-
|MIT|1119|
624+
|MIT|1121|
625625
|Apache-2.0|454|
626626
|GPL-3|129|
627627
|BSD|111|

dev-python/blurhash/Manifest

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
DIST blurhash-1.1.4.tar.gz 4738 BLAKE2B a25804938443e140e6d5a649e52c9c07cc91bb914be81efc33887161113f80362fba0b6711f520063461c7d4645022e559a11ecffdfeac9521a86cb23d279510 SHA512 eacef78927a1299bec19f73709435b1be55797273888e7856bbfd46d2aa1afa02f54505c15b76dcd6bd15a6817da0171aa412570c33c7ad487bfe10940ef3fd6
2+
EBUILD blurhash-1.1.4.ebuild 503 BLAKE2B 21227176a23ef712abdf9ae03d57c1f6af3089a6d5711faa9b5ab3c663c73a37b8162e8c799bcdd71be1efee371f65d3462c9909554035ec338d995480c0db05 SHA512 6c0cb0d6d74e99a1c1973414cbd49210dddc15bc771220c01fa9e934d591d85e8bd533c75420643b14654a8a8872d6435f0c8305cc67a9a05b41b963810ec54f
3+
MISC metadata.xml 527 BLAKE2B f5b0153c3ba1f658737cdbb03cfe9b3fc6c6fe90c9765f80173b6c518f9327413d762e67cd2c6ae021644e53e768d99c61ff9eab024729a9af2e98457afc49da SHA512 f6d930a6fbb078dd1ee94ed26e3ea94bde9927aca0449bcfca28aa3f9846f2ccbd0eea7ad94805db527e0c554d38d51b9583b97075302c6d0ec4d8e8fc6e23c2
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Copyright 1999-2024 Gentoo Authors
2+
# Distributed under the terms of the GNU General Public License v2
3+
4+
EAPI=8
5+
6+
PYTHON_COMPAT=( python3_{11..12} )
7+
DISTUTILS_USE_PEP517=setuptools
8+
inherit distutils-r1 pypi
9+
10+
DESCRIPTION="Pure-Python implementation of the blurhash algorithm."
11+
HOMEPAGE="https://github.com/halcy/blurhash-python https://pypi.org/project/blurhash/"
12+
13+
LICENSE="MIT"
14+
SLOT="0"
15+
KEYWORDS="amd64 arm arm64 x86"
16+
IUSE="test"
17+
RESTRICT="!test? ( test )"
18+
19+
DOCS="blurhash"
20+
distutils_enable_tests pytest

dev-python/blurhash/metadata.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?xml version='1.0' encoding='UTF-8'?>
2+
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
3+
<pkgmetadata>
4+
<maintainer type="project">
5+
<email>[email protected]</email>
6+
<name>Andreas Billmeier</name>
7+
</maintainer>
8+
<upstream>
9+
<remote-id type="pypi">blurhash</remote-id>
10+
<remote-id type="github">halcy/blurhash-python</remote-id>
11+
<maintainer status="unknown">
12+
<email>[email protected]</email>
13+
<name>Lorenz Diener</name>
14+
</maintainer>
15+
</upstream>
16+
</pkgmetadata>

0 commit comments

Comments
 (0)