X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail-qc0-f175.google.com (mail-qc0-f175.google.com [209.85.216.175]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 72945DC0486 for ; Wed, 3 Sep 2014 20:52:47 +0000 (UTC) Received: by mail-qc0-f175.google.com with SMTP id c9so9435934qcz.34 for ; Wed, 03 Sep 2014 13:52:41 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=R3gS25gEmUmsCTuJgNst2DzOdNAm51Vql8a8m5RS/jQ=; b=Dcs5LHUkjNXjZfpgAS5WrGqlsKzpvtuw94/aUipDfAsF/p3d0F2ofvXJh8YS2h2xKu anyF2kVYcTn6WTRO1njXS16zTxDI0v8W2WKN9Lu/7t1QIuKjuYhV20346BkiN+fWQ60f fkcNPyUkrIBDzhLk1y1GKPYxn5LYGKCgo1aRw+lTREs1BWAUCuX3HXQ95oEBZDu/sfmj xCT6rHpnNM2VBW5u8Lk7qEIxT2mKpMl+XKbxUxe8yOZ0Qh9qDVpgx8qHRyqH2DN5ZzEe l4H4rbWBEk8cB6TkOcajfz2O8l2OyUZjEk+q5EZ914yuD2PIOzCurYXOjJ+IXYX3XAYi yL4A== X-Gm-Message-State: ALoCoQln2Oljmp7bXdIFXfIFdJ6SgvBVVxQ5jkTikza2nX7e+piIbblFWYQofr5HkNlurrZ1P8PE X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 X-Received: by 10.140.92.235 with SMTP id b98mr161443qge.97.1409777561656; Wed, 03 Sep 2014 13:52:41 -0700 (PDT) Received: by 10.96.14.170 with HTTP; Wed, 3 Sep 2014 13:52:41 -0700 (PDT) X-Originating-IP: [79.160.43.83] In-Reply-To: <20140903204421.GA1780@newbook> References: <20140903204421.GA1780@newbook> Date: Wed, 3 Sep 2014 22:52:41 +0200 Message-ID: Subject: Re: [alpine-devel] [RFC] First draft: add Tkinter to python From: Eivind Uggedal To: Isaac Dunham Cc: alpine-devel@lists.alpinelinux.org Content-Type: text/plain; charset=UTF-8 You could possibly look at how voidlinux handles the cyclic dependency by splitting the package: https://github.com/voidlinux/void-packages/blob/master/srcpkgs/python/template https://github.com/voidlinux/void-packages/blob/master/srcpkgs/python-tkinter/template On Wed, Sep 3, 2014 at 10:44 PM, Isaac Dunham wrote: > Hello, > I'm trying to get Tkinter in python; while I know that needs to wait for > tk to move to main, I'm not sure how to get the whole thing working right. > > The biggest problem is that Tkinter needs Tk, which ultimately needs > libxcb, which in turn has python in makedepends. > But I'm not sure what's a good way to handle that. > > Also, this would make quite a few things ultimately depend on X11. > > Here is a patch that works to build Tkinter when PYTHON_TK is not set to > "false". > > Any recommendations? > > Thanks, > Isaac Dunham --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---