From unknown Sat Aug 16 23:40:33 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#39916 <39916@debbugs.gnu.org> To: bug#39916 <39916@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add python-blurhash. Reply-To: bug#39916 <39916@debbugs.gnu.org> Date: Sun, 17 Aug 2025 06:40:33 +0000 retitle 39916 [PATCH] gnu: Add python-blurhash. reassign 39916 guix-patches submitter 39916 Efraim Flashner severity 39916 normal tag 39916 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Wed Mar 04 14:46:08 2020 Received: (at submit) by debbugs.gnu.org; 4 Mar 2020 19:46:08 +0000 Received: from localhost ([127.0.0.1]:41870 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j9Zy4-0006Jc-EU for submit@debbugs.gnu.org; Wed, 04 Mar 2020 14:46:08 -0500 Received: from lists.gnu.org ([209.51.188.17]:37392) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j9Zy2-0006JU-HA for submit@debbugs.gnu.org; Wed, 04 Mar 2020 14:46:06 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:47909) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j9Zy1-0000Ot-5i for guix-patches@gnu.org; Wed, 04 Mar 2020 14:46:06 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50 autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j9Zy0-0001aG-1V for guix-patches@gnu.org; Wed, 04 Mar 2020 14:46:05 -0500 Received: from flashner.co.il ([178.62.234.194]:56710) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1j9Zxz-0001ZE-S1 for guix-patches@gnu.org; Wed, 04 Mar 2020 14:46:03 -0500 Received: from localhost (unknown [141.226.13.108]) by flashner.co.il (Postfix) with ESMTPSA id 1F0DE400B5; Wed, 4 Mar 2020 19:46:03 +0000 (UTC) From: Efraim Flashner To: guix-patches@gnu.org Subject: [PATCH] gnu: Add python-blurhash. Date: Wed, 4 Mar 2020 21:45:31 +0200 Message-Id: <20200304194531.11367-1-efraim@flashner.co.il> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 178.62.234.194 X-Spam-Score: 0.3 (/) X-Debbugs-Envelope-To: submit Cc: Efraim Flashner X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) * gnu/packages/python-crypto.scm (python-blurhash): New variable. --- gnu/packages/python-crypto.scm | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.= scm index 834ab5d97d..8d413eda8d 100644 --- a/gnu/packages/python-crypto.scm +++ b/gnu/packages/python-crypto.scm @@ -784,6 +784,40 @@ key), SSH public key, ASC-encoded OpenPGP key, APK A= ndroid application, LDIFF file, and more.") (license license:gpl3))) =20 +(define-public python-blurhash + (package + (name "python-blurhash") + (version "1.1.4") + (source + (origin + ;; Tests not included in pypi release and releases not tagged in= git repo. + (method git-fetch) + (uri (git-reference + (url "https://github.com/halcy/blurhash-python") + (commit "22e081ef1c24da1bb5c5eaa2c1d6649724deaef8"))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1qq6mhydlp7q3na4kmaq3871h43wh3pyfyxr4b79bia73wjdylxf")))) + (build-system python-build-system) + (arguments + '(#:phases + (modify-phases %standard-phases + (replace 'check + (lambda _ + (delete-file "setup.cfg") + (invoke "pytest")))))) + (native-inputs + `(("python-numpy" ,python-numpy) + ("python-pillow" ,python-pillow) + ("python-pytest" ,python-pytest))) + (home-page "https://github.com/halcy/blurhash-python") + (synopsis + "Pure-Python implementation of the blurhash algorithm") + (description + "Pure-Python implementation of the blurhash algorithm.") + (license license:expat))) + (define-public python-ecpy (package (name "python-ecpy") --=20 2.25.1 From debbugs-submit-bounces@debbugs.gnu.org Sun Mar 15 02:54:48 2020 Received: (at 39916-done) by debbugs.gnu.org; 15 Mar 2020 06:54:48 +0000 Received: from localhost ([127.0.0.1]:34198 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jDNAe-0000H1-0x for submit@debbugs.gnu.org; Sun, 15 Mar 2020 02:54:48 -0400 Received: from flashner.co.il ([178.62.234.194]:49098) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jDNAc-0000Gp-RI for 39916-done@debbugs.gnu.org; Sun, 15 Mar 2020 02:54:47 -0400 Received: from localhost (unknown [141.226.13.108]) by flashner.co.il (Postfix) with ESMTPSA id 1153C40103 for <39916-done@debbugs.gnu.org>; Sun, 15 Mar 2020 06:54:40 +0000 (UTC) Date: Sun, 15 Mar 2020 08:54:10 +0200 From: Efraim Flashner To: 39916-done@debbugs.gnu.org Subject: Re: bug#39916: Acknowledgement ([PATCH] gnu: Add python-blurhash.) Message-ID: <20200315065410.GC927@E5400> References: <20200304194531.11367-1-efraim@flashner.co.il> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="UFHRwCdBEJvubb2X" Content-Disposition: inline In-Reply-To: X-PGP-Key-ID: 0x41AAE7DCCA3D8351 X-PGP-Key: https://flashner.co.il/~efraim/efraim_flashner.asc X-PGP-Fingerprint: A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 39916-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --UFHRwCdBEJvubb2X Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Patch pushed --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --UFHRwCdBEJvubb2X Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl5t0REACgkQQarn3Mo9 g1FCuA//bIN18nCjf7GqrqQesh7lakJlGLLjHbWWvHrlklNqyQqYJR1utG0bujKp tLwdfc2nCVJmf3+nzBVg/H3SMRiUGVWKBSz1Rb2YbzGrfOUzUkb8lM09j/mO3r4X jUvr1ZOrFdAyVtS6GWWF68DeYblYteySZfU2qC6CCTyLfvQwP3naNN8JLYLroeO1 QYFw7DZrrGFh4fqE4Z+O9iCQXtD1TWl6r5WoipiAMmFX7UN6MzhX09UDWT8Or5oI RdAW68TFIf9MxpodhRV/D+I976wi4sxcVeeEohgtkjetF8o+2tYfAKp0yUhxLvDd ZOJbfmwxzliZZtdbKAYzXhr5HN8FPB9LNHheWpnQi9MzBzepJQmNFBgWeAsmB3JT WANbmvsJ1ja1MJnHqULE9TEblztR4L/9onxR6SK8w9g+CmH6O1Fe/WsFgFxAgXKu J+hf1lXkgFWvXICKOhRRG051K+txghoSRusvU3BWIpL4QwFmJ9J0gaLmAwH2zVsQ a5hyuGv9AaD4Hb3jDXVdCuStRK1jtX+h80ugTYkYsXL7xZ4wqLz7PInSa6f8o5ST eWBJxBNoyDGIJiocFLIDcF5JbbckqSIk1yaul5NC+sHghA7q1pWHefouhh3Pt173 sQe/ElGSm903M14LeUcpx1n6G1ciAjDUAIg97jR8L7LpB66pg1Q= =U+t8 -----END PGP SIGNATURE----- --UFHRwCdBEJvubb2X-- From debbugs-submit-bounces@debbugs.gnu.org Sun Mar 15 02:56:42 2020 Received: (at 39916-done) by debbugs.gnu.org; 15 Mar 2020 06:56:42 +0000 Received: from localhost ([127.0.0.1]:34205 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jDNCU-0000Kn-CO for submit@debbugs.gnu.org; Sun, 15 Mar 2020 02:56:42 -0400 Received: from flashner.co.il ([178.62.234.194]:49652) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jDNCS-0000KZ-UJ for 39916-done@debbugs.gnu.org; Sun, 15 Mar 2020 02:56:41 -0400 Received: from localhost (unknown [141.226.13.108]) by flashner.co.il (Postfix) with ESMTPSA id 0342540103 for <39916-done@debbugs.gnu.org>; Sun, 15 Mar 2020 06:56:34 +0000 (UTC) Date: Sun, 15 Mar 2020 08:56:04 +0200 From: Efraim Flashner To: 39916-done@debbugs.gnu.org Subject: Re: bug#39916: Acknowledgement ([PATCH] gnu: Add python-blurhash.) Message-ID: <20200315065604.GD927@E5400> References: <20200304194531.11367-1-efraim@flashner.co.il> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="0IvGJv3f9h+YhkrH" Content-Disposition: inline In-Reply-To: X-PGP-Key-ID: 0x41AAE7DCCA3D8351 X-PGP-Key: https://flashner.co.il/~efraim/efraim_flashner.asc X-PGP-Fingerprint: A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 39916-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --0IvGJv3f9h+YhkrH Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Patch pushed. --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --0IvGJv3f9h+YhkrH Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl5t0YMACgkQQarn3Mo9 g1FOQhAAnBbzzQ2nN6Vh/rQ2w8C3hxuD62ED9FsfRFP0EQG1nG5w+Hb3/zU7YQOD TyusFSYq9jLSu729Vc7EqUmMLdZ35xtzgN8QKgFu+PIUZGQaUiFcMyIEiV9v/rRy v+hGAkqGii+6Z65jVYCbapZ59z3ipxw4M0nUDEtWvUUM/MiF/Gves+w9ZQksjJro hLVm96hIJEtuihGcCTNtdjLpOEd7nZQV1/PVTowPkpsQn+6F2ZXA/ThlAHH2ZpIs eSX9RAFOi9R/18Yf0wVTVI3ZJ9PhbuxJXvfl55y86pWTLHnkxx/y37J9CC6O5rRu roYDfp0BYfdpiQJ7QbLeGhAaG8Gl0hKbIqy0ougaNjC3WFYtos7WnPHRm3R/d+Ts FsRsIZ2AKvPglS+ZaW0GJuWVSu6ifQFDD7LG9YsDXEIyGMP32GRwPkiQYIyjoU6x DmAV4FLtlCCTBsQ1QDkyqzGLn8uDo9614+toRo6C9A4cJkogJa4fGtfo0AQfVws1 uzED4yfo6HxJlDfKm3HtGpaUzSlzsuA7fkCIh/isYB5iCFojBRwqmxIOuFM4MrK3 9/oISLjg+Hv6pAeyvVXHbElwBdqQCLrUQr98mJNVyzCs9OlF+xlQ3x9WyDB4Mz73 mTj82rLdy/H8fDhUaCZMJLEZEVo0CnpxKLYEwAQDPZ2sODxxFbk= =78JR -----END PGP SIGNATURE----- --0IvGJv3f9h+YhkrH-- From unknown Sat Aug 16 23:40:33 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 12 Apr 2020 11:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator