summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/Makefile3
-rw-r--r--devel/py-fann/DESCR1
-rw-r--r--devel/py-fann/Makefile18
-rw-r--r--devel/py-fann/PLIST9
-rw-r--r--devel/py-fann/distinfo5
-rw-r--r--doc/CHANGES-20143
6 files changed, 3 insertions, 36 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 97e9853d450..42782a1e5d3 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1843 2014/01/22 11:00:06 drochner Exp $
+# $NetBSD: Makefile,v 1.1844 2014/01/26 00:06:32 wiz Exp $
#
COMMENT= Development utilities
@@ -1436,7 +1436,6 @@ SUBDIR+= py-distribute
SUBDIR+= py-doctor
SUBDIR+= py-dulwich
SUBDIR+= py-expect
-SUBDIR+= py-fann
SUBDIR+= py-filechunkio
SUBDIR+= py-flakes
SUBDIR+= py-funcparserlib
diff --git a/devel/py-fann/DESCR b/devel/py-fann/DESCR
deleted file mode 100644
index ab298b90313..00000000000
--- a/devel/py-fann/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-Python bindings for Fast Artificial Neural Network Library.
diff --git a/devel/py-fann/Makefile b/devel/py-fann/Makefile
deleted file mode 100644
index 641aa4192d3..00000000000
--- a/devel/py-fann/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-# $NetBSD: Makefile,v 1.10 2014/01/25 10:30:03 wiz Exp $
-
-.include "../../devel/fann/Makefile.common"
-PKGNAME= ${PYPKGPREFIX}-fann-${FANNVERSION}
-
-COMMENT= Fast Artificial Neural Network python interface
-
-USE_LANGUAGES= c c++
-
-PYSETUPSUBDIR= python
-PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 2.1.0.20061012
-
-EGG_NAME= pyfann-${FANNVERSION}
-
-.include "../../devel/fann/buildlink3.mk"
-.include "../../devel/swig/buildlink3.mk"
-.include "../../lang/python/distutils.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/devel/py-fann/PLIST b/devel/py-fann/PLIST
deleted file mode 100644
index 208741c7662..00000000000
--- a/devel/py-fann/PLIST
+++ /dev/null
@@ -1,9 +0,0 @@
-@comment $NetBSD: PLIST,v 1.6 2012/04/08 20:21:45 wiz Exp $
-${PYSITELIB}/${EGG_FILE}
-${PYSITELIB}/pyfann/__init__.py
-${PYSITELIB}/pyfann/__init__.pyc
-${PYSITELIB}/pyfann/__init__.pyo
-${PYSITELIB}/pyfann/_libfann.so
-${PYSITELIB}/pyfann/libfann.py
-${PYSITELIB}/pyfann/libfann.pyc
-${PYSITELIB}/pyfann/libfann.pyo
diff --git a/devel/py-fann/distinfo b/devel/py-fann/distinfo
deleted file mode 100644
index 9895390aaa0..00000000000
--- a/devel/py-fann/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.7 2014/01/23 18:40:09 wiz Exp $
-
-SHA1 (FANN-2.2.0-Source.zip) = 6f95232c018af7f62fb4c7e39d160771a867d6e7
-RMD160 (FANN-2.2.0-Source.zip) = 7689aaacecfc6eacebfe7d999b4973092b5d9bbd
-Size (FANN-2.2.0-Source.zip) = 2285087 bytes
diff --git a/doc/CHANGES-2014 b/doc/CHANGES-2014
index d958d201195..8c2923dee76 100644
--- a/doc/CHANGES-2014
+++ b/doc/CHANGES-2014
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2014,v 1.434 2014/01/25 13:54:48 ryoon Exp $
+$NetBSD: CHANGES-2014,v 1.435 2014/01/26 00:06:32 wiz Exp $
Changes to the packages collection and infrastructure in 2014:
@@ -518,3 +518,4 @@ Changes to the packages collection and infrastructure in 2014:
Removed math/gcalctool-gtk3 successor math/gnome-calculator [prlw1 2014-01-25]
Updated lang/gcc46 to 4.6.4 [ryoon 2014-01-25]
Updated lang/openjdk7 to 1.7.51 [ryoon 2014-01-25]
+ Removed devel/py-fann [wiz 2014-01-26]