pkgsrc-WIP-changes archive

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

Yet amother fix for pytables



Module Name:	pkgsrc-wip
Committed By:	Adam Ciarciński <aciarcinski%teonite.com@localhost>
Pushed By:	adam
Date:		Thu Jul 5 14:57:47 2018 +0200
Changeset:	4465a4ed4c723a7970897dd850a2276c36209aa1

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

Log Message:
Yet amother fix for pytables

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

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

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

diffs:
diff --git a/py-pet/Makefile b/py-pet/Makefile
index efb1e9e446..4e45c88a55 100644
--- a/py-pet/Makefile
+++ b/py-pet/Makefile
@@ -12,7 +12,7 @@ LICENSE=	2-clause-bsd
 
 DEPENDS+=	${PYPKGPREFIX}-pandas>=0.12.0:../../math/py-pandas
 DEPENDS+=	${PYPKGPREFIX}-scipy>=0.12.1:../../math/py-scipy
-DEPENDS+=	${PYPKGPREFIX}-tables>=2.2:../../math/py-pytables
+DEPENDS+=	${PYPKGPREFIX}-tables>=2.2:../../math/py-tables
 
 USE_LANGUAGES=	# none
 
diff --git a/py-pyflation/Makefile b/py-pyflation/Makefile
index 36c2e430e6..8236bcd381 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}-tables>=2.4.0:../../math/py-pytables
+DEPENDS+=	${PYPKGPREFIX}-tables>=2.4.0:../../math/py-tables
 
 PYTHON_VERSIONS_INCOMPATIBLE=	34 35 36 37 # as of 0.2.3
 
diff --git a/py-zipline/Makefile b/py-zipline/Makefile
index 73ccb79040..9fa1aca6ef 100644
--- a/py-zipline/Makefile
+++ b/py-zipline/Makefile
@@ -36,7 +36,7 @@ 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}-tables>=3.3.0:../../math/py-tables
 DEPENDS+=	${PYPKGPREFIX}-toolz>=0.8.2:../../devel/py-toolz
 
 PYTHON_VERSIONS_INCOMPATIBLE=	34


Home | Main Index | Thread Index | Old Index