[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: pybuild - one to rule^W build them all



[Piotr Ożarowski, 2013-01-20]
> [Yaroslav Halchenko, 2013-01-20]
> > 1. -lib packages to ship extensions in separate packages to reduce
> >    impact on archives
> 
> sounds good, I'll implement --ext-destdir / PYBUILD_EXT_DESTDIR and move
> all *.so files there after install command

--ext-dest-dir and --ext-pattern already in -3 (not yet released)

if you want to move more than .so¹ files, you can:

  export PYBUILD_EXT_PATTERN=foo/bar/.[^/]*.so$
  export PYBUILD_EXT_PATTERN_python2=(foo/bar/.[^/]*.so$)|(/tests/)

etc.

[¹] to be more precise: \.so(\.[^/]*)?$
-- 
Piotr Ożarowski                         Debian GNU/Linux Developer
www.ozarowski.pl          www.griffith.cc           www.debian.org
GPG Fingerprint: 1D2F A898 58DA AF62 1786 2DF7 AEF6 F1A2 A745 7645

Attachment: signature.asc
Description: Digital signature


Reply to: