Re: Joining the team

2019-05-28 Thread Georg Faerber
Hi,

On 18-03-15 22:04:39, Georg Faerber wrote:
> I would like to join the team.
> 
> I'm intending to package mwic [1], Misspelled Words In Context, which
> is a spell-checker that groups possible misspellings and shows them in
> their contexts. This is useful for checking technical documents that
> often contain words that are not included in standard dictionaries.
> The upstream author is Jakub Wilk.
> 
> I maintain some packages [2], and became a DM recently [3].
> 
> I'm "georg-guest" on salsa.d.o.
> 
> I've read the team policy and accept it.
> 
> [...]
> 
> [1] https://jwilk.net/software/mwic
> [2] https://qa.debian.org/developer.php?login=georg%40riseup.net
> [3] https://nm.debian.org/process/419

I became a DD now, could someone please add my new account "georg" to
the team?

Thanks,
cheers,
Georg


signature.asc
Description: PGP signature


Pybuild: build time test requiring registration of entry point

2019-05-28 Thread Ole Streicher
Hi,

I have a package (sunpy) that in the latest registers an entry point for
another package (asdf):

[options.entry_points]
asdf_extensions =
  sunpy = sunpy.io.special.asdf.extension:SunpyExtension

This functionality is also used during some tests, which I would like to
keep.

However, pybuild runs the test before "setup.py install" is called, so
the extension is not there at this time. I would not like to disable the
test, since it checks some important functionality.

Is there a way to solve this?

Best regards

Ole