pkgsrc-WIP-changes archive

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

py-bottleneck has been imported into base



Module Name:	pkgsrc-wip
Committed By:	Adam Ciarciński <aciarcinski%teonite.com@localhost>
Pushed By:	adam
Date:		Wed Jul 26 18:58:34 2017 +0200
Changeset:	6e3baf2c0d03c47a97ceaa68fc1313a591dc39df

Modified Files:
	Makefile
Removed Files:
	py-bottleneck/DESCR
	py-bottleneck/Makefile
	py-bottleneck/PLIST
	py-bottleneck/distinfo

Log Message:
py-bottleneck has been imported into base

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=6e3baf2c0d03c47a97ceaa68fc1313a591dc39df

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile               |  1 -
 py-bottleneck/DESCR    |  1 -
 py-bottleneck/Makefile | 18 ------------
 py-bottleneck/PLIST    | 77 --------------------------------------------------
 py-bottleneck/distinfo |  6 ----
 5 files changed, 103 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index f8a86dd56c..d30b2c05bc 100644
--- a/Makefile
+++ b/Makefile
@@ -2859,7 +2859,6 @@ SUBDIR+=	py-bokeh
 SUBDIR+=	py-bolos
 SUBDIR+=	py-booktype
 SUBDIR+=	py-botocore
-SUBDIR+=	py-bottleneck
 SUBDIR+=	py-brian
 SUBDIR+=	py-bruce
 SUBDIR+=	py-bsddb
