non port: www/py-pyquery/Makefile |
Number of commits found: 24 |
Monday, 11 May 2020
|
23:51 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
Shared macro to use with flavors and not break
ports with USES=python (all versions).
Python >=3.5 --> textproc/py-sphinx (v3.0.2)
Python < 3.5 --> textproc/py-sphinx18 (v1.8.5)
All ports that uses sphinx were changed to use the new variable
${PY_SPHINX} in the dependency line, exceptions:
* Ports that fails to build with sphinx 3.0.2 because of code.
They are pointing to textproc/py-sphinx18 directly.
There aren't many ports.
* Ports that doesn't know Python flavors.
- Add several patches to fix Sphinx consumers
The most common issues are related with pkg-plist, the output
files from Sphinx changes between versions, keep this dynamically
is the better approach.
This will save time in future sphinx updates.
PR: 245629
Exp-run by: antoine
 |
Sunday, 23 Feb 2020
|
15:25 antoine
Deprecate a few ports
With hat: portmgr
 |
Wednesday, 20 Jun 2018
|
17:05 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
 |
Monday, 29 Jan 2018
|
06:45 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.
 |
Monday, 11 Dec 2017
|
21:48 antoine
- Those ports fail to build with python3
- Add some explicit FLAVOR to dependencies where needed
 |
Thursday, 30 Nov 2017
|
15:50 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
current python flavor. It can be used in dependency lines when the
port itself is not python flavored. For example, deskutils/calibre.
By default, all the flavors are generated. To only generate flavors
for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.
In all the ports with Python dependencies, the *_DEPENDS entries MUST
end with the flavor so that the framework knows which to build/use.
This is done by appending '@${PY_FLAVOR}' after the origin (or
@${FLAVOR} if in a Python module with Python flavors, as the content
will be the same). For example:
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
PR: 223071
Reviewed by: portmgr, python
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D12464
 |
Friday, 1 Apr 2016
|
14:33 mat
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight
 |
Monday, 14 Sep 2015
|
19:15 amdmi3
- Switch to options helpers
- Add missing files to plist
Approved by: portmgr blanket
 |
Thursday, 29 Jan 2015
|
17:00 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
 |
Saturday, 3 Jan 2015
|
08:41 mva
- Convert USE_PYTHON to new USES in www/
With hat: python@
 |
Wednesday, 6 Aug 2014
|
09:11 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)
 |
Thursday, 10 Apr 2014
|
01:53 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
 |
Monday, 10 Mar 2014
|
18:01 bapt
Convert www to USES=zip
 |
Friday, 1 Nov 2013
|
20:59 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/
 |
Friday, 20 Sep 2013
|
23:36 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
 |
Tuesday, 8 May 2012
|
22:15 nivit
- Update to 1.2.1
 |
Thursday, 3 May 2012
|
08:50 nivit
- Update to 1.2
- Add www/py-cssselect to RUN_DEPENDS
- Remove http://nivi.interfree.it from MASTER_SITES
 |
Saturday, 10 Dec 2011
|
21:52 nivit
- Update to 1.1.1
Feature safe: yes
 |
Thursday, 7 Jul 2011
|
12:54 nivit
- Update to 1.0
 |
Saturday, 25 Jun 2011
|
16:06 nivit
- Update to 0.7
 |
Saturday, 24 Jul 2010
|
12:52 nivit
- Update to 0.6.1
 |
Thursday, 29 Apr 2010
|
12:09 nivit
- Update to 0.5
PR: ports/145401
Submitted by: lwhsu
 |
Sunday, 3 Jan 2010
|
15:00 nivit
- Update to 0.4
- Change WWW url in pkg-descr
 |
Tuesday, 27 Jan 2009
|
16:54 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/
 |
Number of commits found: 24 |