From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,NICE_REPLY_A,RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 23198 invoked from network); 20 Oct 2020 14:36:18 -0000 Received: from krantz.zx2c4.com (192.95.5.69) by inbox.vuxu.org with ESMTPUTF8; 20 Oct 2020 14:36:18 -0000 Received: by krantz.zx2c4.com (ZX2C4 Mail Server) with ESMTP id 84c137c6; Tue, 20 Oct 2020 14:35:15 +0000 (UTC) Return-Path: Received: from mail.matejamaric.com (mail.matejamaric.com [2a04:3542:1000:910:e44b:bdff:feb6:7332]) by krantz.zx2c4.com (ZX2C4 Mail Server) with ESMTPS id 28dc3379 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for ; Tue, 20 Oct 2020 14:35:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=matejamaric.com; s=selector1; t=1603204570; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=VwxDH/p7veXQ6axdkRxrJlCOQ8+HZa4Fwc7YyuYdpz4=; b=ocdfZklHy2B98qhPj/JXsNbz8V6EUfLmSzo5avx12OFlHVVrDqYFc2N55bhXC3+a5CIdlr fuR28CqmpqNGANpYOxiJtWf9zMS2Z1dTCWydmKluHUGmI/ZQU8hk4yhC3TEK+JFasoLoe5 oNd3Q1etzIWfC6yE720jBkt0gwUdhKY7TypurmaGHPd6y5xNTxqAmXVmiHWMKRS/wBCdTl OsYreVTWMmiojCMh+v++KZ6n9RmPRAO4kXaKJn49XxcGybRm87FEIdOuQclnEXyQF6dyCn /WQ3Iwmt1zRCidDuWrUBA/tyztiCG2GqNMIFLZt+z9Lra+eiZF3JFFzlP185N5AFyCnxe/ Cn4S8Sn+Z8wqKn7MNZ1Tq8dij7hi2PXQgEFAWex566+iOtiGIPuI6WT6mo9VhtTeoy8ql8 h0FwBEYlWY5L1GR6epNv/Ydf/j0RWgUz5luYXiNppMNEzZ72pZG90C8k2Dmrq+hH6PjxW3 qRRr3RlvAsBpwdiZWTsbE+fd72Z3zbn0xMi4kgNcJrGcwH2j0WrkMrq+N/mHDlKY6Wm3ui McNl1vj6Hqe4J3ytHmE5Ae/6H661uC+p/qXsyg8wx80KEQw/A8ZcLOhnrg5cZehZ8noUNO L33kdcgdU6Z4L+4pFH66cEWaYtDZ1oHHzgzItcKCmL/R1t2OGx8Hg= Received: from [192.168.0.3] ( [87.116.166.31]) by mail.matejamaric.com (OpenSMTPD) with ESMTPSA id fbf6541b (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Tue, 20 Oct 2020 14:36:10 +0000 (UTC) Subject: Re: cgit dependencies To: Sukma Wardana Cc: cgit@lists.zx2c4.com References: <50b1de3d-c611-afae-452f-feafedecf0dc@matejamaric.com> From: Mateja Maric Message-ID: Date: Tue, 20 Oct 2020 16:35:39 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.12.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US X-BeenThere: cgit@lists.zx2c4.com X-Mailman-Version: 2.1.30rc1 Precedence: list List-Id: List for cgit developers and users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: cgit-bounces@lists.zx2c4.com Sender: "CGit" There are versions of those dependencies in both Python 2 and 3 (at least there are in Debian repositories). However you should probably stick to Python 3, since Python 2 is not supported anymore. On 10/20/20 5:16 AM, Sukma Wardana wrote: > Hi Mateja, > > Actually, I already saw the comment for about formatting. Just curious the require python version is 2.x or 3.x? > Also what version use for these dependencies: > > * markdown-python > * docutils > > Cheers, > sukma > > Sent: Monday, October 19, 2020 at 7:39 PM > From: "Mateja Maric" > To: "Sukma Wardana" , cgit@lists.zx2c4.com > Subject: Re: cgit dependencies > Check out comments in > https://git.zx2c4.com/cgit/tree/filters/about-formatting.sh for > about-formatting dependencies. > Hope this helps! > > On 10/19/20 5:09 AM, Sukma Wardana wrote: >> Hi, >> >> I just installed cgit on my Slackware VPS, everything is work well. >> However, I couldn't make the about-formatting.sh and email-gravatar.lua work. >> >> So, far I already installed Lua 5.1 & luaossl-20170903, but it's keep give error. >> So, do I install the correct version of Lua and lua ossl? >> >> For the about-formatting.sh what kind of requirements to enable this feature? >> >> I already read the README and cgitrc.5.txt, but can't find the answer for my problem. >> >> Please kindly advice how to solve my problem. >> >> Cheers, >> Sukma Wardana