pkgsrc-WIP-changes archive

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

py-prettytable -> py-ptable



Module Name:	pkgsrc-wip
Committed By:	Adam Ciarciński <aciarcinski%teonite.com@localhost>
Pushed By:	adam
Date:		Tue Oct 16 16:17:52 2018 +0200
Changeset:	85fe50f39cb0eee801e9526791284c69dad90dbf

Modified Files:
	py-cliff/Makefile
	py-cloudlib/Makefile
	py-ipython-sql/Makefile
	py-logtools/Makefile
	py-weboob/Makefile

Log Message:
py-prettytable -> py-ptable

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

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

diffstat:
 py-cliff/Makefile       | 2 +-
 py-cloudlib/Makefile    | 5 +++--
 py-ipython-sql/Makefile | 5 +----
 py-logtools/Makefile    | 5 ++---
 py-weboob/Makefile      | 3 +--
 5 files changed, 8 insertions(+), 12 deletions(-)

diffs:
diff --git a/py-cliff/Makefile b/py-cliff/Makefile
index b65d62800d..4350c0f396 100644
--- a/py-cliff/Makefile
+++ b/py-cliff/Makefile
@@ -12,7 +12,7 @@ LICENSE=	apache-2.0
 
 DEPENDS+=	${PYPKGPREFIX}-pyparsing>=2.0.1:../../devel/py-pyparsing
 DEPENDS+=	${PYPKGPREFIX}-six>=1.5.2:../../lang/py-six
-DEPENDS+=	${PYPKGPREFIX}-prettytable>=0.6.1:../../textproc/py-prettytable
+DEPENDS+=	${PYPKGPREFIX}-ptable>=0.6.1:../../textproc/py-ptable
 DEPENDS+=	${PYPKGPREFIX}-cmd2>=0.6:../../wip/py-cmd2
 DEPENDS+=	${PYPKGPREFIX}-stevedore>=0.14.1:../../devel/py-stevedore
 
diff --git a/py-cloudlib/Makefile b/py-cloudlib/Makefile
index 3ffa757d6f..30198a01da 100644
--- a/py-cloudlib/Makefile
+++ b/py-cloudlib/Makefile
@@ -10,9 +10,10 @@ HOMEPAGE=	https://github.com/cloudnull/cloudlib
 COMMENT=	General purpose library for in application use
 LICENSE=	gnu-gpl-v3
 
+DEPENDS+=	${PYPKGPREFIX}-requests>=2.5.0:../../devel/py-requests
+DEPENDS+=	${PYPKGPREFIX}-ptable>=0.7.2:../../textproc/py-ptable
+
 USE_LANGUAGES=	# none
 
-DEPENDS+=	${PYPKGPREFIX}-requests>=2.5.0:../../devel/py-requests
 .include "../../lang/python/egg.mk"
-DEPENDS+=	${PYPKGPREFIX}-prettytable>=0.7.2:../../textproc/py-prettytable
 .include "../../mk/bsd.pkg.mk"
diff --git a/py-ipython-sql/Makefile b/py-ipython-sql/Makefile
index f76585b380..eb8e452875 100644
--- a/py-ipython-sql/Makefile
+++ b/py-ipython-sql/Makefile
@@ -15,10 +15,7 @@ DEPENDS+=	${PYPKGPREFIX}-sqlalchemy>=0.9.9:../../databases/py-sqlalchemy
 DEPENDS+=	${PYPKGPREFIX}-sqlparse>=0.1.14:../../databases/py-sqlparse
 DEPENDS+=	${PYPKGPREFIX}-ipython-[0-9]*:../../devel/py-ipython
 DEPENDS+=	${PYPKGPREFIX}-six>=1.9.0:../../lang/py-six
-DEPENDS+=	${PYPKGPREFIX}-prettytable>=0.7.2:../../textproc/py-prettytable
-
-
-WRKSRC=		${WRKDIR}/ipython-sql-0.3.6
+DEPENDS+=	${PYPKGPREFIX}-ptable>=0.7.2:../../textproc/py-ptable
 
 USE_LANGUAGES=	# none
 
diff --git a/py-logtools/Makefile b/py-logtools/Makefile
index 6af117558b..4f8fc2e581 100644
--- a/py-logtools/Makefile
+++ b/py-logtools/Makefile
@@ -1,9 +1,8 @@
 # $NetBSD: Makefile,v 1.4 2015/06/26 23:03:28 othyro Exp $
-#
 
 DISTNAME=	logtools-0.8.7
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=	www
+CATEGORIES=	www python
 MASTER_SITES=	${MASTER_SITE_PYPI:=l/logtools/}
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
@@ -12,7 +11,7 @@ COMMENT=	Log files analysis/filtering framework written in Python
 LICENSE=	apache-2.0
 
 DEPENDS+=	${PYPKGPREFIX}-dateutil-[0-9]*:../../time/py-dateutil
-DEPENDS+=	${PYPKGPREFIX}-prettytable>=0.5:../../textproc/py-prettytable
+DEPENDS+=	${PYPKGPREFIX}-ptable>=0.5:../../textproc/py-ptable
 DEPENDS+=	${PYPKGPREFIX}-sqlalchemy>=0.7.9:../../databases/py-sqlalchemy
 DEPENDS+=	${PYPKGPREFIX}-sqlsoup>=0.9.0:../../databases/py-sqlsoup
 DEPENDS+=	${PYPKGPREFIX}-acora>=1.7:../../textproc/py-acora
diff --git a/py-weboob/Makefile b/py-weboob/Makefile
index f1298e6218..b9092bb0a6 100644
--- a/py-weboob/Makefile
+++ b/py-weboob/Makefile
@@ -13,7 +13,7 @@ LICENSE=	gnu-agpl-v3
 DEPENDS+=	${PYPKGPREFIX}-requests>=2.7.0:../../devel/py-requests
 DEPENDS+=	${PYPKGPREFIX}-feedparser>=5.1.3:../../textproc/py-feedparser
 DEPENDS+=	${PYPKGPREFIX}-lxml>=3.4.4:../../textproc/py-lxml
-DEPENDS+=	${PYPKGPREFIX}-prettytable>=0.7.2:../../textproc/py-prettytable
+DEPENDS+=	${PYPKGPREFIX}-ptable>=0.7.2:../../textproc/py-ptable
 DEPENDS+=	${PYPKGPREFIX}-yaml>=3.11:../../textproc/py-yaml
 DEPENDS+=	${PYPKGPREFIX}-gdata>=2.0.18:../../www/py-gdata
 DEPENDS+=	${PYPKGPREFIX}-cssselect>=0.9.1:../../textproc/py-cssselect
@@ -23,7 +23,6 @@ DEPENDS+=	${PYPKGPREFIX}-mechanize>=0.2.5:../../www/py-mechanize
 
 USE_LANGUAGES=	# none
 
-
 .include "../../lang/python/egg.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../x11/py-qt4/buildlink3.mk"


Home | Main Index | Thread Index | Old Index