pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Remove py-fann, it seems deprecated upstream.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9b3e1af17bb9
branches:  trunk
changeset: 629684:9b3e1af17bb9
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jan 26 00:06:32 2014 +0000

description:
Remove py-fann, it seems deprecated upstream.
At least there is no release available for the current stable
release, 2.2.0.
ok maintainer gdt@

diffstat:

 devel/Makefile         |   3 +--
 devel/py-fann/DESCR    |   1 -
 devel/py-fann/Makefile |  18 ------------------
 devel/py-fann/PLIST    |   9 ---------
 devel/py-fann/distinfo |   5 -----
 doc/CHANGES-2014       |   3 ++-
 6 files changed, 3 insertions(+), 36 deletions(-)

diffs (80 lines):

diff -r 0d17854385d4 -r 9b3e1af17bb9 devel/Makefile
--- a/devel/Makefile    Sat Jan 25 13:54:48 2014 +0000
+++ b/devel/Makefile    Sun Jan 26 00:06:32 2014 +0000
@@ -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-doctor
 SUBDIR+=       py-dulwich
 SUBDIR+=       py-expect
-SUBDIR+=       py-fann
 SUBDIR+=       py-filechunkio
 SUBDIR+=       py-flakes
 SUBDIR+=       py-funcparserlib
diff -r 0d17854385d4 -r 9b3e1af17bb9 devel/py-fann/DESCR
--- a/devel/py-fann/DESCR       Sat Jan 25 13:54:48 2014 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-Python bindings for Fast Artificial Neural Network Library.
diff -r 0d17854385d4 -r 9b3e1af17bb9 devel/py-fann/Makefile
--- a/devel/py-fann/Makefile    Sat Jan 25 13:54:48 2014 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 0d17854385d4 -r 9b3e1af17bb9 devel/py-fann/PLIST
--- a/devel/py-fann/PLIST       Sat Jan 25 13:54:48 2014 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 0d17854385d4 -r 9b3e1af17bb9 devel/py-fann/distinfo
--- a/devel/py-fann/distinfo    Sat Jan 25 13:54:48 2014 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 0d17854385d4 -r 9b3e1af17bb9 doc/CHANGES-2014
--- a/doc/CHANGES-2014  Sat Jan 25 13:54:48 2014 +0000
+++ b/doc/CHANGES-2014  Sun Jan 26 00:06:32 2014 +0000
@@ -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 @@
        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]



Home | Main Index | Thread Index | Old Index