summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-cython
AgeCommit message (Collapse)AuthorFilesLines
2020-01-07NumPy 1.18.1 requires Cython 0.29.14 (#14418)Adam J. Stewart1-1/+2
2019-12-30copyright: update copyright dates for 2020 (#14328)Todd Gamblin1-1/+1
2019-10-13Add py-cython 0.29.13 (#13166)Adam J. Stewart1-13/+15
2019-10-12checksums: Remove or fix up unfetchable or unverifiable md5 versionsTodd Gamblin1-1/+0
This commit either removes remaining md5 checksums, or it replaces them with sha256 checksums verified by fetching over https.
2019-10-12checksums: use sha256 checksums everywhereTodd Gamblin1-8/+8
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-13py-cython package: fix --test (#12813)Adam J. Stewart1-1/+1
Fix bug in string conversion of "make_jobs"
2019-05-23Add latest version of py-cython (#11494)Adam J. Stewart1-5/+21
* Add latest version of py-cython * Fix cython unit tests
2019-02-27Add newer versions for 51 Python packages (#10738)Gregory Lee1-0/+1
2019-01-01copyright: update license headers for 2013-2019 copyright.Todd Gamblin1-1/+1
2018-11-16py-cython: add new versions (#9846)Sinan1-0/+2
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-05py-cython: added version 0.28.3 (#8379)Massimiliano Culpo1-0/+1
2018-05-03py-cython: update (#8005)Elizabeth Fischer1-0/+5
2018-04-10add py-cython@0.28.1 (#7709)healther1-1/+1
Change-Id: I7e3931f8224a367ce1657256b3100139abcc4f86
2018-03-24Update copyright on LLNL files for 2018. (#7592)Todd Gamblin1-1/+1
2017-11-04Replace github.com/llnl/spack with github.com/spack/spack (#6142)Todd Gamblin1-1/+1
We moved to a new GitHub org! Now make the code and docs reflect that.
2017-09-06Update copyright notices for 2017 (#5295)Michael Kuhn1-1/+1
2017-06-24Make LICENSE recognizable by GitHub. (#4598)Todd Gamblin1-1/+1
2017-01-16Add PythonPackage base classAdam J. Stewart1-7/+2
- Add a PythonPackage class with build system support. - Support build phases in PythonPackage - Add a custom sanity check for PythonPackages - Get rid of nolink dependencies in python packages - Update spack create to use new PythonPackage class - Port most of Python packages to new PythonPackage class - Conducted a massive install and activate of Python packages. - Fixed bugs introduced by install and activate. - Update API docs on PythonPackage
2016-12-25Update py-cython with new pypi.io url and new version (#2650)Matthew Scott Krafczyk1-1/+3
2016-10-06Feature Proposal : Make All Python Extensions User Configuration Independent ↵Joseph Ciurej1-1/+1
(#1435) * Updated all Python extension packages to use 'setup_py' on install. * Fixed a few minor style issues with the updated Python packages.
2016-08-10Spack packages now PEP8 compliant.Todd Gamblin1-0/+1
2016-05-11Correct LLNL LGPL license template for clarity.Todd Gamblin1-0/+24
2016-03-26Added new py-cython versionElizabeth F1-0/+1
2016-03-25Added new version; old versions don't work with Python3.Elizabeth F1-2/+5
2015-11-26New, cleaner package repository structure.Todd Gamblin1-0/+14
Package repositories now look like this: top-level-dir/ repo.yaml packages/ libelf/ package.py mpich/ package.py ... This leaves room at the top level for additional metadata, source, per-repo configs, indexes, etc., and it makes it easy to see that something is a spack repo (just look for repo.yaml and packages).