bug#26610: python-gpg broke; python-gpg 1.9.0 does not exist

2017-06-01 Thread Leo Famulari
On Thu, Jun 01, 2017 at 10:43:33AM +0200, Ivan Vilata i Balaguer wrote: > 0. Apply the patch. > > 1. Add ``python-gpg`` at the end of ``gnu/packages/gnupg.scm`` (sorry > for my poor Scheme habilities). > > 2. Run ``guix environment --ad-hoc -l gnu/packages/gnupg.scm python > assword

bug#26610: python-gpg broke; python-gpg 1.9.0 does not exist

2017-06-01 Thread Ivan Vilata i Balaguer
Leo Famulari (2017-05-27 10:11:46 -0400) wrote: > You can try changing the python-gpg package's version to the last > available upstream version. On PyPi, that's 1.8.0. > > Then, try rebuilding the packages that depend on python-gpg (`guix > refresh -l python-gpg python2-gpg`). > > Hopefully it

bug#26610: python-gpg broke; python-gpg 1.9.0 does not exist

2017-05-27 Thread Leo Famulari
On Fri, May 26, 2017 at 09:51:47PM +0200, Ivan Vilata i Balaguer wrote: > $ guix package --fallback -u > warning: failed to install locale: Invalid argument > > Starting download of > /gnu/store/8anrjg1qj2sqij6883v057l86wac2vln-gpg-1.9.0.tar.gz > From

bug#26610: python-gpg broke; python-gpg 1.9.0 does not exist

2017-05-26 Thread Ivan Vilata i Balaguer
I think I also got bitten by this: ``` $ guix package --fallback -u warning: failed to install locale: Invalid argument Starting download of /gnu/store/8anrjg1qj2sqij6883v057l86wac2vln-gpg-1.9.0.tar.gz >From https://pypi.io/packages/source/g/gpg/gpg-1.9.0.tar.gz... following redirection to

bug#26610: python-gpg broke; python-gpg 1.9.0 does not exist

2017-04-22 Thread Leo Famulari
On Sat, Apr 22, 2017 at 11:37:00AM -0500, Christopher Allan Webber wrote: > Commit 8439c9c05e upgraded gpgme to 1.9.0. > > Unfortunately, python-gpg's version is tied to gpgme: > > (define-public python-gpg > (package > (name "python-gpg") > (version (package-version gpgme)) > ;;

bug#26610: python-gpg broke; python-gpg 1.9.0 does not exist

2017-04-22 Thread Christopher Allan Webber
Commit 8439c9c05e upgraded gpgme to 1.9.0. Unfortunately, python-gpg's version is tied to gpgme: (define-public python-gpg (package (name "python-gpg") (version (package-version gpgme)) ;; [...] This is a problem, because upgrading gpgme "automatically" upgraded python-gpg, and