pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/py-MechanicalSoup
Module Name: pkgsrc
Committed By: leot
Date: Sun May 14 13:00:12 UTC 2017
Modified Files:
pkgsrc/www/py-MechanicalSoup: Makefile
Log Message:
- 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>
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/py-MechanicalSoup/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/py-MechanicalSoup/Makefile
diff -u pkgsrc/www/py-MechanicalSoup/Makefile:1.1 pkgsrc/www/py-MechanicalSoup/Makefile:1.2
--- pkgsrc/www/py-MechanicalSoup/Makefile:1.1 Fri May 12 10:02:13 2017
+++ pkgsrc/www/py-MechanicalSoup/Makefile Sun May 14 13:00:12 2017
@@ -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 @@ COMMENT= Library for automating interact
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