Commits
Frank Schima authored 4481782be26
1 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup python 1.0 |
5 5 | |
6 6 | set base_name agate |
7 7 | name py-$base_name |
8 8 | version 1.6.0 |
9 9 | python.versions 27 35 36 |
10 - | revision 1 |
10 + | revision 1 |
11 11 | platforms darwin |
12 12 | maintainers @esafak |
13 13 | license MIT |
14 14 | |
15 15 | description A Python data analysis library that is optimized for humans instead of machines |
16 16 | long_description \ |
17 17 | agate is a Python data analysis library that is optimized for humans instead of machines. \ |
18 18 | It is an alternative to numpy and pandas that solves real-world problems with readable code. |
19 19 | |
20 20 | homepage https://pypi.python.org/pypi/$base_name |