From 2ab5338893aeb4fb0be65142b6f45c258e4e9839 Mon Sep 17 00:00:00 2001 From: rodent Date: Sun, 5 Oct 2014 22:13:52 +0000 Subject: [PATCH] Remove executable bits on files in ${EGG_INFODIR} during post-install. 1.2.9 (2014-08-22) ------------------ - Support for keyword arguments in PyQuery custom functions - Fixed #78: items must take care or the parent - Fixed #65 PyQuery.make_links_absolute() no longer creates 'href' attribute when it isn't there - Fixed #19. ``is_()`` was broken. - Fixed #9. ``.replaceWith(PyQuery element)`` raises error - Remove official python3.2 support (mostly because of 3rd party semi-deps) --- textproc/py-pyquery/Makefile | 7 +++++-- textproc/py-pyquery/distinfo | 8 ++++---- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/textproc/py-pyquery/Makefile b/textproc/py-pyquery/Makefile index 57029b79e43b6..32399272b3447 100644 --- a/textproc/py-pyquery/Makefile +++ b/textproc/py-pyquery/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2014/05/16 01:06:29 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2014/10/05 22:13:52 rodent Exp $ -DISTNAME= pyquery-1.2.8 +DISTNAME= pyquery-1.2.9 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= python textproc MASTER_SITES= https://pypi.python.org/packages/source/p/pyquery/ @@ -16,5 +16,8 @@ DEPENDS+= ${PYPKGPREFIX}-cssselect-[0-9]*:../../textproc/py-cssselect USE_LANGUAGES= # none +post-install: + ${CHMOD} -x ${DESTDIR}${PREFIX}/${PYSITELIB}/${EGG_NAME}-py${PYVERSSUFFIX}.egg-info/* + .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/textproc/py-pyquery/distinfo b/textproc/py-pyquery/distinfo index 84fb81bf2d7a2..5d36d8e741fa8 100644 --- a/textproc/py-pyquery/distinfo +++ b/textproc/py-pyquery/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1 2014/05/16 01:06:29 rodent Exp $ +$NetBSD: distinfo,v 1.2 2014/10/05 22:13:52 rodent Exp $ -SHA1 (pyquery-1.2.8.zip) = f9030d313bad187bd0c407132fe17633efef8199 -RMD160 (pyquery-1.2.8.zip) = 614752aa11589628ecb7fb508c4c7a75544a3a6c -Size (pyquery-1.2.8.zip) = 42552 bytes +SHA1 (pyquery-1.2.9.zip) = 213b9ae9a31b147ca6238b88c59900e8e486d2c8 +RMD160 (pyquery-1.2.9.zip) = 5f9e9d9b61a620c2c294a0876b198f73cdcfa060 +Size (pyquery-1.2.9.zip) = 45289 bytes