From owner-svn-ports-head@freebsd.org Wed Jul 11 19:12:28 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 38CF41038C0B; Wed, 11 Jul 2018 19:12:28 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: from mail-io0-x236.google.com (mail-io0-x236.google.com [IPv6:2607:f8b0:4001:c06::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B314881BAB; Wed, 11 Jul 2018 19:12:27 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: by mail-io0-x236.google.com with SMTP id e13-v6so25251376iof.6; Wed, 11 Jul 2018 12:12:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=WQTXWU5FupQTiRazO/2SiVJvHBig9UU1emiGK38V3WY=; b=XVnaMx/OE/9oFxeXZ4SxwN9PttkqccGIKzevPtsRmjV1RCpQ4IkNMMId6XxOWDDi3v 7eOLlIsHXkGfVFAjgWOC7fJJOYVZIJb/GkGJCLmFX+sKEjVL39P6AqumaWk4vegyWGxe PqDi/RnIvGyjR6S2M7yo5bLMhue58epFY2EQ3n7CRNUn6RHenCh8/MBzFpKnEdZ34Ffz TafeHg4ErsGUKoVOF+HDlr1FnBNrYfcz+4UthlsnIouRrCDyH1Y+QnJeysljWm4GFb7t fgu1+XcL/dJHqzQNw6o6fKII+QgkI4eWHtYB8Qh1zLVqNgjOel+Ss0h3A9fARWwW4Emv xp3A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=WQTXWU5FupQTiRazO/2SiVJvHBig9UU1emiGK38V3WY=; b=ibezs/8bz74FJevZZ2syTXyQ2gxfwFWmUAlsHPi63An1PJwgR23bCA5DWuxSTN7c7b k27i8+rlOs7Ck17GGPDns3fU0uxyXoQDCp0IgMIA0/bXN23EkRccBuoZEEQHrcDe4DIn uOuSsgzRck19rJC97Z/owWtLKG/3YgGFXBEuqsZXFe8rSxFpzM/BjSkEvmalcYHQpybo wFeSFPSMeWKbVsnTFvpHlLWvA1pAM94lbrr5UaCmzJkZB2tRbOPiU1eKUYtI16EwWVsq vGuaV5XJMT+XhVbnpz/4M3RNSmSCTUyHkXE4xDJn878zXpT2c906cVDEXMv9QE98hQtg C5dg== X-Gm-Message-State: AOUpUlGnWT/TSWCHVxstU0zBke2/igjp6nBtbke0xyR2BeethfIPWcNx dQeNmc6n0eVoB0FFisBeKU0YTDTjBOfVYUYBSTU= X-Google-Smtp-Source: AAOMgpcdqlkw5wxIkLAxmn8vABECm72EMFTXm5Pbvq9nXthj+YYV3IhKXDRMO4WefhVHuqzBU+GXvr09fdKN0dY21ug= X-Received: by 2002:a6b:d54:: with SMTP id 81-v6mr2150639ion.122.1531336347282; Wed, 11 Jul 2018 12:12:27 -0700 (PDT) MIME-Version: 1.0 Sender: antoine.brodin.freebsd@gmail.com Received: by 2002:a02:a495:0:0:0:0:0 with HTTP; Wed, 11 Jul 2018 12:12:26 -0700 (PDT) In-Reply-To: <377d6ddd-646f-06d9-f81e-0b6f1cca32aa@rawbw.com> References: <201807101832.w6AIWAoe030291@repo.freebsd.org> <377d6ddd-646f-06d9-f81e-0b6f1cca32aa@rawbw.com> From: Antoine Brodin Date: Wed, 11 Jul 2018 21:12:26 +0200 X-Google-Sender-Auth: KFgeUdqCxDSHRcvx85IIqdGJVEA Message-ID: Subject: Re: svn commit: r474398 - head/devel/py-qutip To: Yuri Cc: ports-committers , svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2018 19:12:28 -0000 On Wed, Jul 11, 2018 at 9:11 PM, Yuri wrote: > On 07/10/18 11:32, Antoine Brodin wrote: >> >> py-qutip is not ready for python 3.x > > > > Is this a mistake? Yes your commit was a mistake. Antoine