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:
parent
920d18f56c
commit
a8b43f5454
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=418035
@ -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
|
||||
|
26
textproc/py-agate/Makefile
Normal file
26
textproc/py-agate/Makefile
Normal 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>
|
3
textproc/py-agate/distinfo
Normal file
3
textproc/py-agate/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1467645785
|
||||
SHA256 (agate-1.4.0.tar.gz) = 4436fca90177886e7747ce0a2dc293c3a49d4152baead4784c8da80861085eaf
|
||||
SIZE (agate-1.4.0.tar.gz) = 47345
|
7
textproc/py-agate/pkg-descr
Normal file
7
textproc/py-agate/pkg-descr
Normal 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/
|
Loading…
Reference in New Issue
Block a user