[Xapian-tickets] [Xapian] #807: ​PyPI package of python bindings

Xapian nobody at xapian.org
Mon Jun 27 02:36:03 BST 2022


#807: ​PyPI package of python bindings
--------------------------------------+------------------------------------
 Reporter:  Abhilash Raj              |             Owner:  Richard Boulton
     Type:  enhancement               |            Status:  new
 Priority:  normal                    |         Milestone:
Component:  Xapian-bindings (Python)  |           Version:
 Severity:  normal                    |        Resolution:
 Keywords:                            |        Blocked By:
 Blocking:                            |  Operating System:  All
--------------------------------------+------------------------------------
Comment (by Olly Betts):

 I've since pushed a change to stop using `distutils` (as it's been
 deprecated for a while and is slated for removal in 3.12) and for Python3
 we now use:

 {{{
 python3 -c 'import
 os,sysconfig;print(sysconfig.get_path("platlib").replace(os.sep,"/"))'
 }}}

 Does that report a more sensible path on macos?

 If so then 1.4.20 will address this (working to get a release out soon).

 If not, what path does this report?

 And what path is reported by `php-config --extension-dir`?
-- 
Ticket URL: <https://trac.xapian.org/ticket/807#comment:6>
Xapian <https://xapian.org/>
Xapian


More information about the Xapian-tickets mailing list