RFS: python-gnupg

2012-03-28 Thread Dmitry Shachnev
/python-gnupg/ -- Cheers, Dmitry Shachnev -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/cakimphx3toz_5gtw6cpworysf7rb77wimdbvn9y0hhzzgcj...@mail.gmail.com

Re: RFR: python-secretstorage

2012-06-22 Thread Dmitry Shachnev
I was following your discussions about that, thanks! In my case it's more difficult: I need a running gnome-keyring-daemon with a configured default keyring. I'll try playing with xvfb later (when I have more time, and when I get async functions working). -- Dmitry Shachnev On Fri, Jun 22, 2012

Re: RFR: python-secretstorage

2012-06-26 Thread Dmitry Shachnev
Fixed, thanks for your review! -- Dmitry Shachnev On Mon, Jun 25, 2012 at 10:30 PM, Jakub Wilk jw...@debian.org wrote: * Dmitry Shachnev mity...@gmail.com, 2012-06-22, 11:47: I am looking for a review of my package python-secretstorage. DM-Upload-Allowed is supposed to be added

Re: Question about dh_python2

2012-08-08 Thread Dmitry Shachnev
This can be caused by extra space in your override_dh_auto_install line: it should be dh_auto_install --prefix=/usr without space after --. -- Dmitry Shachnev On Wed, Aug 8, 2012 at 12:23 PM, Leonardo Marín leojma...@zoho.com wrote: Hi, I converted package to dh_python2 and i have trouble

Re: Sympy 0.7.2

2012-10-28 Thread Dmitry Shachnev
What was the MathJax complain about? I maybe can help you with that. -- Dmitry Shachnev On 10/28/12, Thomas Kluyver tho...@kluyver.me.uk wrote: On 28 October 2012 08:47, Jakub Wilk jw...@debian.org wrote: I assume that building the binary packages from a single source package is preferred

Re: Sympy 0.7.2

2012-10-29 Thread Dmitry Shachnev
?config=TeX-AMS_HTML-full missing) 3. It would be also good if dh_sphinxdoc stripped everything after ? character. Jakub, can you please look at these issues? -- Dmitry Shachnev On Mon, Oct 29, 2012 at 2:37 PM, Thomas Kluyver tho...@kluyver.me.uk wrote: On 29 October 2012 04:42, Dmitry Shachnev

Re: Sympy 0.7.2

2012-10-29 Thread Dmitry Shachnev
Yes, that should be a one-line change, but it requires dh_sphinxdoc's side to be fixed first. Please also note that Debian experimental has mathjax 2.0 (I'm planning to upload 2.1 this week) while wheezy/sid has 1.1 which is quite outdated. -- Dmitry Shachnev On Mon, Oct 29, 2012 at 3:11 PM

Re: Sympy 0.7.2

2012-10-29 Thread Dmitry Shachnev
On Mon, Oct 29, 2012 at 10:45 PM, Dmitry Shachnev mity...@gmail.com wrote: Removing file:// (and keeping only /absolute/path) should work as far as libjs-mathjax is installed on the server (and the permissions are set correctly). In this case, dh_sphinxdoc should handle absolute paths

Re: Advise on packaging a new Python module

2012-11-07 Thread Dmitry Shachnev
, who's helped him in the past. His suggestion is that if the module is acceptable, it may be worth it to have the maintainer changed from the Med team -- Dmitry Shachnev -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas

Re: Advise on packaging a new Python module

2012-11-07 Thread Dmitry Shachnev
? That is possible, but I would not recommend doing it unless you have a particular reason for that. If there are some bug fixes which didn't make their way to release, it's better to backport those fixes and apply as patches. -- Dmitry Shachnev -- To UNSUBSCRIBE, email to debian-python-requ

Re: Python fdb

2012-11-14 Thread Dmitry Shachnev
]: https://launchpad.net/pkgme -- Dmitry Shachnev On Tue, Nov 13, 2012 at 4:36 PM, Philippe Makowski pmakow...@espelida.com wrote: Hi, since Python-kinterbasdb is orphaned since 483 days in Debian and that upstream KInterbasdb is deprecated and unmaintained I would like to package the new python

