| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
- Switch to options helpers
- Regenerate patches
|
|
|
|
| |
Approved by: portmgr blanket
|
| |
|
|
|
|
| |
Approved by: portmgr (implicit)
|
|
|
|
|
|
|
| |
Reassigning my ports back to the pool with the hope of freeing up
to do more FreeBSD work in the future.
Submitted by: glarkin
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Setuptools is the preferred method to manage Python distributions after
many changes to the packaging ecosystem over the past couple of years.
Only ports using USE_PYDISTUTILS= yes are affected by this commit, ports using
USE_PYDISTUTILS= easy_install remains the same however this usage is now
deprecated and should be converted to USE_PYDISTUTILS= yes.
Some Python distributions do not work with setuptools out of the box because
they extend the install command from distutils and not setuptools, and
so they need to be patched accordingly.
pip (which leverages setuptools) works around the issue by using eggs, however
we want to get rid of those as well, as support for "flat" installation is
unavailable or has other issues associated with it.
This work allows us to unify how python packages are built, ensure that Python
distributions are installed consistently, reduces complexity for Python port
maintainers and paves the way for simplifying the Python ports framework in
the future.
With hat on: python
Reviewed by: koobs, antoine
Exp-run: bdrewery
Approved by: bdrewery (portmgr)
|
|
|
|
| |
math)
|
| |
|
|
|
|
| |
starting with M
|
|
|
|
|
| |
PR: ports/128343
Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
|
|
|
|
|
|
|
|
| |
under Python 2.4.
- Added handling for the lack of egg info under Python <2.5.
- Bumped PORTREVISION.
Reported by: tabthorpe
|
|
|
|
|
|
|
|
|
|
|
| |
whether devel/py-setuptools is present or not. The setup.py installer
modifies the packing list based on that, so we have to modify pkg-plist
in kind.
- Added code to handle NOPORTEXAMPLES
- Take maintainership
PR: ports/122434
Submitted by: "Eugene M. Kim" <gene at nttmcl dot com>
|
|
|
|
| |
PR: ports/127647
|
|
|
|
| |
Hat: portmgr
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- Add significantly better support in bsd.python.mk for working with
Python Eggs and the easy_install system
Tested by: pointyhat runs
Approved by: pav (portmgr)
Most work by: perky
Thanks to: pav
|
|
|
|
|
| |
PR: 109488
Submitted by: rafan@
|
|
|
|
|
| |
PR: ports/92784
Submitted by: "Pedro F. Giffuni" <giffunip at asme dot org>
|
|
|
|
| |
Approved by: krion@
|
|
|
|
|
| |
PR: 88399
Submitted by: Marcus von Appen <mva at sysfault dot org>
|
|
|
|
|
|
|
|
|
| |
PR: ports/83915, ports/83985, ports/83989
Submitted by: Brett Goulder <predatorfreak@dcaf-security.org>,
Conrad J. Sabatier <conrads@cox.net>,
regis rampnoux <regisr@pobox.com>
Was broken for: 51 hours
Pointy hat to: tg
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Submitted by: Jeremy Messenger <mezz7@cox.net>
|
|
|
|
|
|
| |
math.h skips acosh and other hyperbolic math functions.
Submitted by: perky
|
|
|
|
|
|
|
| |
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Python installed. Use the pre-fetch target instead.
Submitted by: Gregory Sutter <gsutter@zer0.org>
|
| |
|
| |
|
|
|
|
| |
Submitted by: Jean-Sebastien ROY <jean-sebastien.roy@wanadoo.fr>
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: 22869
Submitted by: Johann Visagie <johann@egenetics.com>
|
| |
|
|
|
|
|
| |
PR: 21446
Submitted by: Johann Visagie <johann@egenetics.com>
|
| |
|
| |
|
| |
|
|
|
|
| |
Noticed by: steve
|
|
|
|
|
| |
Some parts (patch-Makefile, Makefile mods) taken from a patch set
submitted by sobomax.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
|
| |
|
|
|
|
|
| |
The author wants the include files in $PREFIX/include/python1.5/numerical/.
Change the "NumPy" names for symmetry.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
pygist: add dependency on rng.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
multi-dimensional arrays and interfaces to the lapack-, fftpack-
and ranlib-libraries from netlib.
|