From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56075) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dmgP9-0000tu-FN for guix-patches@gnu.org; Tue, 29 Aug 2017 09:18:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dmgP4-0003Kj-TN for guix-patches@gnu.org; Tue, 29 Aug 2017 09:18:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:51589) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dmgP4-0003Ka-N9 for guix-patches@gnu.org; Tue, 29 Aug 2017 09:18:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dmgP4-0005Uy-Ed for guix-patches@gnu.org; Tue, 29 Aug 2017 09:18:02 -0400 Subject: [bug#28276] pybitmessage: Update to 0.6.2 Resent-Message-ID: Date: Tue, 29 Aug 2017 13:16:55 +0000 From: ng0 Message-ID: <20170829131655.zjwzrpejfukjrfp3@abyayala> References: <20170829123858.3jeimmucctlkfmse@abyayala> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="wlo4yumesuba65ux" Content-Disposition: inline In-Reply-To: <20170829123858.3jeimmucctlkfmse@abyayala> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 28276@debbugs.gnu.org --wlo4yumesuba65ux Content-Type: multipart/mixed; boundary="jvsg7od7ul3zetnc" Content-Disposition: inline --jvsg7od7ul3zetnc Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Patch appended. --=20 ng0 GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588 GnuPG: https://n0is.noblogs.org/my-keys https://www.infotropique.org https://krosos.org --jvsg7od7ul3zetnc Content-Type: text/plain; charset=utf-8 Content-Disposition: attachment; filename="0001-gnu-pybitmessage-Update-to-0.6.2.patch" Content-Transfer-Encoding: quoted-printable =46rom 86eee76ce939b825e61fbb90d2a5332202e6bb4b Mon Sep 17 00:00:00 2001 =46rom: ng0 Date: Tue, 29 Aug 2017 13:05:40 +0000 Subject: [PATCH] gnu: pybitmessage: Update to 0.6.2. * gnu/packages/messaging.scm (pybitmessage): Update to 0.6.2. [build-system]: Change to python-build-system. [arguments]: Remove "fix-makefile" and "wrap" phases. [native-inputs]: Rename to... [propagated-inputs]: ...this. Add "python2-msgpack" and "python2-pythondial= og". --- gnu/packages/messaging.scm | 64 ++++++++++++++++++++++--------------------= ---- 1 file changed, 31 insertions(+), 33 deletions(-) diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index eb9e86915..ab49ee563 100644 --- a/gnu/packages/messaging.scm +++ b/gnu/packages/messaging.scm @@ -5,7 +5,7 @@ ;;; Copyright =C2=A9 2015 Andreas Enge ;;; Copyright =C2=A9 2015, 2016, 2017 Ricardo Wurmus ;;; Copyright =C2=A9 2015 Efraim Flashner -;;; Copyright =C2=A9 2016, 2017 +;;; Copyright =C2=A9 2016, 2017 ;;; Copyright =C2=A9 2016 Andy Patterson ;;; Copyright =C2=A9 2016, 2017 Cl=C3=A9ment Lassieur ;;; Copyright =C2=A9 2017 Mekeor Melire @@ -794,7 +794,7 @@ connect with friends and family without anyone else lis= tening in.") (define-public pybitmessage (package (name "pybitmessage") - (version "0.6.1") + (version "0.6.2") (source (origin (method url-fetch) @@ -803,10 +803,16 @@ connect with friends and family without anyone else l= istening in.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "1ffj7raxpp277kphj98190fxrwfx16vmbspk7k3azg3bh5f5idnf")))) - (inputs + "1in2mhaxkp2sx8pgvifq9dk1z8b2x3imf1anr0z926vwxwjrf85w")))) + (propagated-inputs + ;; TODO: + ;; Package "pyopencl", required in addition to numpy for OpenCL suppo= rt. + ;; Package "gst123", required in addition to alsa-utils and + ;; mpg123 for sound support. `(("python" ,python-2) ("python:tk" ,python-2 "tk") + ("python2-msgpack" ,python2-msgpack) + ("python2-pythondialog" ,python2-pythondialog) ("openssl" ,openssl) ("sqlite" ,sqlite) ("qt" ,qt-4) @@ -814,28 +820,14 @@ connect with friends and family without anyone else l= istening in.") ("python2-sip" ,python2-sip) ("python2-pysqlite" ,python2-pysqlite) ("python2-pyopenssl" ,python2-pyopenssl))) - (native-inputs - `(("pkg-config" ,pkg-config))) - (build-system gnu-build-system) + (build-system python-build-system) (arguments - `(#:imported-modules ((guix build python-build-system) - ,@%gnu-build-system-modules) - #:make-flags (list (string-append "PREFIX=3D" - (assoc-ref %outputs "out"))) - #:tests? #f ; no test target + `(#:modules ((guix build python-build-system) + (guix build utils)) + #:tests? #f ;no test target + #:python ,python-2 #:phases (modify-phases %standard-phases - (add-before 'build 'fix-makefile - (lambda* (#:key inputs #:allow-other-keys) - (substitute* "Makefile" - (("mkdir -p \\$\\{DESTDIR\\}/usr") "") - (("/usr/local") "") - (("/usr") "") - (("#!/bin/sh") (string-append "#!" (which "sh"))) - (("python2") (which "python")) - (("/opt/openssl-compat-bitcoin/lib/") - (string-append (assoc-ref inputs "openssl") "/lib/"))) - #t)) (add-after 'unpack 'fix-unmatched-python-shebangs (lambda* (#:key inputs #:allow-other-keys) (substitute* "src/bitmessagemain.py" @@ -869,18 +861,24 @@ connect with friends and family without anyone else l= istening in.") (string-append (assoc-ref inputs "openssl") "/lib/libssl.so"))) #t)) - ;; XXX: Make does not build and install bitmsghash, do it + (add-after 'unpack 'noninteractive-build + ;; This applies upstream commit 4c597d3f7cf9f83a763472aa165a1a4= 292019f20 + (lambda _ + (substitute* "setup.py" + (("except NameError") + "except EOFError, NameError")) + #t)) + ;; XXX: python setup.py does not build and install bitmsghash, + ;; without it PyBitmessage tries to compile it at first run + ;; in the store, which due to obvious reasons fails. Do it ;; and place it in /lib. - (add-before 'build 'build-and-install-bitmsghash + (add-after 'unpack 'build-and-install-bitmsghash (lambda* (#:key outputs #:allow-other-keys) - (chdir "src/bitmsghash") - (system* "make") - (chdir "../..") - (install-file "src/bitmsghash/bitmsghash.so" - (string-append (assoc-ref outputs "out") "/lib"= )) - #t)) - (add-after 'install 'wrap - (@@ (guix build python-build-system) wrap))))) + (with-directory-excursion "src/bitmsghash" + (system* "make") + (install-file "bitmsghash.so" + (string-append (assoc-ref outputs "out") "/li= b"))) + #t))))) (license license:expat) (description "Distributed and trustless peer-to-peer communications protocol --=20 2.14.1 --jvsg7od7ul3zetnc-- --wlo4yumesuba65ux Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEqIyK3RKYKNfqwC5S4i+bv+40hYgFAlmlaUcACgkQ4i+bv+40 hYgh4RAAg7T0pSjP/tmR6q6kHktDLYxoYqdVVG7+IKoMZVMk2PECfDx/PkplhtyA L1XTCsT2YSoztznE8GM6n1NoKG86f6OZ0NaZVyyaJ5Jet7d+PXAFfnrvsvW2rr9E Cvwp2ZJIuGih4X8fcxLcB+VI9k+lj33v/68U7BNt0AEbCqmWwrlBKmPCntK0dYJ2 p/R0tcrI5y6vtAkKvMssvr2lcw24GSU2GauXsHWb/9kCITK+8JwBV0UIRwZTcDNl kLzn802f5yHA9IWkJEGQGLqefcb7BTXK+Ys/dEpgXWfPl4J7gXRwn+Bq8IzAQCpw YfbWrlaLi4ZCNpr+2lNqnjeOSUdbg+J6E2qFRlvg4825rN+uhJc5MTvWNjPAtNS7 yZ+AjfI51lM0i2WksYja7fagC75W8JG6Ug76IG/8WeoD3sCsyO/HTUTe3fPOCVPG gdwXMDeD7REnyilcpzzuZGMw5i7DwwgBaBkCO0G4/fp4BrNZK6gDsaeX440hWYSc FShu3PA6cvODOmcIX0XUwEuno1nneMACBcgBjBEEq4yZ3+qXLMh9MNfX2mtTRCE/ arQBP/2ZoWmSLyHVRgSJkhN8qQJYPA9e7lTRrMkaApV+K/TyKLMgU/bcNruHsDod eLEaXv4vGzRjQBCTnLY7ixtts2bEFM+uSRuoNtbjh6BbjChDfQo= =30qs -----END PGP SIGNATURE----- --wlo4yumesuba65ux--