From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Soo Subject: Re: Rust packaging coordination Date: Sat, 1 Feb 2020 18:11:15 +0000 Message-ID: References: <20200119100932.GC1603@E5400> <40E40786-8C22-4572-94BA-B01CA8409E69@asu.edu> <87zhe2mgy4.fsf@londo.h.r0tty.org> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:35082) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ixxEy-0007cG-QG for guix-devel@gnu.org; Sat, 01 Feb 2020 13:11:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ixxEu-0006ya-TW for guix-devel@gnu.org; Sat, 01 Feb 2020 13:11:31 -0500 Received: from mail-vs1-xe2f.google.com ([2607:f8b0:4864:20::e2f]:35000) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ixxEu-0006xb-FZ for guix-devel@gnu.org; Sat, 01 Feb 2020 13:11:28 -0500 Received: by mail-vs1-xe2f.google.com with SMTP id x123so6468218vsc.2 for ; Sat, 01 Feb 2020 10:11:27 -0800 (PST) In-Reply-To: <87zhe2mgy4.fsf@londo.h.r0tty.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane-mx.org@gnu.org Sender: "Guix-devel" To: Andreas Rottmann Cc: Guix-devel Hi Andreas and everyone, Patches for exa are in #39382 > I have started packaging i3status-rust[1]. This is motivated primarily > by scratching my own itch, and to become more familiar with Guix > packaging. Excellent! Welcome and have fun! > - The dependency tree includes a portion of Rusts async universe not yet > packaged, `rust-futures-0.3` and `rust-tokio-0.2`. Preview versions of > the latter are already packaged -- there should probably be an effort > to update their reverse dependencies and switch to the "release" > versions of those. I would imagine that the package authors start using the release async soon. The release of async seemed like a big deal in the rust community. > - It includes bindings for libpulse (`rust-libpulse-bindings`), > inotify (`rust-inotify`), and libdbus (`rust-dbus`). Oh that's good! Maybe those can go in sooner than i3status-rust. Smaller batches with the async libraries, dbus and inotify seem pretty likely to be reused. > - I've encountered two crates with a not-already-defined license, > namely "0BSD" (`maildir` and `mailparse`). I've "faked" it for now with: > > (define license:bsd-0 > (license:fsf-free "https://spdx.org/licenses/0BSD.html" > "BSD Zero Clause License")) I'm not sure what to do for a new license, but that reminds me that the importer doesn't understand the bsd-2 clause. Thanks and happy hacking, John