Re: Uncleaned egg-info directory giving lots of bugs about failing to build after successful build

2023-09-07 Thread Stuart Prescott
like poetry) ship egg-info files that are part of the test suite and so are not regenerated... and they should not be deleted. That's the next task. regards Stuart -- Stuart Prescott http://www.nanonanonano.net/ stu...@nanonanonano.net Debian Developer http://www.debian.org/ stu...@deb

Re: How do you create entry-points for Python applications?

2022-12-19 Thread Stuart Prescott
s script can fail at run time for the user. («python3-foo (= ${binary:Version})» should be ok for packages that are only arch:all). cheers Stuart -- Stuart Prescott http://www.nanonanonano.net/ stu...@nanonanonano.net Debian Developer http://www.debian.org/ stu...@debian.org GPG fingerprint 9

Re: [MBF] pybuild: Stop calling setup.py test?

2022-12-12 Thread Stuart Prescott
his will not become serious before the release of bookworm. (Do we know if that is true?) cheers Stuart -- Stuart Prescott http://www.nanonanonano.net/ stu...@nanonanonano.net Debian Developer http://www.debian.org/ stu...@debian.org GPG fingerprint 90E2 D2C1 AD14 6A1B 7EBB 891D BBC1 7EBB 1396 F2F7

Bug#1025658: libboost-python1.74-dev: Python 3.11 changes break loading of boost-python using extensions

2022-12-06 Thread Stuart Prescott
Package: libboost-python1.74-dev Version: 1.74.0-17+b2 Severity: serious Tags: patch Justification: Breaks reverse dependencies with Python 3.11 X-Debbugs-Cc: stu...@debian.org, debian-python@lists.debian.org Dear Maintainer, Python 3.11 has changed some details around types and GC; boost's

Re: change in the extention importation with 3.11

2022-12-06 Thread Stuart Prescott
s somewhere in amongst some boost macros associated with initialising the extension. I didn't actually manage to isolate the issue, however. Is there a wider problem with boost python that needs addressing perhaps? regards Stuart -- Stuart Prescott http://www.nanonanonano.net/ stu...@nano

Re: Bug#1025164: lintian: missing-prerequisite-for-pyproject-backend tag needs to check Build-Depends-Indep too

2022-11-30 Thread Stuart Prescott
Hi Scott On 01/12/2022 15:16, Scott Kitterman wrote: On Wednesday, November 30, 2022 10:38:30 PM EST Stuart Prescott wrote: Hi Scott, On 01/12/2022 02:16, Scott Kitterman wrote: Package: lintian Version: 2.115.3 Severity: normal X-Debbugs-Cc: debian-python@lists.debian.org The missing

Re: Bug#1025164: lintian: missing-prerequisite-for-pyproject-backend tag needs to check Build-Depends-Indep too

2022-11-30 Thread Stuart Prescott
-Conflicts) satisfied, and pybuild + the build-backend dependencies are involved in the cleaning step. cheers Stuart -- Stuart Prescotthttp://www.nanonanonano.net/ stu...@nanonanonano.net Debian Developer http://www.debian.org/ stu...@debian.org GPG fingerprint90E2 D2C1 AD14 6A1B

Updating python-pint, and python-pint vs python-babel

2022-11-29 Thread Stuart Prescott
t's not perfect but seems like a step forward. Thoughts? cheers Stuart -- Stuart Prescotthttp://www.nanonanonano.net/ stu...@nanonanonano.net Debian Developer http://www.debian.org/ stu...@debian.org GPG fingerprint90E2 D2C1 AD14 6A1B 7EBB 891D BBC1 7EBB 1396 F2F7

Re: Bug#997772: python-cogent: FTBFS: You must configure the bibtex_bibfiles setting

2021-11-03 Thread Stuart Prescott
oblem, but patching setup.py to have instead license="BSD", would be the next thing I'd try. Incidentally, I see that upstream for cogent has ripped out setup.py entirely and now has a flit based build system which will require a few changes to the packaging in the future. cheers Stua

Re: .egg-info for entry points during dh_auto_test

2021-10-22 Thread Stuart Prescott
for an additional dh step to be added to our normal sequence to help us with what is becoming a common task? regards Stuart -- Stuart Prescotthttp://www.nanonanonano.net/ stu...@nanonanonano.net Debian Developer http://www.debian.org/ stu...@debian.org GPG fingerprint90E2 D2C1 AD14

mypy and typeshed

