Skip to content

Commit

Permalink
Remove executable bits on files in ${EGG_INFODIR} during post-install.
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
rodent committed Oct 5, 2014
1 parent 90ea845 commit 2ab5338
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
7 changes: 5 additions & 2 deletions textproc/py-pyquery/Makefile
Original file line number Diff line number Diff line change
@@ -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/
Expand All @@ -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"
8 changes: 4 additions & 4 deletions textproc/py-pyquery/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 2ab5338

Please sign in to comment.