Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] New package: python3-imageio-2.6.1 #19044

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
18 changes: 18 additions & 0 deletions srcpkgs/python3-imageio/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Template file for 'python3-imageio'
pkgname=python3-imageio
version=2.6.1
revision=1
wrksrc=imageio-${version}
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is more depends. You can check by installing it into clean masterdir of xbps-src and playing a bit.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oooorrr I could have been smarter first and checked setup.py. Itchy trigger finger. Will correct.

short_desc="Library to read/write image, video, scientific and volumetric data"
maintainer="Alex Childs <misuchiru03+void@gmail.com>"
license="BSD-2-Clause"
homepage="https://imageio.github.io"
distfiles="${PYPI_SITE}/i/imageio/imageio-${version}.tar.gz"
checksum=f44eb231b9df485874f2ffd22dfd0c3c711e7de076516b9374edea5c65bc67ae

post_install() {
vlicense LICENSE
}