pkgsrc-WIP-changes archive

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

uzbl-git: Add py-wheel build dependency



Module Name:	pkgsrc-wip
Committed By:	Mateusz Poszwa <old4%o2.pl@localhost>
Pushed By:	f8l
Date:		Tue Feb 21 21:15:00 2017 +0100
Changeset:	ff817302cec7d3b74a676b4e9c0ca87e1ebd875c

Modified Files:
	uzbl-git/Makefile
	uzbl-git/TODO

Log Message:
uzbl-git: Add py-wheel build dependency

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

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

diffstat:
 uzbl-git/Makefile | 1 +
 uzbl-git/TODO     | 1 +
 2 files changed, 2 insertions(+)

diffs:
diff --git a/uzbl-git/Makefile b/uzbl-git/Makefile
index 584f040427..360c69018a 100644
--- a/uzbl-git/Makefile
+++ b/uzbl-git/Makefile
@@ -50,6 +50,7 @@ PLIST_SUBST+=	EGG_FILE=${EGG_NAME}-py${PYVERSSUFFIX}.egg-info
 PRINT_PLIST_AWK+=	{ gsub("${EGG_NAME}-py${PYVERSSUFFIX}.egg-info", \
 				"$${EGG_FILE}") }
 
+BUILD_DEPENDS+=	${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 # for uzbl-browser
 DEPENDS+=	${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
 # for uzbl-tabbed with GTK+ 2
diff --git a/uzbl-git/TODO b/uzbl-git/TODO
index 85b1874e26..64413d4e6a 100644
--- a/uzbl-git/TODO
+++ b/uzbl-git/TODO
@@ -1,3 +1,4 @@
+Check whether py-wheel build dependency is correct
 Add options or separate packages for uzbl-browser and uzbl-tabbed
 Add option for GTK+ version for uzbl-tabbed:
  Resolve Python version conflict for uzbl-tabbed with GTK+ 2


Home | Main Index | Thread Index | Old Index