pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/py-MechanicalSoup - Also needs py-requests and py-...
details: https://anonhg.NetBSD.org/pkgsrc/rev/43cd6ce27657
branches: trunk
changeset: 362402:43cd6ce27657
user: leot <leot%pkgsrc.org@localhost>
date: Sun May 14 13:00:12 2017 +0000
description:
- Also needs py-requests and py-six, add them to DEPENDS.
- Unset USE_LANGUAGES list (no C compiler is needed).
- Bump PKGREVISION.
Discussed with <wiz>
diffstat:
www/py-MechanicalSoup/Makefile | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diffs (24 lines):
diff -r 2467da38586f -r 43cd6ce27657 www/py-MechanicalSoup/Makefile
--- a/www/py-MechanicalSoup/Makefile Sun May 14 12:55:16 2017 +0000
+++ b/www/py-MechanicalSoup/Makefile Sun May 14 13:00:12 2017 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2017/05/12 10:02:13 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2017/05/14 13:00:12 leot Exp $
DISTNAME= MechanicalSoup-0.7.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=M/MechanicalSoup/}
@@ -11,6 +12,10 @@
LICENSE= mit
DEPENDS+= ${PYPKGPREFIX}-beautifulsoup4-[0-9]*:../../www/py-beautifulsoup4
+DEPENDS+= ${PYPKGPREFIX}-requests>=2.0:../../devel/py-requests
+DEPENDS+= ${PYPKGPREFIX}-six>=1.4:../../lang/py-six
+
+USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index