Path: csiph.com!fu-berlin.de!bofh.it!news.nic.it!robomod From: Julien Puydt Newsgroups: linux.debian.maint.python Subject: Re: Suggestion for recommended build tools a python application Date: Tue, 29 Sep 2015 20:50:02 +0200 Message-ID: References: X-Original-To: debian-python@lists.debian.org X-Mailbox-Line: From debian-python-request@lists.debian.org Tue Sep 29 18:48:33 2015 Old-Return-Path: X-Amavis-Spam-Status: No, score=-7.097 tagged_above=-10000 required=5.3 tests=[BAYES_00=-2, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, LDO_WHITELIST=-5, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=0.001, SARE_FREE_WEBM_LAPOSTE=0.721] autolearn=ham autolearn_force=no X-Policyd-Weight: using cached result; rate: -6.2 Dkim-Signature: v=1; a=rsa-sha256; c=simple/simple; d=laposte.net; s=mail1; t=1443552498; bh=ukNZ3TJ5m9TUYbq7qk4ZENinJLnNBNpDe/dyi1LNKJ0=; h=Date:From:To:Subject:References:In-Reply-To; b=BihFlipepqAQjVizUr4zcZEWIlhaxcA7xtZ1fh0fWJCS0x3rM3GiB2bLmXA5juQ0z ulvPqxL4wHM2ka0FimJwNI8juw2YNn2dTeR2stF2MUfNkViQj8qL0yTkMNEmxM/Men QMqfvZHxLEkWX79vq6+JGd9U3VaGmPCxPh9fxim8hhvqRxUto+f2HutCPHpii0s7lI yWkPuSqdi8QbGp0ITzwEeexzCWQ0rxTXIrzrzstCjhxzgcjH5LPigz4NHtszjKN6vn RjOAUpYDBYNer8PWIikrfU5jkR4Ob2nJXCpUMEKMQZCrG08Abp3jUS5T/nTKV99Ff6 rPV6qyEyfDTNg== MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.5.24 (2015-08-30) X-Vr-Srcip: 82.236.148.178 X-Vr-Cause-1: gggruggvucftvghtrhhoucdtuddrfeekgedrheejgddufedvucetufdoteggodetrfcurfhrohhfihhl X-Vr-Cause-2: vgemucfntefrqffuvffgnecuuegrihhlohhuthemucehtddtnecunecujfgurhepfffhvffukfhfgggt X-Vr-Cause-3: ugfgjggfsehtkeertddtredunecuhfhrohhmpefluhhlihgvnhcurfhuhiguthcuoehjuhhlihgvnhdr X-Vr-Cause-4: phhuhigutheslhgrphhoshhtvgdrnhgvtheqnecuffhomhgrihhnpeguvggsihgrnhdrohhrghenucfr X-Vr-Cause-5: rghrrghmpehmohguvgepshhmthhpohhuthdphhgvlhhopegtrghutghhhidrlhhotggrlhguohhmrghi X-Vr-Cause-6: nhdpihhnvghtpeekvddrvdefiedrudegkedrudejkedpmhgrihhlfhhrohhmpehjuhhlihgvnhdrphhu X-Vr-Cause-7: higutheslhgrphhoshhtvgdrnhgvthdprhgtphhtthhopeguvggsihgrnhdqphihthhhohhnsehlihhs X-Vr-Cause-8: thhsrdguvggsihgrnhdrohhrgh X-Vr-Avstate: No X-Mailing-List: archive/latest/12658 List-ID: List-URL: List-Archive: https://lists.debian.org/msgid-search/20150929184814.GA22394@cauchy.localdomain Approved: robomod@news.nic.it Lines: 13 Organization: linux.* mail to news gateway Sender: robomod@news.nic.it X-Original-Date: Tue, 29 Sep 2015 20:48:16 +0200 X-Original-Message-ID: <20150929184814.GA22394@cauchy.localdomain> X-Original-References: Xref: csiph.com linux.debian.maint.python:7347 Hi, Le mercredi 30 sept. 2015 à 00:17:32 (+0600), Titon Barua a écrit : > I found some online resource where someone suggested using autotools for > building GTK+python applications. I can definitely go that route, but how > would it affect packaging for debian? How am I supposed to specify the > python module dependencies? With autotools, you can check python deps using the AC_CHECK_PYTHON_MODULE macro, which you can for example find here: http://anonscm.debian.org/cgit/debian-science/packages/sagemath.git/tree/debian/pruner/m4/python_module.m4 Snark on #debian-python