Bug#693335: RFS: pymarkups/0.2.3-1

2012-11-15 Thread Dmitry Shachnev
, which will be released soon. Only the Python 3 version is provided since ReText will be using Python 3 by default (and I don't know any apps that are going to use the Python 2 version). * Package name: pymarkups Version : 0.2.3-1 Upstream Author : myself (Dmitry Shachnev) * URL

Re: Bug#693335: RFS: pymarkups/0.2.3-1

2012-11-25 Thread Dmitry Shachnev
, Jakub Wilk jw...@debian.org wrote: * Dmitry Shachnev mity...@gmail.com, 2012-11-18, 15:00: License in debian/copyright is not the same as in LICENSE. Fixed upstream (I believe) — is that what you meant: http://bazaar.launchpad.net/~mitya57/python-markups/trunk/revision/87/LICENSE

Re: Problems with dependency on python-epydoc

2012-12-15 Thread Dmitry Shachnev
I see git-buildpackage depends on cowbuilder, which depends on pbuilder. So that vanilla environment is probably pbuilder. sudo pbuilder update will update it. -- Dmitry Shachnev On Sat, Dec 15, 2012 at 8:59 PM, Tomás Di Domenico td...@tdido.com.ar wrote: On 14/12/12 18:36, Jakub Wilk wrote

Re: How does team maintenace of python module works?

2013-02-12 Thread Dmitry Shachnev
://wiki.debian.org/Teams/PythonModulesTeam/HowToJoin#Policy_About_Maintainer_and_Uploaders_Fields for details. The same should apply to PAPT as well. -- Dmitry Shachnev -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas

Re: How does team maintenace of python module works?

2013-02-14 Thread Dmitry Shachnev
I'm not against switching to Git, but one of the arguments last time was that maintaining packages in different places will make mass-commits like [1] more difficult. [1]: http://anonscm.debian.org/viewvc/python-modules?view=revisionrevision=18483 -- Dmitry Shachnev On Thu, Feb 14, 2013 at 9

Re: How does team maintenace of python module works?

2013-02-15 Thread Dmitry Shachnev
in Git (it's what you mean) will make it harder to do mass-commits, mass-search and keeping up with others' changes. Again, I prefer Git to SVN, but I agree with Barry, Scott and others that divergence is *not* what we want. -- Dmitry Shachnev -- To UNSUBSCRIBE, email to debian-python-requ

Re: How does team maintenace of python module works?

2013-02-19 Thread Dmitry Shachnev
. -- Dmitry Shachnev -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/cakimphw-ghrj1w99naoglife1wup3rxisb78gk49hqkwsim...@mail.gmail.com

Re: Removing /usr/bin/nosetests-3.x scripts

2013-02-22 Thread Dmitry Shachnev
Thanks for the heads up! I've checked reverse build-dependencies in sid only, in experimental there are more matching packages, but only pyxdg needs fixing. Surprisingly, many packages are already using the right way. -- Dmitry Shachnev On Fri, Feb 22, 2013 at 3:32 PM, Thomas Kluyver tho

Re: Removing /usr/bin/nosetests-3.x scripts

2013-02-22 Thread Dmitry Shachnev
-dctrl -sSource -FBuild-Depends python3-nose ./*/trunk/debian/control in both DPMT and PAPT SVNs, and again pyzmq is the only package that wasn't noticed by my previous checks. Please fix it before uploading. -- Dmitry Shachnev -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org

About canonical Vcs fields

2013-03-14 Thread Dmitry Shachnev
will win, we should consider asking lintian developers to remove that check (at least partially, i.e. allow both options but not allow everything else). My own vote: [2a]. [¹]: http://lintian.debian.org/tags/vcs-field-not-canonical.html -- Dmitry Shachnev signature.asc Description

Re: statsd + voluptuous packaged!

2013-03-21 Thread Dmitry Shachnev
have to find a sponsor. -- Dmitry Shachnev -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/cakimphwuf5uhsmkeprw5snvb_ojs98dpmkbon8fsg7oyayp...@mail.gmail.com

Re: About canonical Vcs fields

2013-03-23 Thread Dmitry Shachnev
it to match lintian. -- Dmitry Shachnev -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/CAKimPHX14KRWwFRfSa6RprW3stSqGfD+-ZgY3mfrRi0e7=l...@mail.gmail.com

RFS: nose 1.3.0-1

2013-04-12 Thread Dmitry Shachnev
Hi, I would like to request sponsorship of “nose” package I’ve been working on last month. The package is not team-maintained, but I got an acknowledgement from the maintainer. The changelog is: [ Dmitry Shachnev ] * Team upload. * New upstream release (closes: #675554). - Fixes

Re: RFS: nose 1.3.0-1

2013-04-13 Thread Dmitry Shachnev
On Fri, Apr 12, 2013 at 8:22 PM, Paul Tagliamonte paul...@debian.org wrote: As you may know, we're currently in freeze. Such a disruptive change to unstable in deep freeze isn't really great. Please change the changelog entry to experimental. Done. -- Dmitry Shachnev -- To UNSUBSCRIBE

Re: Is subgit for migrating from Git to SVN?

2013-05-12 Thread Dmitry Shachnev
. -- Dmitry Shachnev -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/cakimphw-taxuemh1avt0axkv9gfvj5252ryp1shg8kmddrc...@mail.gmail.com

Re: python3.3 status

2013-05-24 Thread Dmitry Shachnev
. python-flexmock FTBFS, needs rebuilt nosetests Fixed. Also committed a fix for python-pip (#692384) and submitted a fix for dep-8 tests for pandas. -- Dmitry Shachnev -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas

RFS: python-keyring 1.4-1

2013-06-08 Thread Dmitry Shachnev
on python[3]-mock and python[3]-crypto, for the testsuite. * Remove build directory in clean target. * Update some file names to match upstream renamings. -- Dmitry Shachnev signature.asc Description: This is a digitally signed message part

Re: RFS: python-keyring 1.4-1

2013-06-10 Thread Dmitry Shachnev
On Sun, Jun 9, 2013 at 9:03 PM, Jakub Wilk jw...@debian.org wrote: Typo in the variable name: $(PYTHON) - $(PYTHON2). Also, python2.X -m unittest discover works only for X=7. Fixed, thanks for spotting this! -- Dmitry Shachnev -- To UNSUBSCRIBE, email to debian-python-requ

Re: RFS: python-keyring 1.4-1

2013-06-11 Thread Dmitry Shachnev
(see upstream #102), but there is no problem when you are building in chroot. -- Dmitry Shachnev -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org

Re: RFS: python-keyring 1.4-1

2013-06-14 Thread Dmitry Shachnev
is not PEP 386 compatible version and breaks anything having a requirment on keyring = 1.4 in setup.py or using pkg_resources.require OK, I reverted the debian/watch change, so we can now use .zip tarballs again. -- Dmitry Shachnev -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org

Re: RFS: python-keyring 1.4-1

2013-06-18 Thread Dmitry Shachnev
On Mon, Jun 17, 2013 at 10:53 PM, Sebastian Ramacher sramac...@debian.org wrote: On 2013-06-14 14:55:58, Dmitry Shachnev wrote: On Wed, Jun 12, 2013 at 2:34 AM, Sebastian Ramacher sramac...@debian.org wrote: I'd put the script in /usr/share/doc/python-keyring or /usr/share/python-keyring

Re: RFS: python-keyring 1.4-1

2013-06-18 Thread Dmitry Shachnev
On Jun 18, 2013 7:33 PM, Sebastian Ramacher sramac...@debian.org wrote: On 2013-06-18 18:21:27, Dmitry Shachnev wrote: What's the status of all the other tests? Many tests are skipped because of missing dependencies. Gnome-keyring-daemon refuses to run in xvfb. As I do not know

Re: RFS: feedparser/5.1.2-2

2013-07-25 Thread Dmitry Shachnev
upload this package, but switching to dh and dh_python2 should be explicitly documented in the changelog. -- Dmitry Shachnev -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: http

Re: dh-python in unstable

2013-08-02 Thread Dmitry Shachnev
python-defaults' own dh_python2 and always use dh-python's one (like done for dh_python3)? -- Dmitry Shachnev -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org

Re: How to help with sphinx 1.2?

2013-09-12 Thread Dmitry Shachnev
. -- Dmitry Shachnev -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/cakimphwasphqpzgdg4g77zqg1eufxqz4qvy8i7ttbomz3sy...@mail.gmail.com

Re: How to help with sphinx 1.2?

2013-09-21 Thread Dmitry Shachnev
package (the package is mature enough for unstable, but let's upload it to experimental until the mentioned fixes are uploaded)? -- Dmitry Shachnev -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive

Re: Bug#635476: current packaging work for Coverage

2013-10-10 Thread Dmitry Shachnev
Hi Ben, and everybody. On Thu, Oct 10, 2013 at 12:15 PM, Ben Finney ben+deb...@benfinney.id.au wrote: On 09-Oct-2013, Dmitry Shachnev wrote: Then please make sure that shebang of coverage3 is #!/usr/bin/python3. I'm not doing anything specific to change the shebang line. That's being done

Re: Using update-alternatives for /usr/bin provided binaries

2013-10-15 Thread Dmitry Shachnev
to invoke coverage, i.e. using it from python, or using existing scripts. -- Dmitry Shachnev -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org

Re: Using update-alternatives for /usr/bin provided binaries

2013-10-15 Thread Dmitry Shachnev
priority. -- Dmitry Shachnev -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/CAKimPHWx60HONdEtZ1EUEah98r7pQ4DgxmNc=DRhYJF06T4+=w...@mail.gmail.com

Re: Using update-alternatives for /usr/bin provided binaries

2013-10-15 Thread Dmitry Shachnev
understand it, python{2,3}-coverage are NOT compatible, and therefore they should NOT use alternatives. Can you please explain why they are incompatible for people who never used them (like me)? -- Dmitry Shachnev -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org

Re: Using update-alternatives for /usr/bin provided binaries

2013-10-15 Thread Dmitry Shachnev
On Tue, Oct 15, 2013 at 3:14 PM, Dmitry Shachnev mity...@gmail.com wrote: As I understand it, python{2,3}-coverage are NOT compatible, and therefore they should NOT use alternatives. Can you please explain why they are incompatible for people who never used them (like me)? I think I have

Re: Will rtupdate be used for python 2 -- python 3 transition?

2013-10-30 Thread Dmitry Shachnev
to python3 rather than python2. Not before python2.7 is removed from the archive. See previous discussions on this ML, i.e. this thread: http://lists.debian.org/debian-python/2013/07/msg00049.html. -- Dmitry Shachnev -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject

Re: CLI recommendations for version-specific /usr/bin scripts

2013-11-13 Thread Dmitry Shachnev
there is real need for that. Nowadays when it's easy to get ‘python -m mymodule’ working, such scripts are provided mostly for compatibility purposes and create more problems than they solve. -- Dmitry Shachnev -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject

Re: How to run upstream test suite that uses ‘tox’?

2013-11-17 Thread Dmitry Shachnev
I tried running the test commands outside tox, and got https://bitbucket.org/ned/coveragepy/issue/276/. Also, as I said on IRC, another problem with the tests is that they use nose, so enabling them will lead to build-dependency loop between nose and python-coverage. -- Dmitry Shachnev On Sat

Re: Intersphinx usage

2013-12-02 Thread Dmitry Shachnev
there). -- Dmitry Shachnev -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/CAKimPHWp-7PYTR=HxxAZextCabT4w4gbDK+Q1tzEVD3=zxb...@mail.gmail.com

Re: C API include files

2013-12-08 Thread Dmitry Shachnev
python2 and python3? Even if they are different, can that be solved by adding some #if /#ifdef blocks? -- Dmitry Shachnev -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org

Re: pprocess packaging SVN

2013-12-12 Thread Dmitry Shachnev
=17894 -- Dmitry Shachnev -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/cakimphwnd6pzbd_hfb1defwoxv98j+kt_mrrsiael2tca4r...@mail.gmail.com

Re: ABI change that causes PyQwt and PyQwt3d to segfault

2014-01-08 Thread Dmitry Shachnev
upload but my problem is that I cannot request a binNMU unless I know what ABI change causes the problem. Does anyone know what causes it and if the soname of some library was not bumped this time? Regards Gudjon http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=731437 -- Dmitry Shachnev

Re: Bug#736721: Incorrect dependencies

2014-02-06 Thread Dmitry Shachnev
(in attic/crypto.py). Of course, this is not the best practice, a simplier solution will be to use existing modules like python-xattr and python-crypto, or writing a Python extension where you can use C code. -- Dmitry Shachnev On Thu, Feb 6, 2014 at 9:00 PM, Clint Adams cl

Re: Help needed for python-biopython which splits up modules into two packages per Python version

2014-03-04 Thread Dmitry Shachnev
recommend using this option and it's useless in most cases. -- Dmitry Shachnev -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/cakimphunthlbwyhbd2qoaf_euzyuxvwl

Re: Packaging review

2014-03-28 Thread Dmitry Shachnev
? No, that is about binary packages dependencies. The dh_python{2,3} helpers add postinst scripts to your packages, where call some external tools like pycompile, which require certain dependencies. If you depend on {python:Depends} and {python3:Depends}, then everything should be OK. -- Dmitry Shachnev

Re: ‘dh’ invoking Python 2 ‘pyversions’ in a Python 3-only package

2014-03-30 Thread Dmitry Shachnev
packages. -- Dmitry Shachnev -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/cakimphwfvdmbv32uvbvzdj8qyorjydbav6zg+moauntd44b...@mail.gmail.com

Re: [Python-modules-team] Bug#756872: RM: gnupginterface -- ROM; No human maintainer left, dead upstream

2014-08-03 Thread Dmitry Shachnev
security patches, extensive documentation, and extra features. [1] https://github.com/isislovecruft/python-gnupg -- Dmitry Shachnev -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: https

Re: kombu vs dh_python3

2014-08-11 Thread Dmitry Shachnev
On Mon, Aug 11, 2014 at 2:59 PM, Michael Fladischer mich...@fladi.at wrote: There is already a python3 branch in svn ... waiting for the python-nose test failure to be fixed. If you mean #757640, then Brian already fixed that (thanks Brian). -- Dmitry Shachnev -- To UNSUBSCRIBE, email

Re: Bug#755757: transition: wxpython3.0

2014-08-25 Thread Dmitry Shachnev
to suggest using python[3]-(module name)-(alternative name) naming in such case, like python-wx.media-wxgtk3.0. This way, it will be easy to list all alternatives for i.e. wx.media — the list will be all python-wx.media-* packages (even when you add Qt or X11 flavours). -- Dmitry Shachnev

Re: multiple modules in one source

2014-12-12 Thread Dmitry Shachnev
’, and the Python 3 equivalents. This is no longer the case. -- Dmitry Shachnev -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org

Re: Bug#778269: ITP: python-mkdocs -- Static site generator geared towards building project documentation

2015-02-13 Thread Dmitry Shachnev
the executable use Python 3. -- Dmitry Shachnev signature.asc Description: OpenPGP digital signature

Re: /usr/bin/python in Python 2 and 3

2015-04-21 Thread Dmitry Shachnev
), without any changes to it. These three cases cover most of the Python code. [1] which I hope will not happen [2] the next Debian release is no sooner than in 2017, nine years since the first Python 3 release -- Dmitry Shachnev, who is a bit slow on catching up with his mails. signature.asc

Re: python3-xlib lost in Debian

2015-05-02 Thread Dmitry Shachnev
/python-xlib/vivid -- Dmitry Shachnev signature.asc Description: OpenPGP digital signature

Re: dh_python3 and dh_strip

2015-05-02 Thread Dmitry Shachnev
Hi Sebastian, On Sat, 2 May 2015 12:42:13 +0200, Sebastian Ramacher wrote: You could bump compat to 9 and use debug symbol files based on the build id. This should circumvent any filename based problems. That indeed helped, thanks! -- Dmitry Shachnev signature.asc Description: OpenPGP

dh_python3 and dh_strip

2015-04-28 Thread Dmitry Shachnev
-packages/sip.cpython-34dm-x86_64-linux-gnu.so unstripped, which is wrong AFAIK. -- Dmitry Shachnev signature.asc Description: OpenPGP digital signature

Sphinx 1.3 in Debian experimental

2015-05-03 Thread Dmitry Shachnev
with dh_sphinxdoc, because it's written in Perl which I don't speak well :) [1]: http://sphinx-doc.org/changes.html [2]: debian/TODO in the Subversion repository -- Dmitry Shachnev signature.asc Description: OpenPGP digital signature

Re: Sphinx 1.3 in Debian experimental

2015-05-07 Thread Dmitry Shachnev
I have time for that, but I hope I'll be able to do that this week. -- Dmitry Shachnev signature.asc Description: OpenPGP digital signature

Re: Getting ready for Python 3.5

2015-06-25 Thread Dmitry Shachnev
, so I think it will be easier to break the loop here. Search for jstest in debian/rules and comment that line out. -- Dmitry Shachnev signature.asc Description: OpenPGP digital signature

Re: Sphinx 1.3 in Debian experimental

2015-06-30 Thread Dmitry Shachnev
Hi Paul, On Tue, 30 Jun 2015 13:17:53 +0800, Paul Wise wrote: |today| sounds like a misfeature, more interesting would be |version| or |source_date|. I agree. |version| is what the people usually need. And Sphinx has it, see http://sphinx-doc.org/markup/inline.html#substitutions. -- Dmitry

Re: Sphinx 1.3 in Debian experimental

2015-06-30 Thread Dmitry Shachnev
/setup_command.py/#L76 [2]: Sphinx uses +%B %d, %Y format for dates -- Dmitry Shachnev signature.asc Description: OpenPGP digital signature

Re: Sphinx 1.3 in Debian experimental

2015-06-30 Thread Dmitry Shachnev
Hi, On Tue, 30 Jun 2015 10:47:34 +0200, Piotr Ożarowski wrote: [Dmitry Shachnev, 2015-06-30] Looking at the source of Sphinx' distutils/setuptools command [1], I see that pybuild can already help here by including something like this in its generated setup.cfg: [build_sphinx] today

Re: Sphinx 1.3 in Debian experimental

2015-07-02 Thread Dmitry Shachnev
that feature is even better, because that means the build will be reproducibile. Maybe I will even talk to upstream about disabling it for other themes as well (by default). -- Dmitry Shachnev signature.asc Description: OpenPGP digital signature

Re: Sphinx 1.3 in Debian experimental

2015-06-29 Thread Dmitry Shachnev
], but there are still some harder packages which I don't have time to properly test/investigate. [1]: http://deb.li/sphinx13 -- Dmitry Shachnev signature.asc Description: OpenPGP digital signature

Re: Sphinx 1.3 in Debian experimental

2015-06-29 Thread Dmitry Shachnev
. I applied a patch from #776443 there). If there is something else, please let me know. -- Dmitry Shachnev signature.asc Description: OpenPGP digital signature

Re: Sphinx 1.3 in Debian experimental

2015-06-29 Thread Dmitry Shachnev
builds effort. So I don't think there can be some issue with synchronization here. Also, as your example demonstrates, Sphinx 1.3 won't do it once and for all. -- Dmitry Shachnev signature.asc Description: OpenPGP digital signature

Re: Rename package? (Re: Request to join DPMT and RFS: python-simpy/3.0.7-1 [ITA])

2015-05-22 Thread Dmitry Shachnev
to carry two packages. -- Dmitry Shachnev signature.asc Description: OpenPGP digital signature

Re: pexif package

2015-05-22 Thread Dmitry Shachnev
://github.com/bennoleslie/pexif/tree/master/scripts This package definitely should _not_ ship /usr/bin/timezone. I see these are just example scripts, can you just install them to something like /usr/share/pyexif/examples/? -- Dmitry Shachnev signature.asc Description: OpenPGP digital signature

Re: [Debian-astro-maintainers] glueviz_0.5.2+dfsg-1_amd64.changes ACCEPTED into unstable

2015-08-16 Thread Dmitry Shachnev
programs with different functionality but with the same filenames. -- Dmitry Shachnev signature.asc Description: OpenPGP digital signature

Re: mass-bug filling proposal: missing dh-python build dependency

2015-08-20 Thread Dmitry Shachnev
package) Does someone want to prepare a patch for lintian to detect it or is it ok to do the mass bug filling? +1 for the MBF (you should probably discuss it on debian-devel@ though). Also, committed the fixes for two my packages. -- Dmitry Shachnev signature.asc Description: OpenPGP digital

Re: Sphinx 1.3 in Debian experimental

2015-06-29 Thread Dmitry Shachnev
for __DATE__, do you? Anyway, if you provide a suggestion for how to fix this on Sphinx side (not *so* hackish as parsing d/changelog), I will look at it. -- Dmitry Shachnev signature.asc Description: OpenPGP digital signature

Re: Sphinx 1.3 in Debian experimental

2015-06-29 Thread Dmitry Shachnev
On Mon, 29 Jun 2015 22:26:22 +0300, Dmitry Shachnev wrote: According to codesearch, only 59 packages out of 608 using Sphinx have |today| somewhere in their .rst files [1]. Forgotten reference: [1] queries I used: \|today\| path:.*\.rst# |today| in source files

Sphinx 1.3 is now in unstable

2015-08-15 Thread Dmitry Shachnev
-- Dmitry Shachnev signature.asc Description: OpenPGP digital signature

Re: cairocffi possible FTBFS

2015-07-19 Thread Dmitry Shachnev
-doc/html/_static/jquery.js underscore-1.3.1.js file is in Sphinx source, but we do not ship it in Debian. Do you have a custom Sphinx installation (i.e. from PyPI) somewhere? -- Dmitry Shachnev signature.asc Description: OpenPGP digital signature

Re: Does “${python3:Depends}” reliably generate correct dependencies?

2015-10-25 Thread Dmitry Shachnev
On Sun, 25 Oct 2015 05:05:08 -0400, Scott Kitterman wrote: > Usually you only get the dependency on the specific python3 interpreters if > there's a script with a shebang using that version. I'd check for that. > > It could either be in the original source or due to dh_python3 doing something >

Re: Installing python modules in a non-standard way

2015-10-25 Thread Dmitry Shachnev
hing like this: override_dh_auto_build: dh_auto_build dh_auto_build -O--buildsystem=pybuild (and the same for install/clean/etc). -- Dmitry Shachnev

Re: Telling dh_python3 to skip a .so file

2015-11-10 Thread Dmitry Shachnev
Of course I can do it manually, but my question was about how to make dh_python3 ignore a particular .so file, and I am still interested in that. -- Dmitry Shachnev signature.asc Description: PGP signature

Re: Telling dh_python3 to skip a .so file

2015-11-10 Thread Dmitry Shachnev
sed -i -e '1s,/usr/bin/foo,/usr/bin/bar,' > $CURDIR/debian/gnome-applets/usr/lib/gnome-applets/foo > > not calling dh_python3 at all and add required interpreter to Depends by > hand would be my suggestion. There are no other options right now (and > I don't really plan t

Telling dh_python3 to skip a .so file

2015-11-07 Thread Dmitry Shachnev
kage is also not an option: that binary package contains a Python script that needs its shebang changed. Any ideas? -- Dmitry Shachnev signature.asc Description: PGP signature

Re: Python < 3.5 tests

2015-10-08 Thread Dmitry Shachnev
3.4 will be removed only when all three steps are finished. -- Dmitry Shachnev signature.asc Description: OpenPGP digital signature

Re: Sphinx 1.3 in Debian experimental

2015-07-08 Thread Dmitry Shachnev
for txt2man, epydoc, and Doxygen. Thanks, that sounds like exactly what we need! I will write a patch to add support for this to Sphinx when I have time. -- Dmitry Shachnev signature.asc Description: OpenPGP digital signature

Re: Sphinx 1.3 in Debian experimental

2015-07-09 Thread Dmitry Shachnev
Hi, On Wed, 08 Jul 2015 15:11:18 +0300, Dmitry Shachnev wrote: I will write a patch to add support for this to Sphinx when I have time. Here it is: https://github.com/sphinx-doc/sphinx/pull/1954 Will upload it to Debian when it is acknowledged by upstream. -- Dmitry Shachnev signature.asc

Re: RFS: python-httplib2 -- fix of #794750

2015-09-08 Thread Dmitry Shachnev
uld I do a NMU? Uploaded as a team upload. Thanks, -- Dmitry Shachnev signature.asc Description: OpenPGP digital signature

Re: trying to solve the pytango FTBFS with gcc5

2015-09-06 Thread Dmitry Shachnev
On Sun, 06 Sep 2015 18:28:04 +0300, Dmitry Shachnev wrote: > The actual error is about another symbol: > > _PyTango.so: undefined symbol: _ZN5Tango17ranges_type2constIjE3strE > > This symbol is old ABI, as opposed to > _ZN5Tango17ranges_type2constIjE3strB5cxx11E >

Re: trying to solve the pytango FTBFS with gcc5

2015-09-06 Thread Dmitry Shachnev
ymbol: _PyTango.so: undefined symbol: _ZN5Tango17ranges_type2constIjE3strE This symbol is old ABI, as opposed to _ZN5Tango17ranges_type2constIjE3strB5cxx11E (which *does* exist in libtango.so.8). Can it be a bug in GCC? I don't think it should produce such a broken _PyTango.so. -- Dmitry Shachnev signature.asc Description: OpenPGP digital signature

Re: Adopting factory-boy

2015-12-19 Thread Dmitry Shachnev
ristine-tar” branches, and call “git-dpm init”. Your upstream branch should be based on commit ac7e11a3389f15bb, so that git can handle the merge correctly. -- Dmitry Shachnev signature.asc Description: PGP signature

Re: Packaging Python that requires 3.5

2015-11-28 Thread Dmitry Shachnev
to python3 ones as soon as we get 3.5 as default, else it will break with next default version change). -- Dmitry Shachnev signature.asc Description: PGP signature

Re: Pushing a bunch of packages to jessie-backports

2015-11-23 Thread Dmitry Shachnev
g the jquery dependency bump made in 1.3.1-7 — Sphinx works with previous jquery versions, but it had some issues with browser supports, that's why the dependency was bumped. [1]: https://bugs.debian.org/805430 (please close it in the upload) -- Dmitry Shachnev signature.asc Description: PGP signature

Re: Pushing a bunch of packages to jessie-backports

2015-11-24 Thread Dmitry Shachnev
didn't notice that. Then there is a chance that you won't need any changes (except adding a changelog entry) :) -- Dmitry Shachnev signature.asc Description: PGP signature

Call for testing: sphinx 1.4

2016-05-27 Thread Dmitry Shachnev
(1.2 and 1.3). -- Dmitry Shachnev signature.asc Description: PGP signature

Re: python-social-auth 0.2.19-1 review

2016-06-01 Thread Dmitry Shachnev
on version numbers for other packages). It would be nice to get the tests run during build again, if possible. -- Dmitry Shachnev signature.asc Description: PGP signature

Re: Intention to upload 21 packages to jessie-backports

2016-05-31 Thread Dmitry Shachnev
ill find a list of maintainers > sorted alphabetically, together with the corresponding source package > which I wish to upload. > > [...] > > Changed-By: Dmitry Shachnev <mity...@debian.org> > Source: nose > Source: python-keyring Note that in python-keyring

Re: Please help tracking down this issue in test suite [Was: Bug#811002: python-ruffus: FTBFS: sre_constants.error: unbalanced parenthesis at position 2]

2016-01-15 Thread Dmitry Shachnev
nning > instead of patching the resulting docs afterwards? Yes, add this line to doc/conf.py: mathjax_path = 'file:///usr/share/javascript/mathjax/MathJax.js?config=TeX-AMS-MML_HTMLorMML' And add libjs-mathjax to Depends. -- Dmitry Shachnev signature.asc Description: PGP signature

Re: Updating python-jsmin

2016-01-14 Thread Dmitry Shachnev
If the PyPI tarballs don't suit you and you need Git tags, then remove/fix the watch file and document the procedure to obtain the original tarballs somewhere. -- Dmitry Shachnev signature.asc Description: PGP signature

  1   2   3   >