python3-*
This commit is contained in:
@@ -20,16 +20,16 @@ def build():
|
||||
pythonmodules.compile(pyVer="3")
|
||||
|
||||
# build documentation
|
||||
shelltools.export("PYTHONPATH", "%s/Pillow-%s/build/lib.linux-x86_64-3.8" % (get.workDIR(), get.srcVERSION()))
|
||||
shelltools.export("PYTHONPATH", "%s/Pillow-%s/build/lib.linux-x86_64-3.9" % (get.workDIR(), get.srcVERSION()))
|
||||
autotools.make("-C docs html")
|
||||
|
||||
def install():
|
||||
pythonmodules.install(pyVer="3")
|
||||
# install header files
|
||||
pisitools.insinto("/usr/include/python3.8/Imaging/", "src/libImaging/*.h")
|
||||
pisitools.insinto("/usr/include/python3.9/Imaging/", "src/libImaging/*.h")
|
||||
# install documentation
|
||||
pisitools.dohtml("docs/_build/html/*")
|
||||
|
||||
|
||||
# 2020-04-08 ToDo
|
||||
# * After Qt5 version bump, extract qt5 bindings(python3-pillow-qt5)
|
||||
# * After Qt5 version bump, extract qt5 bindings(python3-pillow-qt5)
|
||||
|
||||
Reference in New Issue
Block a user