Path: csiph.com!weretis.net!feeder4.news.weretis.net!news.mixmin.net!aioe.org!bofh.it!news.nic.it!robomod From: Brian May Newsgroups: linux.debian.maint.python Subject: Re: python-mkdocs new dependancy Date: Thu, 05 May 2016 12:50:02 +0200 Message-ID: References: X-Mailbox-Line: From debian-python-request@lists.debian.org Thu May 5 10:42:03 2016 Old-Return-Path: X-Amavis-Spam-Status: No, score=-7.679 tagged_above=-10000 required=5.3 tests=[BAYES_00=-2, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.001, LDO_WHITELIST=-5, MURPHY_DRUGS_REL8=0.02, RCVD_IN_DNSWL_LOW=-0.7] autolearn=ham autolearn_force=no X-Policyd-Weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_BL_NJABL=-1.5 CL_IP_EQ_HELO_IP=-2 (check from: .microcomaustralia. - helo: .mail-pf0-x232.google. - helo-domain: .google.) FROM/MX_MATCHES_NOT_HELO(DOMAIN)=0; rate: -5 Dkim-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=microcomaustralia.com.au; s=google; h=sender:from:to:subject:in-reply-to:organization:references :user-agent:date:message-id:mime-version:content-transfer-encoding; bh=W+zAECCCXepikeWyJlHfE6ev3XcNZAELn1ktjX6Iz3c=; b=QsKFVTRO4Gh1hqdxYBwFcwGTCS2hnlTfLV7ZbR8tRrc8wg5lXoX0oF/VizTT7YZ71l yU9kOLhbH10CwtTv9vnQ3yYYuMrxYplTEK4LILM/I/faDvOj6ZC7L5/d4Qrljhic+koB 3k29oNKB1TeSEhFVBEKpdezdA2RZ6Dkn91MvQ= X-Google-Dkim-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:from:to:subject:in-reply-to:organization :references:user-agent:date:message-id:mime-version :content-transfer-encoding; bh=W+zAECCCXepikeWyJlHfE6ev3XcNZAELn1ktjX6Iz3c=; b=QiLVe826fUTQ4xy1X2cWr04wTBYf89XZ8KDcCqYNBfnm8tmICRhFfwDJeS8+qXOLd9 iZkbVhnJtGsS3xOtYutuJOQVvgVr7DqiokPokVDwEzqwIs8cPhhv5Fj7UUNsyvgxZ3c2 TDhtiXIehwsKglyQItHH/sOn6HiR4B/nOYYZJXO+mEcX+tPUb4iNihVF9rtL3pv/GTLN SKCSblSgdzJvtwk9d9Q6rmA7/MvX+eaQXY1WF4WEYYuCQTNXC+DYfOpBozyJNmSG1YxC JNS9ViOAw34XKDtJAzi68QJlf0FHpWwGXBjgclgB3nyM3ob3dI2j7x5lDOuOHHalbq/b CZtQ== X-Gm-Message-State: AOPr4FWFyFFboj5iIc6g1s0ekoxm1uC5H+IU+NV/SZM9kbttgwywIsTsfue/TR+3tb8kaQ== X-Received: by 10.98.21.136 with SMTP id 130mr19444356pfv.51.1462444905156; Thu, 05 May 2016 03:41:45 -0700 (PDT) Sender: robomod@news.nic.it Organization: Debian User-Agent: Notmuch/0.21 (http://notmuchmail.org) Emacs/24.5.1 (x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Mailing-List: archive/latest/13821 List-ID: List-URL: List-Archive: https://lists.debian.org/msgid-search/87inysss64.fsf@prune.linuxpenguins.xyz Approved: robomod@news.nic.it Lines: 26 X-Original-Date: Thu, 05 May 2016 20:41:39 +1000 X-Original-Message-ID: <87inysss64.fsf@prune.linuxpenguins.xyz> X-Original-References: <87fuuradnc.fsf@prune.linuxpenguins.xyz> <20160412084805.GH2764@sar0.p1otr.com> <87vb3f4sga.fsf@prune.linuxpenguins.xyz> <20160418083919.GU2764@sar0.p1otr.com> <87k2jozqng.fsf@prune.linuxpenguins.xyz> <20160424125019.GB11769@mitya57.me> <87twihufde.fsf@prune.linuxpenguins.xyz> <20160505101637.GH2764@sar0.p1otr.com> X-Original-Sender: Brian May Xref: csiph.com linux.debian.maint.python:8493 Piotr O=C5=BCarowski writes: > * please use --install-lib instead of moving files after dh_python3. > Moving files once dh_python{2,3} creates hooks to bytecompile py files > is not really a good idea. > > export PYBUILD_INSTALL_ARGS=3D--install-lib=3D/usr/share/mkdocs/themes/ Was hoping to avoid the need to add /usr/share/mkdocs/themes to the sys.path. However, this in hindsight probably would result in a much simpler patch to mkdocs; and as a result a much better solution. > * PYBUILD_NAME doesn't really make sense if you don't have python- or > python3- binary packages > * s/Suggests: mkdocs/Enhances: mkdocs/ > * s/Description: B/Description: b/ Thanks for the suggestions. At the moment the theme packages are stuck in NEW, however if the packages get approved I will make these changes before uploading mkdocs. --=20 Brian May