Search Criteria
Package Details: python-openslide 1.4.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-openslide.git (read-only, click to copy) |
---|---|
Package Base: | python-openslide |
Description: | Python bindings to OpenSlide |
Upstream URL: | https://github.com/openslide/openslide-python |
Licenses: | LGPL |
Submitter: | pingplug |
Maintainer: | hottea (lilac) |
Last Packager: | lilac |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2016-06-04 02:56 (UTC) |
Last Updated: | 2024-10-30 20:32 (UTC) |
Dependencies (7)
- openslide
- python-pillow (python-pillow-simd-gitAUR)
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
- python-pytest (check)
Latest Comments
hottea commented on 2019-10-24 01:37 (UTC)
Hey, I think we should use
arch=('x86_64')
instead ofarch=('any')
, since there is a file/usr/lib/python3.7/site-packages/openslide/_convert.cpython-37m-x86_64-linux-gnu.so
.hottea commented on 2019-10-22 09:45 (UTC)
We usually don't add
python-setuptools
andpython2-setuptools
to depends. And we don't need to add a pkg to bothmake_depends
anddepends
,openslide
andpython-pillow
are added to both deps in thisPKGBUILD
. Could you fix this minor issue? I would like to addopenslide
andpython-openslide
to ArchLinuxCN repo. I would rather droppython2-openslide
since python2 will be end of life in 2020.