From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id F195C1381F3 for ; Wed, 21 Aug 2013 19:54:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95DBBE0DF5; Wed, 21 Aug 2013 19:54:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1D0AFE0DF5 for ; Wed, 21 Aug 2013 19:54:35 +0000 (UTC) Received: from localhost (77-254-183-247.adsl.inetia.pl [77.254.183.247]) (using SSLv3 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: mgorny) by smtp.gentoo.org (Postfix) with ESMTPSA id 3906033EC62; Wed, 21 Aug 2013 19:54:33 +0000 (UTC) Date: Wed, 21 Aug 2013 21:53:52 +0200 From: =?UTF-8?B?TWljaGHFgiBHw7Nybnk=?= To: gentoo-python@lists.gentoo.org Cc: python@gentoo.org Subject: [gentoo-python] [PATCHES] Initial python-utils-r1 changes for PyPy 2.1 Message-ID: <20130821215352.3ba7a2af@gentoo.org> Organization: Gentoo X-Mailer: Claws Mail 3.9.2-dirty (GTK+ 2.24.20; x86_64-pc-linux-gnu) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Discussions centering around the Python ecosystem in Gentoo Linux X-BeenThere: gentoo-python@gentoo.org X-BeenThere: gentoo-python@lists.gentoo.org Mime-Version: 1.0 Content-Type: multipart/signed; micalg=PGP-SHA512; boundary="Sig_/+mMfcjJK7zccKKrFa/Swn7q"; protocol="application/pgp-signature" X-Archives-Salt: a9cd635c-d9d0-4d2c-87cf-dc63b9fd5469 X-Archives-Hash: ae796bfdd6af1659adc0142932ac44de --Sig_/+mMfcjJK7zccKKrFa/Swn7q Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hello, I haven't got much time, so they were only quick and the checks were dirty, so they can be buggy and need much more testing. I only adjusted the code, didn't add PyPy to supported impls. The patches: - add python_is_python3() helper and use it throughout the code, - add pypy-X_Y and pypy3-X_Y impl support that maps to pypy-X.Y and pypy3-X.Y executables and directories. The code has a few more branches that I could. I specifically made sure to keep the pre-2.1 pypy support separated for easy removal in the future. Please review. --=20 Best regards, Micha=C5=82 G=C3=B3rny --Sig_/+mMfcjJK7zccKKrFa/Swn7q Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.21 (GNU/Linux) iQJ8BAEBCgBmBQJSFRrQXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ1RUJGMjBGOTk2RkIzQzIyQ0M2RkNBNDBC QUJGMUQ1RkY4QzgxMTBBAAoJELq/HV/4yBEKVOEQALA+qId/D6yWj07ezdAOKPcD B/Y+mSXXGCeeE3jFj+w1w3bFwjQB1nGu/1K/aB3kr+yt/JB/7+XnxKB+F3iemDrc w3Ve+kaGg+2fjiWegLAS1mu6TPuDCjOT+mC1LVfia3BP+7y38WRJpdkwTkVSM+Qx wEGKHTsnu6sUWl0bkBFsaKcwFpHBpXJhojSe9kxBe3zUkHxVWOVtznWls6sQMuIq nG0TwD9aGkDC+xfAOKbJlJMsanLIUPeF4CYk0adUKg8nrj0izCnrWGkTmoHKVF9U SLTUEF6hjiyiNVaqmQKbOtVVTWh69mT1aNNQ7ONeX1rn35eEAFa4uflS6niQpjKK MpprDVhs9WLEQO5LJeIjrgHPzNtjcKC/1RwwOZfh1lf2mim1Ih8fYjJj+IuiIa3d uGqJZdcZTkBBhrE8I2btLg4y9WftaHJ+imYoYWEDXzGd9Y4p8U6IViGVZSld9DuI ggWkTPaUX/aMmj2JG+DeGiNfNWCl4awyMIbKvcQT4sKHoklrS6AON+lq49NHnAyG qppki/+5Z3oUyJolcKLX23oq7scIThszay/d+4qQXGqPFZYRnN77zdbwoTHnptac AmUJqd0ZCgYEQjvZSdsjne73H6FMM19DELokdS8tNqT8DqpTBiTn3uouDvtuVTK8 NbuS/VMEiHWeM/Qxp36H =aJIC -----END PGP SIGNATURE----- --Sig_/+mMfcjJK7zccKKrFa/Swn7q--