1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00

agate is a Python data analysis library that is optimized for humans

instead of machines.  It is an alternative to numpy and pandas that
solves real-world problems with readable code.

agate was previously known as journalism.

WWW: http://agate.rtfd.org/
This commit is contained in:
Matthew Seaman 2016-07-04 15:25:16 +00:00
parent 920d18f56c
commit a8b43f5454
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=418035
4 changed files with 37 additions and 0 deletions

View File

@ -1216,6 +1216,7 @@
SUBDIR += py-MarkupSafe
SUBDIR += py-Tempita
SUBDIR += py-acora
SUBDIR += py-agate
SUBDIR += py-alabaster
SUBDIR += py-asv
SUBDIR += py-awesome-slugify

View File

@ -0,0 +1,26 @@
# $FreeBSD$
PORTNAME= agate
PORTVERSION= 1.4.0
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= matthew@FreeBSD.org
COMMENT= Data analysis library optimized for humans
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.6.1:devel/py-six \
${PYTHON_PKGNAMEPREFIX}pytimeparse>=1.1.5:devel/py-pytimeparse \
${PYTHON_PKGNAMEPREFIX}Babel>=2.0:devel/py-babel \
${PYTHON_PKGNAMEPREFIX}parsedatetime>=2.1:devel/py-parsedatetime \
${PYTHON_PKGNAMEPREFIX}isodate>=0.5.4:devel/py-isodate \
${PYTHON_PKGNAMEPREFIX}awesome-slugify>=1.6.5:textproc/py-awesome-slugify
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1467645785
SHA256 (agate-1.4.0.tar.gz) = 4436fca90177886e7747ce0a2dc293c3a49d4152baead4784c8da80861085eaf
SIZE (agate-1.4.0.tar.gz) = 47345

View File

@ -0,0 +1,7 @@
agate is a Python data analysis library that is optimized for humans
instead of machines. It is an alternative to numpy and pandas that
solves real-world problems with readable code.
agate was previously known as journalism.
WWW: http://agate.rtfd.org/