2021-09-22 Thread Stuart Prescott
? cheers Stuart -- Stuart Prescotthttp://www.nanonanonano.net/ stu...@nanonanonano.net Debian Developer http://www.debian.org/ stu...@debian.org GPG fingerprint90E2 D2C1 AD14 6A1B 7EBB 891D BBC1 7EBB 1396 F2F7

Possible MBF for SyntaxWarning with Python 3.8

2019-12-05 Thread Stuart Prescott
done so. If there are questions, please ask for help on IRC #debian-python, or the debian-python@lists.debian.org mailing list. -- Stuart Prescotthttp://www.nanonanonano.net/ stu...@nanonanonano.net Debian Developer http://www.debian.org/ stu...@debian.org GPG fingerprint

Joining DPMT

2019-10-07 Thread Stuart Prescott
the DPMT policy and agree to it. regards Stuart -- Stuart Prescotthttp://www.nanonanonano.net/ stu...@nanonanonano.net Debian Developer http://www.debian.org/ stu...@debian.org GPG fingerprint90E2 D2C1 AD14 6A1B 7EBB 891D BBC1 7EBB 1396 F2F7

Bug#906949: Clarify documentation location in a Python2-less distribution

2018-08-22 Thread Stuart Prescott
. Thanks in advance for your suggestions! Stuart (on behalf of the Python BoF at DebConf18) -- Stuart Prescotthttp://www.nanonanonano.net/ stu...@nanonanonano.net Debian Developer http://www.debian.org/ stu...@debian.org GPG fingerprint90E2 D2C1 AD14 6A1B 7EBB 891D BBC1 7EBB 1396 F2F7

Re: Safest way to set python3 as default for `python`

