From debbugs-submit-bounces@debbugs.gnu.org Wed Sep 28 13:26:52 2022 Received: (at 57999) by debbugs.gnu.org; 28 Sep 2022 17:26:52 +0000 Received: from localhost ([127.0.0.1]:34499 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1odapg-0006Cd-1B for submit@debbugs.gnu.org; Wed, 28 Sep 2022 13:26:52 -0400 Received: from mail-qk1-f178.google.com ([209.85.222.178]:46783) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1odape-0006CQ-2t for 57999@debbugs.gnu.org; Wed, 28 Sep 2022 13:26:51 -0400 Received: by mail-qk1-f178.google.com with SMTP id d17so8271043qko.13 for <57999@debbugs.gnu.org>; Wed, 28 Sep 2022 10:26:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:user-agent:message-id:in-reply-to:date:references :subject:cc:to:from:from:to:cc:subject:date; bh=HW1IX53ViKPO0228aM3Flx5NCgmIXskXnSOsTiTkjc0=; b=dJAsNPIrgSK4kE7wKWAayb0yHwTLSEJHERUym5fDeb4tBbGjrmy+Sh/laKmVVX6+yW j5oH98DsGKzEFMxW3puPq8RykN23n+XvktO8jk8kQDdiJgo5pkh00JaeI81yVKGLLc1g y61DA2bk1jqdo1XzXVJIF0z9AqbI75mP5ux4+AF5RBTFzfonX8vtXw3J2xoSzjoBfaG2 TtAnZZN1JE6IEpy4yV/aoAiGHGIU3GovpihgoNcJRCbcaNyI/f+Di+RFVhKSZDJVvPjd xNP4vsE757czIp4wsyKirEI4IKYxthbGReJLA3Oo0jxgT58/WQ62sswL3zisQmnp2n1/ OkHQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=mime-version:user-agent:message-id:in-reply-to:date:references :subject:cc:to:from:x-gm-message-state:from:to:cc:subject:date; bh=HW1IX53ViKPO0228aM3Flx5NCgmIXskXnSOsTiTkjc0=; b=h+xXUefF1l7V51PaIqOtlBF8GJnh0BLXgS/QKhChKzVN1jWZ7hd52EWO7LoYI85dB2 aidkrnzxDsRSLddk/6/sk+7F1OQMP5ZEAGQOkWTZiO51RL7SnQ6IcIFQ/m8jNHxHUl5M uo8DsTZ4Vt04G/kXvNq8MOtkea54KL4GG2XdjNNHDnmt73INir4ijb8KXhojPt5jukPc UilZH10nOzgHH0UaPYbbrgPVy+IHFmUgbnGWm21HXDn66pDerGf19gyMcBNPl1/IZBgi GwS9c5Psn1yLUnlb8KjvLImmCS/ujpuk0cREk15DDO7RJxq1toD99c68cQUG1IL1qSG7 t+eg== X-Gm-Message-State: ACrzQf3guzR6wrc4IzjLOJ55akhagVSJa0/oTmBTpvZZf/QrmyqRRB4m 5m6cXTI+1Laf0Fs8dZL6Mi3NOSKmnuBMag== X-Google-Smtp-Source: AMsMyM7dskRHl+zRPSYYxjm9BOXLqT5qQlUGB9sH8SVzWV+55vX/MZN+fY5Zxkzg7REp+YzimXgxcQ== X-Received: by 2002:a37:48b:0:b0:6ce:7f9a:a2bb with SMTP id 133-20020a37048b000000b006ce7f9aa2bbmr21771219qke.243.1664386004417; Wed, 28 Sep 2022 10:26:44 -0700 (PDT) Received: from hurd (dsl-148-95.b2b2c.ca. [66.158.148.95]) by smtp.gmail.com with ESMTPSA id y18-20020a05620a44d200b006cf9381aefesm4137973qkp.11.2022.09.28.10.26.43 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 28 Sep 2022 10:26:44 -0700 (PDT) From: Maxim Cournoyer To: Sughosha Subject: Re: bug#57999: [PATCH] gnu: Add textpieces References: Date: Wed, 28 Sep 2022 13:26:43 -0400 In-Reply-To: (Sughosha@proton.me's message of "Thu, 22 Sep 2022 06:23:13 +0000") Message-ID: <87y1u3v298.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 57999 Cc: 57999@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hello, Sughosha writes: > From: Sughosha > > * gnu/packages/text-editors.scm (textpieces): New variable. [...] > +(define-public textpieces > + (package > + (name "textpieces") > + (version "3.2.0") > + (source (origin > + (method git-fetch) > + (uri (git-reference > + (url "https://github.com/liferooter/textpieces") > + (commit (string-append "v" version)))) > + (sha256 > + (base32 > + "14zq2c7js80m4cq8wpdb3kyz5sw96l8znbz027w8s94gqhm632ff")))) > + (arguments > + `(#:tests? #f ;fails to validate appstream file Is this a known issue upstream? If so, it should be linked with a full sentence, for example: "The test suite fails validating the appstream file (see: https://www.upstream-issue-url)." > + #:glib-or-gtk? #t)) > + (build-system meson-build-system) > + (native-inputs (list pkg-config > + vala > + desktop-file-utils > + appstream-glib > + gettext-minimal > + `(,glib "bin") > + blueprint-compiler > + `(,gtk "bin"))) > + (inputs (list gtk > + libadwaita > + gtksourceview > + json-glib > + libgee > + python > + python-pygobject > + python-pyyaml)) Please sort the dependencies in lexicographical order. > + (home-page "https://github.com/liferooter/textpieces") > + (synopsis "Quick text processor") > + (description > + "Text Pieces tool for quick text transformations such as checksums, ^ is a tool > +encoding, decoding and so on. ^, etc. > +The basic features of Text Pieces are: > +@itemize > +@item Base64 encoding and decoding > +@item SHA-1, SHA-2 and MD5 checksums > +@item Prettify and minify JSON > +@item Covert JSON to YAML and vice versa > +@item Count lines, symbols and words > +@item Escape and unescape string, URL and HTML > +@item Remove leading and trailing whitespaces > +@item Sort and reverse sort lines > +@item Reverse lines and whole text > +@item You can write your own scripts and create custom tools > +@end itemize") > + (license license:gpl3))) The rest looks fine. It'd be nice to get the test suite passing. Thanks, Maxim