svn commit: r535382 - in head/science: . py-liac-arff
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat May 16 10:49:40 UTC 2020
Author: sunpoet
Date: Sat May 16 10:49:37 2020
New Revision: 535382
URL: https://svnweb.freebsd.org/changeset/ports/535382
Log:
Add py-liac-arff 2.4.0
The liac-arff module implements functions to read and write ARFF files in
Python. It was created in the Connectionist Artificial Intelligence Laboratory
(LIAC), which takes place at the Federal University of Rio Grande do Sul
(UFRGS), in Brazil.
ARFF (Attribute-Relation File Format) is an file format specially created for
describe datasets which are used commonly for machine learning experiments and
softwares. This file format was created to be used in Weka, the best
representative software for machine learning automated experiments.
WWW: https://github.com/renatopp/liac-arff
Added:
head/science/py-liac-arff/
head/science/py-liac-arff/Makefile (contents, props changed)
head/science/py-liac-arff/distinfo (contents, props changed)
head/science/py-liac-arff/pkg-descr (contents, props changed)
Modified:
head/science/Makefile
Modified: head/science/Makefile
==============================================================================
--- head/science/Makefile Sat May 16 10:49:30 2020 (r535381)
+++ head/science/Makefile Sat May 16 10:49:37 2020 (r535382)
@@ -242,6 +242,7 @@
SUBDIR += py-kim-query
SUBDIR += py-kinematics
SUBDIR += py-kliff
+ SUBDIR += py-liac-arff
SUBDIR += py-lifelines
SUBDIR += py-mdp
SUBDIR += py-mlpy
Added: head/science/py-liac-arff/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/science/py-liac-arff/Makefile Sat May 16 10:49:37 2020 (r535382)
@@ -0,0 +1,22 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= liac-arff
+PORTVERSION= 2.4.0
+CATEGORIES= science python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= sunpoet at FreeBSD.org
+COMMENT= Read and write ARFF files in Python
+
+LICENSE= MIT
+
+TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR}
+
+USES= python
+USE_PYTHON= autoplist concurrent distutils
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
Added: head/science/py-liac-arff/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/science/py-liac-arff/distinfo Sat May 16 10:49:37 2020 (r535382)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1588213123
+SHA256 (liac-arff-2.4.0.tar.gz) = 47afcd1fd248b2892f66075987422d0576fc2c2fd0811d0cbd32f2135b065df5
+SIZE (liac-arff-2.4.0.tar.gz) = 15276
Added: head/science/py-liac-arff/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/science/py-liac-arff/pkg-descr Sat May 16 10:49:37 2020 (r535382)
@@ -0,0 +1,11 @@
+The liac-arff module implements functions to read and write ARFF files in
+Python. It was created in the Connectionist Artificial Intelligence Laboratory
+(LIAC), which takes place at the Federal University of Rio Grande do Sul
+(UFRGS), in Brazil.
+
+ARFF (Attribute-Relation File Format) is an file format specially created for
+describe datasets which are used commonly for machine learning experiments and
+softwares. This file format was created to be used in Weka, the best
+representative software for machine learning automated experiments.
+
+WWW: https://github.com/renatopp/liac-arff
More information about the svn-ports-all
mailing list