Port details |
- py-pyquery Jquery-like library for python
- 1.2.9_2 www
=1 1.2.9_2Version of this port present on the latest quarterly branch.
- DEPRECATED: Uses deprecated version of python
This port expired on: 2020-08-15
- Maintainer: nivit@FreeBSD.org
- Port Added: 2009-01-27 16:54:57
- Last Update: 2020-08-15 10:50:59
- SVN Revision: 544927
- People watching this port, also watch:: py311-virtualenv
- Also Listed In: python
- License: BSD3CLAUSE
- WWW:
- https://pypi.org/project/pyquery/
- Description:
- pyquery allows you to make jquery queries on XML documents.
The API is as much as possible the similar to jquery (http://jquery.com).
pyquery uses lxml for fast XML and HTML manipulation.
WWW: https://pypi.org/project/pyquery/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}pyquery>0:www/py-pyquery@${PY_FLAVOR}
- No installation instructions:
- This port has been deleted.
- PKGNAME: py27-pyquery
- Package flavors (<flavor>: <package>)
- distinfo:
- SHA256 (pyquery-1.2.9.zip) = 46c51eb878b787e814ee8f9737b0a62111034aeb4d1c06450ac5a8ea5a70e602
SIZE (pyquery-1.2.9.zip) = 45289
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py27-cssselect>=0.6.1 : www/py-cssselect@py27
- py27-lxml>=2.1 : devel/py-lxml@py27
- py27-webob>=1.2.2 : www/py-webob@py27
- py27-sphinx18>=0 : textproc/py-sphinx18@py27
- py27-setuptools>0 : devel/py-setuptools@py27
- python2.7 : lang/python27
- Runtime dependencies:
-
- py27-cssselect>=0.6.1 : www/py-cssselect@py27
- py27-lxml>=2.1 : devel/py-lxml@py27
- py27-webob>=1.2.2 : www/py-webob@py27
- py27-setuptools>0 : devel/py-setuptools@py27
- python2.7 : lang/python27
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for py27-pyquery-1.2.9_2:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- python:2.7 zip
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.2.9_2 15 Aug 2020 10:50:59 |
rene |
Remove deprecated ports:
2020-08-15 archivers/py-backports.lzma: Uses deprecated version of python
2020-08-15 archivers/py-bup: Uses deprecated version of python
2020-08-15 archivers/py-librtfcomp: Uses deprecated version of python
2020-08-15 audio/blop-lv2: Uses deprecated version of python
2020-08-15 audio/bs2b-lv2: Uses deprecated version of python
2020-08-15 audio/py-gmusicproxy: Uses deprecated version of python
2020-08-15 audio/py-karaoke: Uses deprecated version of python
2020-08-15 audio/py-openal: Uses deprecated version of python
2020-08-15 audio/py-py-jack: Uses deprecated version of python
2020-08-15 audio/py-xmms2: Uses deprecated version of python
2020-08-15 audio/triceratops-lv2: Uses deprecated version of python
2020-08-15 biology/py-biom-format: Uses deprecated version of python
2020-08-15 comms/py-bulksms: Uses deprecated version of python (Only the first 15 lines of the commit message are shown above ) |
1.2.9_2 11 May 2020 23:51:58 |
dbaio |
Update Sphinx
- Repocopy textproc/py-sphinx to textproc/py-sphinx18
Update it to 1.8.5 (latest version from 1.8.X).
This version supports Python 2 and 3.
Add test target.
- textproc/py-sphinx: Update to 3.0.2
Python 3 only (3.5+).
Add test target.
- Mk/Uses/python.mk: Add PY_SPHINX
(Only the first 15 lines of the commit message are shown above ) |
1.2.9_1 23 Feb 2020 15:25:53 |
antoine |
Deprecate a few ports
With hat: portmgr |
1.2.9_1 20 Jun 2018 17:05:44 |
mat |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
1.2.9_1 25 Apr 2018 16:42:38 |
amdmi3 |
Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
they now redirect to anyway. All new urls checked to return 200,
I've fixed a couple of them in the process.
Approved by: portmgr blanket, mat |
1.2.9_1 29 Jan 2018 06:45:16 |
araujo |
- Update textproc/py-sphinx to 1.6.5. [0]
- Update all ports that depends of py-sphinx. [0]
- Add conditional RUN_DEPENDS. [1]
- Add TEST_DEPENDS. [1]
PR: ports/221891 [0] and ports/225136 [1]
Submitted by: sunpoet [1]
Approved by: antoine (portmgr)
Exprun by: antoine (several rounds)
Sponsored by: iXsystems, Inc. |
1.2.9 11 Dec 2017 21:48:32 |
antoine |
- Those ports fail to build with python3
- Add some explicit FLAVOR to dependencies where needed |
1.2.9 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
1.2.9 01 Apr 2016 14:33:58 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
1.2.9 14 Sep 2015 19:15:19 |
amdmi3 |
- Switch to options helpers
- Add missing files to plist
Approved by: portmgr blanket |
1.2.9 29 Jan 2015 17:00:42 |
nivit |
- Update to 1.2.9
- Sort USE_PYTHON values
- Remove @dirrmtry keywords form plist
Relnotes: https://github.com/gawel/pyquery/blob/1.2.9/CHANGES.rst |
1.2.8 03 Jan 2015 08:41:21 |
mva |
- Convert USE_PYTHON to new USES in www/
With hat: python@ |
1.2.8 06 Aug 2014 09:11:58 |
olgeni |
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Category W.
CR: D510
Approved by: portmgr (bapt) |
1.2.8 10 Apr 2014 01:53:31 |
nivit |
- Update to 1.2.8
- Specify the clause of BSD license
- Remove code to support stage dir, now provided by *.python.mk
- Use options helpers
Release Notes: http://pyquery.readthedocs.org/en/latest/changes.html |
1.2.6 10 Mar 2014 18:01:09 |
bapt |
Convert www to USES=zip |
1.2.6 01 Nov 2013 20:59:27 |
nivit |
- Update to 1.2.6
- Add LICENSE (BSD)
- Add www/py-webob to RUN_DEPENDS
- Add all run-dependencies to BUILD_DEPENDS
- Add support for staging
- Install docs optionally
- Set USE_ZIP
- Fix WWW entry in pkg-descr
Build logs: https://redports.org/buildarchive/20131101154600-24682/ |
1.2.1 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
1.2.1 08 May 2012 22:15:30 |
nivit |
- Update to 1.2.1 |
1.2 03 May 2012 08:50:23 |
nivit |
- Update to 1.2
- Add www/py-cssselect to RUN_DEPENDS
- Remove http://nivi.interfree.it from MASTER_SITES |
1.1.1 10 Dec 2011 21:52:47 |
nivit |
- Update to 1.1.1
Feature safe: yes |
1.0 07 Jul 2011 12:54:17 |
nivit |
- Update to 1.0 |
0.7 25 Jun 2011 16:06:56 |
nivit |
- Update to 0.7 |
0.6.1 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
0.6.1 24 Jul 2010 12:52:42 |
nivit |
- Update to 0.6.1 |
0.5 29 Apr 2010 12:09:33 |
nivit |
- Update to 0.5
PR: ports/145401
Submitted by: lwhsu |
0.4 03 Jan 2010 15:00:44 |
nivit |
- Update to 0.4
- Change WWW url in pkg-descr |
0.3.1 27 Jan 2009 16:54:43 |
nivit |
pyquery allows you to make jquery queries on XML documents.
The API is as much as possible the similar to jquery (http://jquery.com).
pyquery uses lxml for fast XML and HTML manipulation.
WWW: http://www.bitbucket.org/olauzanne/pyquery/ |