pkgsrc-WIP-changes archive

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

py-pytables -> py-tables



Module Name:	pkgsrc-wip
Committed By:	Adam Ciarciński <aciarcinski%teonite.com@localhost>
Pushed By:	adam
Date:		Wed Jul 4 08:52:45 2018 +0200
Changeset:	b757fb48ce94a97ab19c2f7788ec800f6729c291

Modified Files:
	py-pet/Makefile
	py-pyflation/Makefile
	py-zipline/Makefile

Log Message:
py-pytables -> py-tables

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

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

diffstat:
 py-pet/Makefile       | 3 +--
 py-pyflation/Makefile | 2 +-
 py-zipline/Makefile   | 5 +----
 3 files changed, 3 insertions(+), 7 deletions(-)

diffs:
diff --git a/py-pet/Makefile b/py-pet/Makefile
index 645f6acdc6..efb1e9e446 100644
--- a/py-pet/Makefile
+++ b/py-pet/Makefile
@@ -10,10 +10,9 @@ HOMEPAGE=	https://github.com/SmokinCaterpillar/pypet
 COMMENT=	Toolkit for numerical simulations to allow easy parameter
 LICENSE=	2-clause-bsd
 
-
 DEPENDS+=	${PYPKGPREFIX}-pandas>=0.12.0:../../math/py-pandas
 DEPENDS+=	${PYPKGPREFIX}-scipy>=0.12.1:../../math/py-scipy
-DEPENDS+=	${PYPKGPREFIX}-pytables>=2.2:../../math/py-pytables
+DEPENDS+=	${PYPKGPREFIX}-tables>=2.2:../../math/py-pytables
 
 USE_LANGUAGES=	# none
 
diff --git a/py-pyflation/Makefile b/py-pyflation/Makefile
index 07803596d7..36c2e430e6 100644
--- a/py-pyflation/Makefile
+++ b/py-pyflation/Makefile
@@ -11,7 +11,7 @@ COMMENT=	Calculating cosmological perturbations during an inflationary
 LICENSE=	modified-bsd
 
 DEPENDS+=	${PYPKGPREFIX}-scipy>=0.12.1:../../math/py-scipy
-DEPENDS+=	${PYPKGPREFIX}-pytables>=2.4.0:../../math/py-pytables
+DEPENDS+=	${PYPKGPREFIX}-tables>=2.4.0:../../math/py-pytables
 
 PYTHON_VERSIONS_INCOMPATIBLE=	34 35 36 37 # as of 0.2.3
 
diff --git a/py-zipline/Makefile b/py-zipline/Makefile
index 66daaca53a..73ccb79040 100644
--- a/py-zipline/Makefile
+++ b/py-zipline/Makefile
@@ -1,5 +1,4 @@
 # $NetBSD: Makefile,v 1.1 2012/11/09 18:14:45 jihbed Exp $
-#
 
 DISTNAME=	zipline-1.2.0
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
@@ -29,7 +28,6 @@ DEPENDS+=	${PYPKGPREFIX}-numexpr>=2.6.1:../../math/py-numexpr
 DEPENDS+=	${PYPKGPREFIX}-pandas>=0.18.1:../../math/py-pandas
 DEPENDS+=	${PYPKGPREFIX}-pandas-datareader>=0.2.1:../../math/py-pandas-datareader
 DEPENDS+=	${PYPKGPREFIX}-patsy>=0.4.0:../../math/py-patsy
-DEPENDS+=	${PYPKGPREFIX}-pytables>=3.3.0:../../math/py-pytables
 DEPENDS+=	${PYPKGPREFIX}-pytz>=2016.4:../../time/py-pytz
 DEPENDS+=	${PYPKGPREFIX}-requests>=2.9.1:../../devel/py-requests
 DEPENDS+=	${PYPKGPREFIX}-requests-file>=1.4.1:../../devel/py-requests-file
@@ -38,12 +36,11 @@ DEPENDS+=	${PYPKGPREFIX}-six>=1.10.0:../../lang/py-six
 DEPENDS+=	${PYPKGPREFIX}-sortedcontainers>=1.4.4:../../devel/py-sortedcontainers
 DEPENDS+=	${PYPKGPREFIX}-sqlalchemy>=1.0.8:../../databases/py-sqlalchemy
 DEPENDS+=	${PYPKGPREFIX}-statsmodels>=0.6.1:../../math/py-statsmodels
+DEPENDS+=	${PYPKGPREFIX}-tables>=3.3.0:../../math/py-pytables
 DEPENDS+=	${PYPKGPREFIX}-toolz>=0.8.2:../../devel/py-toolz
 
 PYTHON_VERSIONS_INCOMPATIBLE=	34
 
-USE_LANGUAGES=	c
-
 BUILDLINK_API_DEPENDS.py-cython+=	${PYPKGPREFIX}-cython>=0.22.1
 .include "../../devel/py-cython/buildlink3.mk"
 .include "../../lang/python/egg.mk"


Home | Main Index | Thread Index | Old Index