* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/blurhash/
@ 2022-11-17 15:38 Anna Vyalkova
0 siblings, 0 replies; 3+ messages in thread
From: Anna Vyalkova @ 2022-11-17 15:38 UTC (permalink / raw
To: gentoo-commits
commit: 5bbd195970edca521206d4592d23f1cac555cc15
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Thu Nov 17 14:19:02 2022 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Thu Nov 17 14:19:02 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5bbd1959
dev-python/blurhash: new package, add 1.1.4
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/blurhash/Manifest | 1 +
dev-python/blurhash/blurhash-1.1.4.ebuild | 36 +++++++++++++++++++++++++++++++
dev-python/blurhash/metadata.xml | 12 +++++++++++
3 files changed, 49 insertions(+)
diff --git a/dev-python/blurhash/Manifest b/dev-python/blurhash/Manifest
new file mode 100644
index 000000000..38372e9d5
--- /dev/null
+++ b/dev-python/blurhash/Manifest
@@ -0,0 +1 @@
+DIST blurhash-1.1.4.tar.gz 4738 BLAKE2B a25804938443e140e6d5a649e52c9c07cc91bb914be81efc33887161113f80362fba0b6711f520063461c7d4645022e559a11ecffdfeac9521a86cb23d279510 SHA512 eacef78927a1299bec19f73709435b1be55797273888e7856bbfd46d2aa1afa02f54505c15b76dcd6bd15a6817da0171aa412570c33c7ad487bfe10940ef3fd6
diff --git a/dev-python/blurhash/blurhash-1.1.4.ebuild b/dev-python/blurhash/blurhash-1.1.4.ebuild
new file mode 100644
index 000000000..a4ef11a0c
--- /dev/null
+++ b/dev-python/blurhash/blurhash-1.1.4.ebuild
@@ -0,0 +1,36 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1
+
+DESCRIPTION="Pure-Python implementation of the blurhash algorithm"
+HOMEPAGE="
+ https://pypi.org/project/blurhash/
+ https://github.com/halcy/blurhash-python
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+# no tests in v1.1.4 tarball
+RESTRICT="test"
+
+BDEPEND="
+ test? (
+ dev-python/numpy[${PYTHON_USEDEP}]
+ dev-python/pillow[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+ distutils-r1_src_prepare
+ rm setup.cfg || die
+}
diff --git a/dev-python/blurhash/metadata.xml b/dev-python/blurhash/metadata.xml
new file mode 100644
index 000000000..f94729db3
--- /dev/null
+++ b/dev-python/blurhash/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>cyber+gentoo@sysrq.in</email>
+ <name>Anna</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="pypi">blurhash</remote-id>
+ <remote-id type="github">halcy/blurhash-python</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/blurhash/
@ 2023-12-04 19:45 Anna Vyalkova
0 siblings, 0 replies; 3+ messages in thread
From: Anna Vyalkova @ 2023-12-04 19:45 UTC (permalink / raw
To: gentoo-commits
commit: 56e12d6847371afb8b15723226c73f9a8cc4416b
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sun Dec 3 14:56:56 2023 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Mon Dec 4 19:38:50 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=56e12d68
dev-python/blurhash: enable py3.12
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/blurhash/blurhash-1.1.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/blurhash/blurhash-1.1.4.ebuild b/dev-python/blurhash/blurhash-1.1.4.ebuild
index e5c1d85075..282d96229c 100644
--- a/dev-python/blurhash/blurhash-1.1.4.ebuild
+++ b/dev-python/blurhash/blurhash-1.1.4.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/blurhash/
@ 2024-09-07 12:55 Takuya Wakazono
0 siblings, 0 replies; 3+ messages in thread
From: Takuya Wakazono @ 2024-09-07 12:55 UTC (permalink / raw
To: gentoo-commits
commit: 9fce4a32d6751d1500d33c42ab371be0836795c2
Author: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Sat Sep 7 12:54:55 2024 +0000
Commit: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
CommitDate: Sat Sep 7 12:54:55 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9fce4a32
dev-python/blurhash: enable py3.13
Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>
dev-python/blurhash/blurhash-1.1.4.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/blurhash/blurhash-1.1.4.ebuild b/dev-python/blurhash/blurhash-1.1.4.ebuild
index 282d96229..502e88bea 100644
--- a/dev-python/blurhash/blurhash-1.1.4.ebuild
+++ b/dev-python/blurhash/blurhash-1.1.4.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2022-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-09-07 12:55 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-04 19:45 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/blurhash/ Anna Vyalkova
-- strict thread matches above, loose matches on Subject: below --
2024-09-07 12:55 Takuya Wakazono
2022-11-17 15:38 Anna Vyalkova
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox