summaryrefslogtreecommitdiff
path: root/textproc/py-pyquery
AgeCommit message (Collapse)AuthorFilesLines
2022-03-05py-pyquery: fix for latest setuptoolswiz2-4/+3
Empty entry_points.txt are not created any longer
2022-01-04*: bump PKGREVISION for egg.mk userswiz1-1/+2
They now have a tool dependency on py-setuptools instead of a DEPENDS
2021-10-26textproc: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes Unfetchable distfiles (fetched conditionally?): ./textproc/convertlit/distinfo clit18src.zip
2021-10-07textproc: Remove SHA1 hashes for distfilesnia1-2/+1
2020-11-26py-pyquery: updated to 1.4.3adam2-7/+9
1.4.3 - No longer use a universal wheel 1.4.2 - Fix exception raised when calling `PyQuery("<textarea></textarea>").text()` - python2 is no longer supported
2019-10-26py-pyquery: updated to 1.4.1adam2-11/+10
1.4.1: - This is the latest release with py2 support - Remove py33, py34 support - web scraping improvements: default timeout and session support - Add API methods to serialize form-related elements according to spec - Include HTML markup when querying textarea text/value
2018-01-24py-pyquery: updated to 1.4.0adam3-8/+11
1.4.0: - Refactoring of `.text()` to match firefox behavior.
2017-10-22py-pyquery: update to 1.3.0adam3-14/+8
1.3.0: Remove some unmaintained modules: pyquery.ajax and pyquery.rules Code cleanup. No longer use ugly hacks required by python2.6/python3.2. Run tests with python3.6 on CI Add a method argument to .outer_html()
2017-09-16Reset maintainerwiz1-2/+2
2017-07-111.2.17:adam2-11/+12
PyQuery('<input value="">').val() is '' PyQuery('<input>').val() is ''
2016-06-08Switch to MASTER_SITES_PYPI.wiz1-2/+2
2015-11-04Add SHA512 digests for distfiles for textproc categoryagc1-1/+2
Problems found locating distfiles: Package cabocha: missing distfile cabocha-0.68.tar.bz2 Package convertlit: missing distfile clit18src.zip Package php-enchant: missing distfile php-enchant/enchant-1.1.0.tgz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2014-12-07Use ${EGG_INFODIR} since that variable is now available.rodent1-2/+2
2014-10-05Remove executable bits on files in ${EGG_INFODIR} during post-install.rodent2-6/+9
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)
2014-05-16Import py27-pyquery-1.2.8 as textproc/py-pyquery.rodent4-0/+57
pyquery allows you to make jQuery queries on XML documents. The API is as much as possible the similar to jQuery. pyquery uses lxml for fast XML and HTML manipulation. This is not (or at least not yet) a library to produce or interact with JavaScript code.