From e1a0ef1c958e04df804284ac8ca7a3a74990fd16 Mon Sep 17 00:00:00 2001 From: Distix listener Date: Mon, 11 Jul 2016 19:50:07 +0200 Subject: imported mails --- .../Maildir/new/1468259406.M281524P29770Q1.hrun | 151 +++++++++++++++++++++ 1 file changed, 151 insertions(+) create mode 100644 tickets/5ecf296ebd2f4bb181c9a37577fc034b/Maildir/new/1468259406.M281524P29770Q1.hrun (limited to 'tickets/5ecf296ebd2f4bb181c9a37577fc034b') diff --git a/tickets/5ecf296ebd2f4bb181c9a37577fc034b/Maildir/new/1468259406.M281524P29770Q1.hrun b/tickets/5ecf296ebd2f4bb181c9a37577fc034b/Maildir/new/1468259406.M281524P29770Q1.hrun new file mode 100644 index 0000000..ca3bdcc --- /dev/null +++ b/tickets/5ecf296ebd2f4bb181c9a37577fc034b/Maildir/new/1468259406.M281524P29770Q1.hrun @@ -0,0 +1,151 @@ +Return-Path: +X-Original-To: distix@pieni.net +Delivered-To: distix@pieni.net +Received: from bagpuss.pepperfish.net (bagpuss.pepperfish.net [148.251.8.16]) + (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) + (No client certificate requested) + by pieni.net (Postfix) with ESMTPS id 0018C241EF + for ; Mon, 11 Jul 2016 19:45:45 +0200 (CEST) +Received: from platypus.pepperfish.net (unknown [10.112.100.20]) + by bagpuss.pepperfish.net (Postfix) with ESMTP id 96850B72; + Mon, 11 Jul 2016 18:45:45 +0100 (BST) +Received: from ip6-localhost ([::1] helo=platypus.pepperfish.net) + by platypus.pepperfish.net with esmtp (Exim 4.80 #2 (Debian)) + id 1bMfH7-0006Pm-Eg; Mon, 11 Jul 2016 18:45:45 +0100 +Received: from inmail0 ([10.112.100.10] helo=mx0.pepperfish.net) + by platypus.pepperfish.net with esmtp (Exim 4.80 #2 (Debian)) + id 1bMfH5-0006Pb-GX + for ; Mon, 11 Jul 2016 18:45:43 +0100 +Received: from pieni.net ([95.142.166.37] ident=postfix) + by mx0.pepperfish.net with esmtps (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) + (Exim 4.80) (envelope-from ) id 1bMfH3-0002yr-Om + for obnam-dev@obnam.org; Mon, 11 Jul 2016 18:45:43 +0100 +Received: from exolobe3.liw.fi (91-145-75-165.bb.dnainternet.fi + [91.145.75.165]) + (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) + (No client certificate requested) + by pieni.net (Postfix) with ESMTPSA id BF118241EF; + Mon, 11 Jul 2016 19:45:35 +0200 (CEST) +Received: from exolobe3 (localhost [127.0.0.1]) + by exolobe3.liw.fi (Postfix) with ESMTPS id 0B063121D13; + Mon, 11 Jul 2016 20:45:35 +0300 (EEST) +Date: Mon, 11 Jul 2016 20:45:33 +0300 +From: Lars Wirzenius +To: Remi Rampin +Message-ID: <20160711174533.GB14034@exolobe3> +References: <56E8255A.9020906@gmail.com> + <1458055902-97595-1-git-send-email-remirampin@gmail.com> + <1458055902-97595-2-git-send-email-remirampin@gmail.com> +MIME-Version: 1.0 +In-Reply-To: <1458055902-97595-2-git-send-email-remirampin@gmail.com> +User-Agent: Mutt/1.6.0 (2016-04-01) +X-Spam-Score: -2.9 +X-Spam-Score-int: -28 +X-Spam-Bar: -- +X-Scanned-By: pepperfish.net, Mon, 11 Jul 2016 18:45:43 +0100 +X-Spam-Report: Content analysis details: (-2.9 points) + pts rule name description + ---- ---------------------- -------------------------------------------------- + -1.0 PPF_USER_AGENT_MUTT User-Agent: contains Mutt (Mutt isn't a spam + tool) -0.5 PPF_USER_AGENT User-Agent: exists + 0.5 PPF_MESSAGEID_NODOTS Message-Id contains no dots after the @ + -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% + [score: 0.0000] +X-ACL-Warn: message may be spam +X-Scan-Signature: 4341d89d6596d3f56d26c118b2b8ff87 +Cc: obnam-dev@obnam.org +Subject: Re: [PATCH 1/2] Switch to setuptools +X-BeenThere: obnam-dev@obnam.org +X-Mailman-Version: 2.1.5 +Precedence: list +List-Id: Obnam development discussions +List-Unsubscribe: , + +List-Archive: +List-Post: +List-Help: +List-Subscribe: , + +Content-Type: multipart/mixed; boundary="===============8396452426033549539==" +Mime-version: 1.0 +Sender: obnam-dev-bounces@obnam.org +Errors-To: obnam-dev-bounces@obnam.org + + +--===============8396452426033549539== +Content-Type: multipart/signed; micalg=pgp-sha256; + protocol="application/pgp-signature"; boundary="GID0FwUMdk1T2AWN" +Content-Disposition: inline + + +--GID0FwUMdk1T2AWN +Content-Type: text/plain; charset=iso-8859-1 +Content-Disposition: inline +Content-Transfer-Encoding: quoted-printable + +On Tue, Mar 15, 2016 at 11:31:41AM -0400, Remi Rampin wrote: +> -from distutils.core import setup, Extension +> +from setuptools import setup, Extension + +Can you explain why using setuptools instead of distutils? Let's +assume I am quite ignorant about PyPI and pip and the various Python +attemmpts at build tools. + +> +os.chdir(os.path.abspath(os.path.dirname(__file__))) + +Why is this line needed? + +> + install_requires=3D[ +> + 'paramiko', +> + 'cliapp', +> + 'larch', +> + 'ttystatus', +> + 'tracing'], + +You said the larch name has been taken by another project in PyPI. I +assume that means the above reference to larch needs to be changed. + +Which reminds me: I guess this Obnam PyPi/pip preparation isn't really +useful until the dependencies are on PyPI already? + +--=20 +Schr=F6dinger's backup hypothesis: the condition of any backup is +undefined until a restore is attempted. -- andrewsh + +--GID0FwUMdk1T2AWN +Content-Type: application/pgp-signature; name="signature.asc" + +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1 + +iQIcBAEBCAAGBQJXg9s9AAoJEGwvphbseiAxW3AQAMIvqxtUr2b9ilgi6fBuhl3M +QsCZ80K9M4drONT9v2ndy8kAxAAk4LHa/ToJVGySzrdQIR8DRpIdNhoyKvF8yx2G +JReBIlE+AwPqfG6btmJXONFE1QqGjR24oJVEpC/wVreFSx7E9kMiQckGWVUIzTWw +jQdoYKZM6n9n8sNHRRwTzqX4CMmQiRdDOD9R/p9g6qU3joQbtPC9NM1k8e5iNhMf +hjr6cDdFrs23a/K58LChS11gtQImh1yKov1VpqBHDvlHNPCI1xB8bjHdeDiNBuRf +9o8uu325lYyxQpdb8X707D72BwmSnPrYAal6OpFQuEj/atFnsua9bo8WtftJvDAw +XzjVc5D3S3dTGqlCAqobaxtdPt9poDdSN28NgptO+aIGQOuLcPcejZ83wrBTs16L +0wvC6VB4dC8GLHeZ6UiBL6J9xvikZPiLx+gsHC+PNtUznSMGp47t9gyxEAyeaBjt +dVZUE89Ho2BexqyU66RrH+CKE/waLjir07HGjfPJTfJiAxfgCgi7eJ0YbkNlhrHH +2FO3bFzzMAUeHKt+dlZBMUHXWctOAJAQxTBp1/ws6mVnSRBAYEJcdyKtNWpsv7wn +vnTDXa4P7RVK7Ahbpo/lFmVVIvIUunTrBQPiCono3V/4SdPpl9kTY8LScu2XjpOV +0KBpcd9IIoTeIL34lXsf +=UfWO +-----END PGP SIGNATURE----- + +--GID0FwUMdk1T2AWN-- + + +--===============8396452426033549539== +Content-Type: text/plain; charset="us-ascii" +MIME-Version: 1.0 +Content-Transfer-Encoding: 7bit +Content-Disposition: inline + +_______________________________________________ +obnam-dev mailing list +obnam-dev@obnam.org +http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/obnam-dev-obnam.org + +--===============8396452426033549539==-- + -- cgit v1.2.1