2018-07-18 Thread Stuart Prescott
places such as /opt or ~/.local would be fine; even better still is to use one of the many virtualenv approaches so you're not even leaking that incompatible interpreter into a user's default environment. (see also: please don't run pip as root) cheers Stuart -- Stuart Prescotthttp://w

Re: Bug#902516: python-matplotlib-venn: FTBFS in buster/sid (failing tests)

2018-07-05 Thread Stuart Prescott
am? Looks a lot like at least some of the tests are failing with: https://wiki.debian.org/ContinuousIntegration/TriagingTips/numpy-1.14-doctests cheers Stuart -- Stuart Prescotthttp://www.nanonanonano.net/ stu...@nanonanonano.net Debian Developer http://www.debian.org/ stu...@debia

Re: No clue yet for building snakemake since there are two dirs in .pybuild

2018-06-26 Thread Stuart Prescott
bian/rules is sufficient to fix that. When set, that sets HOME to the above directory and the build system for some reason starts using that. And no, I can't explain why that is... There are still 3 test failures; the one I glanced at was a missing build- dep on python3-networkx (and I didn't lo

Re: numpy boolean subtract, the `-` operator, is deprecated, use the bitwise_xor, the `^` operator, or the logical_xor function instead (Was: Bug#899205: python-cogent: Test suite fails with latest ma

2018-06-05 Thread Stuart Prescott
both old and new numpy. These two patches only get the package to compile though. Lintian will then tell you about other RC bugs that you need to fix prior to upload. regards Stuart -- Stuart Prescotthttp://www.nanonanonano.net/ stu...@nanonanonano.net Debian Developer http://www.debia

Re: Updated PEP 394 (python and python2 commands)

2018-05-18 Thread Stuart Prescott
ould make a rather elaborate packaging dance preferable to this? cheers Stuart -- Stuart Prescotthttp://www.nanonanonano.net/ stu...@nanonanonano.net Debian Developer http://www.debian.org/ stu...@debian.org GPG fingerprint90E2 D2C1 AD14 6A1B 7EBB 891D BBC1 7EBB 1396 F2F7

Re: DPMT and git workflows

2018-01-19 Thread Stuart Prescott
ge in splitting the two groups. Maybe it's time to have PAPT do the svn→git transition and put everything in the same debian-python-team? cheers Stuart -- Stuart Prescotthttp://www.nanonanonano.net/ stu...@nanonanonano.net Debian Developer http://www.debian.org/ stu...@debian.org GPG fingerprint90E2 D2C1 AD14 6A1B 7EBB 891D BBC1 7EBB 1396 F2F7

Re: Bug#866454: plastex: depends on obsolete python-imaging (replace with python3-pil or python-pil)

2018-01-18 Thread Stuart Prescott
[ Resending because I originally sent it to the ghost-town alioth list; this package is in DMPT but has no active human maintainers. Patches are at https://bugs.debian.org/866454 ] On Friday, 19 January 2018 01:43:42 AEDT Stuart Prescott wrote: > Dear maintainers of plastex, > > On

Re: Python 2 removal strategy

2018-01-10 Thread Stuart Prescott
tion and knows this story already; at the risk of hijacking this thread, I'd be interested in the thoughts of others on this. cheers Stuart -- Stuart Prescotthttp://www.nanonanonano.net/ stu...@nanonanonano.net Debian Developer http://www.debian.org/ stu...@debian.org GPG finge

Re: doc-central

2017-10-12 Thread Stuart Prescott
e, now that you've laid the ground work. (I hope to do so…) cheers Stuart -- Stuart Prescotthttp://www.nanonanonano.net/ stu...@nanonanonano.net Debian Developer http://www.debian.org/ stu...@debian.org GPG fingerprint90E2 D2C1 AD14 6A1B 7EBB 891D BBC1 7EBB 1396 F2F7

Re: Python 3 Statsmodels & Pandas

2017-09-18 Thread Stuart Prescott
sual enough to justify doing something different. All I am wondering (from my position of ignorance!) if in this case, perhaps the tests that cause the circular dependency can be disabled or xfailed, with the remaining tests run as normal. cheers Stuart -- Stuart Prescotthttp://www.nanonanonano

Re: Python 3 Statsmodels & Pandas

2017-09-17 Thread Stuart Prescott
cy? (thinking aloud) cheers Stuart -- Stuart Prescotthttp://www.nanonanonano.net/ stu...@nanonanonano.net Debian Developer http://www.debian.org/ stu...@debian.org GPG fingerprint90E2 D2C1 AD14 6A1B 7EBB 891D BBC1 7EBB 1396 F2F7

Re: Python 2 in the default installation -- progress made!

2016-12-30 Thread Stuart Prescott
ange the overrides are ready to be filed. Additionally, changed dependencies are needed in: * logrotate (Recommends: mailx → bsd-mailx | mailx), #849743 Your comments on (and hopefully assent to) these changes would be welcome. cheers Stuart (Please CC me in replies) -- Stuart Prescott

Re: Python 2 in the default installation -- progress made!

2016-12-30 Thread Stuart Prescott
ractice to permit priority inversion for dependencies, there's no reason to raise the priority of python3-apt. -- Stuart Prescotthttp://www.nanonanonano.net/ stu...@nanonanonano.net Debian Developer http://www.debian.org/ stu...@debian.org GPG fingerprint90E2 D2C1 AD14 6A1B 7EBB 891D BBC1 7EBB 1396 F2F7

Python 2 in the default installation -- progress made!

2016-12-29 Thread Stuart Prescott
tall packages of lower priority to satisfy the dependencies. -- Stuart Prescotthttp://www.nanonanonano.net/ stu...@nanonanonano.net Debian Developer http://www.debian.org/ stu...@debian.org GPG fingerprint90E2 D2C1 AD14 6A1B 7EBB 891D BBC1 7EBB 1396 F2F7

Re: Proposed git migration plan

2014-08-27 Thread Stuart Prescott
and efficient in git. When I go back to working on svn projects, I realise how much the tool is deficient and how much the deficiencies of the tool lead to deficiencies in process. Stuart -- Stuart Prescotthttp://www.nanonanonano.net/ stu...@nanonanonano.net Debian Developer http://www.debian.org

Re: Proposed git migration plan

2014-08-26 Thread Stuart Prescott
repo. cheers Stuart -- Stuart Prescotthttp://www.nanonanonano.net/ stu...@nanonanonano.net Debian Developer http://www.debian.org/ stu...@debian.org GPG fingerprint90E2 D2C1 AD14 6A1B 7EBB 891D BBC1 7EBB 1396 F2F7 -- To UNSUBSCRIBE, email to debian-python-requ

Re: Proposed git migration plan

2014-08-26 Thread Stuart Prescott
, I always passed --svn-noautodch to svn-bp as I found that particular feature exceedingly annoying but that is of course at build time not at upgrade time) cheers Stuart -- Stuart Prescotthttp://www.nanonanonano.net/ stu...@nanonanonano.net Debian Developer http://www.debian.org

Re: DebConf14 svn-git migration BOF notes

2014-08-26 Thread Stuart Prescott
-import-dsc rather than git- import-dscs --debsnap here? thanks for reporting back from the BoF for us! cheers Stuart -- Stuart Prescotthttp://www.nanonanonano.net/ stu...@nanonanonano.net Debian Developer http://www.debian.org/ stu...@debian.org GPG fingerprint90E2 D2C1

Re: Playing with git-buildpackage

2014-08-24 Thread Stuart Prescott
-- Stuart Prescotthttp://www.nanonanonano.net/ stu...@nanonanonano.net Debian Developer http://www.debian.org/ stu...@debian.org GPG fingerprint90E2 D2C1 AD14 6A1B 7EBB 891D BBC1 7EBB 1396 F2F7 -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject

Re: RFS: oct2py -- GNU Octave to Python bridge

2014-06-28 Thread Stuart Prescott
investigate that... but I perfectly understand waiting for upstream to release their next version. cheers Stuart -- Stuart Prescotthttp://www.nanonanonano.net/ stu...@nanonanonano.net Debian Developer http://www.debian.org/ stu...@debian.org GPG fingerprint90E2 D2C1 AD14 6A1B

Re: RFS: oct2py -- GNU Octave to Python bridge

2014-06-15 Thread Stuart Prescott
this package in Debian. cheers Stuart -- Stuart Prescotthttp://www.nanonanonano.net/ stu...@nanonanonano.net Debian Developer http://www.debian.org/ stu...@debian.org GPG fingerprint90E2 D2C1 AD14 6A1B 7EBB 891D BBC1 7EBB 1396 F2F7 -- To UNSUBSCRIBE, email to debian-python-requ

Re: building python debian packages and virtualenv

2014-05-01 Thread Stuart Prescott
-schroot unstable-amd64-sbuild cheers Stuart (this message was brought to you by the package testing fan club) -- Stuart Prescotthttp://www.nanonanonano.net/ stu...@nanonanonano.net Debian Developer http://www.debian.org/ stu...@debian.org GPG fingerprint90E2 D2C1 AD14 6A1B

Re: Recommending get-orig-source for packages ?

2013-12-03 Thread Stuart Prescott
of survey of packages, my feeling is that the project is centralising on d/watch + uscan instead of get-orig-source. cheers Stuart -- Stuart Prescotthttp://www.nanonanonano.net/ stu...@nanonanonano.net Debian Developer http://www.debian.org/ stu...@debian.org GPG fingerprint

Re: PEP 453 affects Debian packaging of Python packages

2013-09-18 Thread Stuart Prescott
of that rant (and the bit about what you shoudl do in a virtualenv when you need both modules A and B but module A needs C version 1.0 and module B needs C version 1.1) for another day. -- Stuart Prescotthttp://www.nanonanonano.net/ stu...@nanonanonano.net Debian Developer http://www.debian.org

Re: Inconsistency in source package naming for python modules

2013-07-11 Thread Stuart Prescott
a lot more useful than creating some sort of flawed naming scheme that will only ever sometimes work. -- Stuart Prescotthttp://www.nanonanonano.net/ stu...@nanonanonano.net Debian Developer http://www.debian.org/ stu...@debian.org GPG fingerprintBE65 FD1E F4EA 08F3 23D4 3C6D 9FE8

Re: Inconsistency in source package naming for python modules

2013-07-11 Thread Stuart Prescott
Thomas Goirand wrote: On 07/11/2013 09:07 PM, Stuart Prescott wrote: Oh, I need this pyX package... Let's download it. You're using a python module name because you need to import it. If you want to import modules, you want the binary package name; if you want to work on the source

Re: Inconsistency in source package naming for python modules

2013-07-10 Thread Stuart Prescott
and piles of little rules that scare away people. I'm yet to understand whether rules like this are created for benefit of people who like to have a policy with which to berate others or by people who like to impose order on the world around them. 2¢ Stuart -- Stuart Prescotthttp

Re: python-aeidon package

2013-06-30 Thread Stuart Prescott
of a priority in python-land. ² I assume python-gtk2 is going to be a problem in itself some time soon. -- Stuart Prescotthttp://www.nanonanonano.net/ stu...@nanonanonano.net Debian Developer http://www.debian.org/ stu...@debian.org GPG fingerprintBE65 FD1E F4EA 08F3 23D4 3C6D 9FE8

python-aeidon package

2013-06-26 Thread Stuart Prescott
or was the 2→3 conversion done in a non-backwards compatible fashion? thanks Stuart -- Stuart Prescotthttp://www.nanonanonano.net/ stu...@nanonanonano.net Debian Developer http://www.debian.org/ stu...@debian.org GPG fingerprintBE65 FD1E F4EA 08F3 23D4 3C6D 9FE8 B8CD 71C5 D1A8