svn commit: r418035 - in head/textproc: . py-agate
Matthew Seaman
matthew at FreeBSD.org
Mon Jul 4 15:25:18 UTC 2016
Author: matthew
Date: Mon Jul 4 15:25:16 2016
New Revision: 418035
URL: https://svnweb.freebsd.org/changeset/ports/418035
Log:
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/
Added:
head/textproc/py-agate/
head/textproc/py-agate/Makefile (contents, props changed)
head/textproc/py-agate/distinfo (contents, props changed)
head/textproc/py-agate/pkg-descr (contents, props changed)
Modified:
head/textproc/Makefile
Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile Mon Jul 4 15:00:43 2016 (r418034)
+++ head/textproc/Makefile Mon Jul 4 15:25:16 2016 (r418035)
@@ -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
Added: head/textproc/py-agate/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/py-agate/Makefile Mon Jul 4 15:25:16 2016 (r418035)
@@ -0,0 +1,26 @@
+# $FreeBSD$
+
+PORTNAME= agate
+PORTVERSION= 1.4.0
+CATEGORIES= textproc python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= matthew at 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>
Added: head/textproc/py-agate/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/py-agate/distinfo Mon Jul 4 15:25:16 2016 (r418035)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1467645785
+SHA256 (agate-1.4.0.tar.gz) = 4436fca90177886e7747ce0a2dc293c3a49d4152baead4784c8da80861085eaf
+SIZE (agate-1.4.0.tar.gz) = 47345
Added: head/textproc/py-agate/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/py-agate/pkg-descr Mon Jul 4 15:25:16 2016 (r418035)
@@ -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/
More information about the svn-ports-all
mailing list