| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight
Notes:
svn path=/head/; revision=472884
|
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION for dependency change
typing is a conditional RUN_DEPENDS for Python versions prior to 3.5.
PR: 221891, 225136
Notes:
svn path=/head/; revision=460284
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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.
Notes:
svn path=/head/; revision=460241
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=455210
|
|
|
|
|
|
|
|
|
|
|
| |
PR: 221116
Submitted by: pgj
Approved by: araujo (maintainer)
Obtained from: https://github.com/sphinx-doc/sphinx/issues/3212
MFH: 2017Q3
Notes:
svn path=/head/; revision=447275
|
|
|
|
| |
Notes:
svn path=/head/; revision=447103
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Also make the following changes for the master textproc/py-sphinx port:
- Remove post-build introduced when port was updated to version 1.2 in
r336515, but is no longer required after version 1.2.1 [1].
- Include upstream patch which fixes the bundling of grammar files [2]
[1] https://github.com/sphinx-doc/sphinx/blob/1.2.1/CHANGES#L51-L53
[2] https://github.com/sphinx-doc/sphinx/commit/b03b7e543f5e135d046d2fe407def219336c12b2
PR: 217475
PR: 217447
PR: 219833
Submitted by: dbaio
Approved by: kmoore (maintainer timeout)
Notes:
svn path=/head/; revision=442935
|
|
|
|
|
|
|
| |
With hat: portmgr
Notes:
svn path=/head/; revision=429958
|
|
|
|
|
|
|
|
| |
PR: 215311
Submitted by: Wen Heping <wen@freebsd.org>
Notes:
svn path=/head/; revision=429929
|
|
|
|
|
|
|
|
|
| |
- Add NO_ARCH
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=427320
|
|
|
|
|
|
|
|
| |
PR: 214634
Reported by: rakuco@
Notes:
svn path=/head/; revision=426339
|
|
|
|
| |
Notes:
svn path=/head/; revision=426296
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREV
PR: 212049
Notes:
svn path=/head/; revision=422502
|
|
|
|
| |
Notes:
svn path=/head/; revision=421924
|
|
|
|
|
|
|
| |
PR: 209878
Notes:
svn path=/head/; revision=417278
|
|
|
|
| |
Notes:
svn path=/head/; revision=415071
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412349
|
|
|
|
|
|
|
| |
Approved by: kmoore
Notes:
svn path=/head/; revision=393634
|
|
|
|
|
|
|
|
|
|
|
| |
others
- Bump PORTREV
PR: 201587
Submitted by: Christian Heckendorf <heckendorfc@gmail.com>
Notes:
svn path=/head/; revision=392156
|
|
|
|
|
|
|
|
|
|
| |
- Reverse depend upon textproc/py-sphinx_rtd_theme
- Take maintainership of textproc/py-sphinx
Approved by: lwhsu@
Notes:
svn path=/head/; revision=392004
|
|
|
|
| |
Notes:
svn path=/head/; revision=367048
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION to enforce a cleanup for the easy_install references
With hat: python@
Approved by: portmgr (implicit)
Notes:
svn path=/head/; revision=357860
|
|
|
|
|
|
|
| |
Approved by: portmgr (blanket)
Notes:
svn path=/head/; revision=347238
|
|
|
|
| |
Notes:
svn path=/head/; revision=347016
|
|
|
|
|
|
|
| |
- Fix Python 3 support
Notes:
svn path=/head/; revision=341497
|
|
|
|
| |
Notes:
svn path=/head/; revision=336515
|
|
|
|
|
|
|
| |
textproc)
Notes:
svn path=/head/; revision=327773
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add code to generate the pickle file of sphinx/pycode/Grammar.txt,
otherwise it can be generated indirectly by another port, which uses
the command sphinx-build (analyzing Python code).
See http://goo.gl/AIqn1
Reported by: pointyhat (via erwin)
Approved by: lwhsu (maintainer), via private email
Notes:
svn path=/head/; revision=301002
|
|
|
|
|
|
|
|
| |
PR: ports/169264
Submitted by: Marcin Cieslak <saper@saper.info>
Notes:
svn path=/head/; revision=299952
|
|
|
|
|
|
|
|
| |
PR: ports/162359
Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com>
Notes:
svn path=/head/; revision=285293
|
|
|
|
| |
Notes:
svn path=/head/; revision=269301
|
|
|
|
| |
Notes:
svn path=/head/; revision=265320
|
|
|
|
| |
Notes:
svn path=/head/; revision=261443
|
|
|
|
| |
Notes:
svn path=/head/; revision=259932
|
|
|
|
| |
Notes:
svn path=/head/; revision=256432
|
|
|
|
| |
Notes:
svn path=/head/; revision=255123
|
|
|
|
| |
Notes:
svn path=/head/; revision=252159
|
|
|
|
| |
Notes:
svn path=/head/; revision=247928
|
|
|
|
| |
Notes:
svn path=/head/; revision=240919
|
|
|
|
| |
Notes:
svn path=/head/; revision=236196
|
|
|
|
|
|
|
|
| |
PR: ports/133034 (based on)
Submitted by: Wen Heping <wenheping AT gmail.com>
Notes:
svn path=/head/; revision=231198
|
|
|
|
| |
Notes:
svn path=/head/; revision=224396
|
|
|
|
|
|
|
|
| |
PR: ports/129111
Submitted by: Wen Heping <wenheping AT gmail.com>
Notes:
svn path=/head/; revision=223646
|
|
|
|
| |
Notes:
svn path=/head/; revision=221445
|
|
Notes:
svn path=/head/; revision=220156
|