From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45265) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dVk5o-0007YY-1a for guix-patches@gnu.org; Thu, 13 Jul 2017 15:48:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dVk5j-0002uY-5q for guix-patches@gnu.org; Thu, 13 Jul 2017 15:48:08 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:34707) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dVk5i-0002uE-SO for guix-patches@gnu.org; Thu, 13 Jul 2017 15:48:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dVk5i-0002j5-F1 for guix-patches@gnu.org; Thu, 13 Jul 2017 15:48:02 -0400 Subject: [bug#27558] [PATCH] gnu: Add python-ruamel.yaml Resent-Message-ID: From: Marius Bakke In-Reply-To: <20170711231701.14368-1-fredmanglis@gmail.com> References: <20170711231701.14368-1-fredmanglis@gmail.com> Date: Thu, 13 Jul 2017 21:47:47 +0200 Message-ID: <87bmoojezg.fsf@fastmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" 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: Muriithi Frederick Muriuki , 27558@debbugs.gnu.org --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Muriithi Frederick Muriuki writes: > * gnu/packages/python.scm (python-ruamel.yaml, python2-ruamel.yaml) New > * variables. Ugh, I'm afraid I have to bother you one more time on this one! First, we're trying to reduce the amount of packages in python.scm. So I think we should add it to "serialization.scm" instead, sorry for missing that the first time around. > + (replace 'check > + (lambda* _ > + (zero? (system* "bash" "-c" "py.test" "_test/test_*.py"))))= ))) This prints "collected 0 items...", which indicates it doesn't actually run any tests. Looking closer, it seems tests are missing altogether from the PyPi archive. Could you try downloading the tarball straight from BitBucket instead? > + (home-page "https://bitbucket.org/ruamel/yaml") > + (synopsis "This is a YAML 1.2 parser/emitter") s/This is a // Again, sorry for the slow and incomplete feedback. I can try to do this last improvement over the weekend if you're already tired of this patch. Thanks for your contribution and patience! :-) --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAllnzmMACgkQoqBt8qM6 VPoiWAgAhK5XHEj9lHkaJNZHd4F+8wi0rHplinJgU6or2Vyou9pUlwaq0Yg6I1mj pjSyVnQOOspMY7kTRAzEJlLO8Bieq38GR05teKIAByyt8vFrgMrWYhzw/DrMB6nO IwuGMHLzlBYG7MRNw729V00Yw9aET2JL/3ZjZB+BVtGNlGx6+dkl47dmWt2PFofb giMs1JfOUH25F+xvJEtYWkDAcNIoreAsXTUyJtI1mPcAUhMRi6c4cgEu7au4ps1s hoLquSx6Z7G93N3VZC+/ewgOmDk0Nk31go5KvhC3I3JoaQ8iLK70YGwgFVTNQBv6 gRbodumgRnOlKgm4NkMFzK7mfRlt4w== =W2RN -----END PGP SIGNATURE----- --=-=-=--