diff --git a/py-bottleneck/DESCR b/py-bottleneck/DESCR
deleted file mode 100644
index 02c9618433..0000000000
--- a/py-bottleneck/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-Bottleneck is a collection of fast NumPy array functions written in C.
diff --git a/py-bottleneck/Makefile b/py-bottleneck/Makefile
deleted file mode 100644
index 8aabed2d94..0000000000
--- a/py-bottleneck/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	Bottleneck-1.2.0
-PKGNAME=	${PYPKGPREFIX}-${DISTNAME:tl}
-CATEGORIES=	math python
-MASTER_SITES=	${MASTER_SITE_PYPI:=B/Bottleneck/}
-
-MAINTAINER=	jihbed.research%gmail.com@localhost
-HOMEPAGE=	http://berkeleyanalytics.com/bottleneck/
-COMMENT=	Fast NumPy array functions written in Cython
-LICENSE=	2-clause-bsd
-
-USE_LANGUAGES=	c
-
-.include "../../lang/python/egg.mk"
-BUILDLINK_API_DEPENDS.py-numpy+=	${PYPKGPREFIX}-numpy>=1.9.1
-.include "../../math/py-numpy/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-bottleneck/PLIST b/py-bottleneck/PLIST
deleted file mode 100644
index 31cf816805..0000000000
--- a/py-bottleneck/PLIST
+++ /dev/null
@@ -1,77 +0,0 @@
-@comment $NetBSD$
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
-${PYSITELIB}/bottleneck/LICENSE
-${PYSITELIB}/bottleneck/__init__.py
-${PYSITELIB}/bottleneck/__init__.pyo
-${PYSITELIB}/bottleneck/__init__.pyc
-${PYSITELIB}/bottleneck/version.pyo
-${PYSITELIB}/bottleneck/version.pyc
-${PYSITELIB}/bottleneck/benchmark/__init__.py
-${PYSITELIB}/bottleneck/benchmark/__init__.pyo
-${PYSITELIB}/bottleneck/benchmark/__init__.pyc
-${PYSITELIB}/bottleneck/benchmark/autotimeit.pyo
-${PYSITELIB}/bottleneck/benchmark/autotimeit.pyc
-${PYSITELIB}/bottleneck/benchmark/bench.pyo
-${PYSITELIB}/bottleneck/benchmark/bench.pyc
-${PYSITELIB}/bottleneck/benchmark/bench_detailed.pyo
-${PYSITELIB}/bottleneck/benchmark/bench_detailed.pyc
-${PYSITELIB}/bottleneck/benchmark/autotimeit.py
-${PYSITELIB}/bottleneck/benchmark/bench.py
-${PYSITELIB}/bottleneck/benchmark/bench_detailed.py
-${PYSITELIB}/bottleneck/move.so
-${PYSITELIB}/bottleneck/nonreduce.so
-${PYSITELIB}/bottleneck/nonreduce_axis.so
-${PYSITELIB}/bottleneck/reduce.so
-${PYSITELIB}/bottleneck/slow/__init__.py
-${PYSITELIB}/bottleneck/slow/__init__.pyo
-${PYSITELIB}/bottleneck/slow/__init__.pyc
-${PYSITELIB}/bottleneck/slow/move.pyo
-${PYSITELIB}/bottleneck/slow/move.pyc
-${PYSITELIB}/bottleneck/slow/nonreduce.pyo
-${PYSITELIB}/bottleneck/slow/nonreduce.pyc
-${PYSITELIB}/bottleneck/slow/nonreduce_axis.pyo
-${PYSITELIB}/bottleneck/slow/nonreduce_axis.pyc
-${PYSITELIB}/bottleneck/slow/reduce.pyo
-${PYSITELIB}/bottleneck/slow/reduce.pyc
-${PYSITELIB}/bottleneck/slow/move.py
-${PYSITELIB}/bottleneck/slow/nonreduce.py
-${PYSITELIB}/bottleneck/slow/nonreduce_axis.py
-${PYSITELIB}/bottleneck/slow/reduce.py
-${PYSITELIB}/bottleneck/src/__init__.py
-${PYSITELIB}/bottleneck/src/__init__.pyo
-${PYSITELIB}/bottleneck/src/__init__.pyc
-${PYSITELIB}/bottleneck/src/template.pyo
-${PYSITELIB}/bottleneck/src/template.pyc
-${PYSITELIB}/bottleneck/src/template.py
-${PYSITELIB}/bottleneck/tests/__init__.py
-${PYSITELIB}/bottleneck/tests/__init__.pyo
-${PYSITELIB}/bottleneck/tests/__init__.pyc
-${PYSITELIB}/bottleneck/tests/input_modifcation_test.pyo
-${PYSITELIB}/bottleneck/tests/input_modifcation_test.pyc
-${PYSITELIB}/bottleneck/tests/list_input_test.pyo
-${PYSITELIB}/bottleneck/tests/list_input_test.pyc
-${PYSITELIB}/bottleneck/tests/move_test.pyo
-${PYSITELIB}/bottleneck/tests/move_test.pyc
-${PYSITELIB}/bottleneck/tests/nonreduce_axis_test.pyo
-${PYSITELIB}/bottleneck/tests/nonreduce_axis_test.pyc
-${PYSITELIB}/bottleneck/tests/nonreduce_test.pyo
-${PYSITELIB}/bottleneck/tests/nonreduce_test.pyc
-${PYSITELIB}/bottleneck/tests/reduce_test.pyo
-${PYSITELIB}/bottleneck/tests/reduce_test.pyc
-${PYSITELIB}/bottleneck/tests/scalar_input_test.pyo
-${PYSITELIB}/bottleneck/tests/scalar_input_test.pyc
-${PYSITELIB}/bottleneck/tests/util.pyo
-${PYSITELIB}/bottleneck/tests/util.pyc
-${PYSITELIB}/bottleneck/tests/input_modifcation_test.py
-${PYSITELIB}/bottleneck/tests/list_input_test.py
-${PYSITELIB}/bottleneck/tests/move_test.py
-${PYSITELIB}/bottleneck/tests/nonreduce_axis_test.py
-${PYSITELIB}/bottleneck/tests/nonreduce_test.py
-${PYSITELIB}/bottleneck/tests/reduce_test.py
-${PYSITELIB}/bottleneck/tests/scalar_input_test.py
-${PYSITELIB}/bottleneck/tests/util.py
-${PYSITELIB}/bottleneck/version.py
diff --git a/py-bottleneck/distinfo b/py-bottleneck/distinfo
deleted file mode 100644
index 10fc197fd6..0000000000
--- a/py-bottleneck/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.1.1.1 2011/04/02 22:35:05 jihbed Exp $
-
-SHA1 (Bottleneck-1.2.0.tar.gz) = 9b1c1fe139cfe38ea9b3ecc321cb884d91528b6e
-RMD160 (Bottleneck-1.2.0.tar.gz) = a9e5cee81b7f4d317db72188628884ab8f748a27
-SHA512 (Bottleneck-1.2.0.tar.gz) = 2dce3626b33923b4ab08047910b38e5531090a58f63a380392b78352c3dc657b947dc6dcad306734beaf130855c10ff9fb0048c027821720660fc62a242daafb
-Size (Bottleneck-1.2.0.tar.gz) = 92504 bytes


Home | Main Index | Thread Index | Old Index