From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hartmut Goebel Subject: Re: [PATCH] gnu: Add py3status. Date: Tue, 31 May 2016 17:34:31 +0200 Message-ID: <574DAF07.6060304@goebel-consult.de> References: <20160530192454.13048-1-sleep_walker@gnu.org> <20160530200121.18679-1-sleep_walker@gnu.org> <20160530200121.18679-2-sleep_walker@gnu.org> <20160531152848.GB13578@debian-netbook> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="PcoJOHlxifhcktM9h4XIOtJfjV8m76I3D" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47480) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b7lgq-0000tD-EV for guix-devel@gnu.org; Tue, 31 May 2016 11:34:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b7lgm-00057E-4u for guix-devel@gnu.org; Tue, 31 May 2016 11:34:43 -0400 Received: from mail-out.m-online.net ([212.18.0.10]:40416) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b7lgl-000572-R0 for guix-devel@gnu.org; Tue, 31 May 2016 11:34:40 -0400 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 3rJyGQ04Gpz3hkLw for ; Tue, 31 May 2016 17:34:37 +0200 (CEST) Received: from localhost (dynscan1.mnet-online.de [192.168.6.68]) by mail.m-online.net (Postfix) with ESMTP id 3rJyGP65VVzvhP2 for ; Tue, 31 May 2016 17:34:37 +0200 (CEST) Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.68]) (amavisd-new, port 10024) with ESMTP id t2-2UPDQ3qOO for ; Tue, 31 May 2016 17:34:36 +0200 (CEST) Received: from hermia.goebel-consult.de (ppp-188-174-146-57.dynamic.mnet-online.de [188.174.146.57]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS for ; Tue, 31 May 2016 17:34:36 +0200 (CEST) Received: from [192.168.110.2] (lenashee.goebel-consult.de [192.168.110.2]) by hermia.goebel-consult.de (Postfix) with ESMTP id DA3FE60659 for ; Tue, 31 May 2016 17:30:21 +0200 (CEST) In-Reply-To: <20160531152848.GB13578@debian-netbook> 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.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --PcoJOHlxifhcktM9h4XIOtJfjV8m76I3D Content-Type: multipart/mixed; boundary="Mq8Q0Nm7d6n3lNsRaw43bdfNKuerasKP5" From: Hartmut Goebel To: guix-devel@gnu.org Message-ID: <574DAF07.6060304@goebel-consult.de> Subject: Re: [PATCH] gnu: Add py3status. References: <20160530192454.13048-1-sleep_walker@gnu.org> <20160530200121.18679-1-sleep_walker@gnu.org> <20160530200121.18679-2-sleep_walker@gnu.org> <20160531152848.GB13578@debian-netbook> In-Reply-To: <20160531152848.GB13578@debian-netbook> --Mq8Q0Nm7d6n3lNsRaw43bdfNKuerasKP5 Content-Type: multipart/alternative; boundary="------------070105020006090605010103" This is a multi-part message in MIME format. --------------070105020006090605010103 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Am 31.05.2016 um 17:28 schrieb Efraim Flashner: >> > + (inputs > ^^^ > native-inputs > >> > + `(("python-setuptools" ,python-setuptools))) Nope, this is required at runtime: $ grep -r pkg_resources py3status/core.py: import pkg_resources py3status/core.py: version =3D pkg_resources.get_distribution('py3status').version --=20 Sch=C3=B6nen Gru=C3=9F Hartmut Goebel Dipl.-Informatiker (univ), CISSP, CSSLP, ISO 27001 Lead Implementer Information Security Management, Security Governance, Secure Software Development Goebel Consult, Landshut http://www.goebel-consult.de Blog: http://www.goebel-consult.de/blog/filmgesprach-zu-201ecitizenfour201c-in-= herrsching Kolumne: http://www.cissp-gefluester.de/2010-07-passwoerter-lieben-lernen= --------------070105020006090605010103 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable
Am 31.05.2016 um 17:28 schrieb Efraim Flashner:
> +    =
(inputs
        ^^^
    native-inputs

> +    =
 `(("python-setuptools" ,python-setuptools)))

Nope, this is required at runtime:


$ grep -r pkg_resources
py3status/core.py:=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0 import pkg_resources
py3status/core.py:=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0 version =3D pkg_resources.get_distribution('py3status').version

--
Sch=C3=B6nen Gru=C3=9F
Hartmut Goebel
Dipl.-Informatiker (univ), CISSP,= CSSLP, ISO 27001 Lead Implementer
Information Security Management, Security Governance, Secure Software Development

Goebel Consult, Landshut
ht= tp://www.goebel-consult.de

Blog: http://www.goebel-consult.de/blog/filmgesprach-zu-201= ecitizenfour201c-in-herrsching
Kolumne: http://www.cissp-gefluester.de/2010-07-passwoerter-lieben-lernen

--------------070105020006090605010103-- --Mq8Q0Nm7d6n3lNsRaw43bdfNKuerasKP5-- --PcoJOHlxifhcktM9h4XIOtJfjV8m76I3D Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQIcBAEBCAAGBQJXTa8LAAoJEHt1KBG/dztlExsQAI+7XdpLWh2SMBUBDAadfizK 7yWtnCICdYkE9KFFp/4V0gIMNlNy4bzXsS9CVsKQNPzfG8CCaXJ0XxDL+fqxNmLo BieImral0wRtSsZxKRiV9uhX+2BW34mliYM0FuEhaLJgANkbolZ03/g6KRGfQ6gk ElLzrdwXnbwY+3Yg1SKik22ukH5JhNYNG8ISqgFgr1ziNC6av64XmDgCR1GpYndc hraxKVJfmfk/M2tkYq51N0A/cx2Ra2vUEdSxLtdGhue9zQkw82cEzu54YFQJPREL AttH9lq/qbHHel4lVN6MiuFJbbMmLg5Fxoomee4P89HxwMWJOJElvn+zxOFZAGrz 2bXpgU3YOpa3VGPyVugCmKJd1B/jmC0pas/DRwjlx0dlRzCqPzY0hdB4IUUTY3PU Ue8I+92X2URPOS12YFQxxUE88z8tp5SaIjolKxz2ojFRdNevIN2HzwQRsPtwL8Tv FcFRzXI5EoPCFG+HfOqMNPG6u97rGpbl51iRfkdPOEuUGXIsjJsr9Ebg4dm6IFeY DPCDXsXV0p06wAck/wb6PgkDN5hgPYImEqJvLc+IW3WZ7+f/F6rTbWUvTq7Q5iyG qbPAxLtxcpkhyFuR4lc8kE542aTwrvikM4cNWO9MrfktrJ8XKIApNZIk22TeCGgs H+9C5k/iViQGdvjYbz8S =rXkk -----END PGP SIGNATURE----- --PcoJOHlxifhcktM9h4XIOtJfjV8m76I3D--