pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-stevedore: needs py-argparse and misc cosmetic fixes
Module Name: pkgsrc-wip
Committed By: Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By: leot
Date: Sun Feb 12 13:35:48 2017 +0100
Changeset: a0fc52d0ec75e2fd759d9084b0ab44a7c9b854ca
Modified Files:
py-stevedore/Makefile
Log Message:
py-stevedore: needs py-argparse and misc cosmetic fixes
- py-stevedore also needs argparse module
- Minor mostly cosmetic fixes: indent with tabs, no need to (re)define WRKSRC
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a0fc52d0ec75e2fd759d9084b0ab44a7c9b854ca
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-stevedore/Makefile | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diffs:
diff --git a/py-stevedore/Makefile b/py-stevedore/Makefile
index e48f07a3b5..aaf84649ba 100644
--- a/py-stevedore/Makefile
+++ b/py-stevedore/Makefile
@@ -10,11 +10,9 @@ HOMEPAGE= https://github.com/dreamhost/stevedore
COMMENT= Manage dynamic plugins for Python applications
LICENSE= apache-2.0
-
-DEPENDS+= ${PYPKGPREFIX}-pbr>=1.3.0:../../devel/py-pbr
-DEPENDS+= ${PYPKGPREFIX}-six>=1.9.0:../../lang/py-six
-
-WRKSRC= ${WRKDIR}/stevedore-1.7.0
+DEPENDS+= ${PYPKGPREFIX}-argparse-[0-9]*:../../devel/py-argparse
+DEPENDS+= ${PYPKGPREFIX}-pbr>=1.3.0:../../devel/py-pbr
+DEPENDS+= ${PYPKGPREFIX}-six>=1.9.0:../../lang/py-six
USE_LANGUAGES= # none
Home |
Main Index |
Thread Index |
Old Index