summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-imageio/package.py
AgeCommit message (Collapse)AuthorFilesLines
2020-09-03Pillow-SIMD: use as default PIL provider (#18097)Adam J. Stewart1-1/+1
* Pillow-SIMD: use as default PIL provider * Fix concretization of pil * Fix build of older versions of pillow
2019-12-30copyright: update copyright dates for 2020 (#14328)Todd Gamblin1-1/+1
2019-10-12checksums: use sha256 checksums everywhereTodd Gamblin1-1/+1
We'd like to use a consistent checksum scheme everywhere so that we can: a) incorporate archive checksums into our specs and have a consistent hashing algorithm across all specs. b) index mirrors with a consistent type of checksum, and not one that is dependent on how spack packages are written. - [x] convert existing md5, sha224, sha512, sha1 checksums to sha256
2019-09-25py-imageio package: add versions 2.4.1 and 2.5.0 (#12884)Sinan1-0/+2
2019-01-01copyright: update license headers for 2013-2019 copyright.Todd Gamblin1-1/+1
2018-10-17relicense: replace LGPL headers with Apache-2.0/MIT SPDX headersTodd Gamblin1-23/+4
- remove the old LGPL license headers from all files in Spack - add SPDX headers to all files - core and most packages are (Apache-2.0 OR MIT) - a very small number of remaining packages are LGPL-2.1-only
2018-06-26Add py-imageio for python3 (#8553)Sajid Ali1-0/+46
* new file: var/spack/repos/builtin/packages/py-imageio/package.py * modified: var/spack/repos/builtin/packages/py-imageio/package.py * Update package.py