pkgsrc-WIP-changes archive

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

py-iprogress: fix DEPENDS



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Sun Sep 17 14:43:24 2017 +0200
Changeset:	63d54e0b589e000b3a8e659b33fe69f5b566dcf8

Modified Files:
	py-iprogress/Makefile

Log Message:
py-iprogress: fix DEPENDS

remove unnecessary WRKSRC

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

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

diffstat:
 py-iprogress/Makefile | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diffs:
diff --git a/py-iprogress/Makefile b/py-iprogress/Makefile
index 3ab4551881..0ce1d014b8 100644
--- a/py-iprogress/Makefile
+++ b/py-iprogress/Makefile
@@ -10,10 +10,8 @@ HOMEPAGE=	https://files.pythonhosted.org/packages/source/I/IProgress/
 COMMENT=	Text progress bar library for Python
 LICENSE=	modified-bsd OR gnu-lgpl-v2.1
 
-DEPENDS+=	 ${PYPKGPREFIX}-ipython>=2.0.0:../../devel/py- ipython
-DEPENDS+=	 ${PYPKGPREFIX}-six>=1.9.0:../../lang/py- six
-
-WRKSRC=		${WRKDIR}/IProgress-0.2
+DEPENDS+=	 ${PYPKGPREFIX}-ipython>=2.0.0:../../devel/py-ipython
+DEPENDS+=	 ${PYPKGPREFIX}-six>=1.9.0:../../lang/py-six
 
 USE_LANGUAGES=	# none
 


Home | Main Index | Thread Index | Old Index