| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2020-12-12 comms/py-libconcord: Uses deprecated version of python
2020-12-12 databases/py-swift: Uses deprecated version of python
2020-12-12 devel/py-AddOns: Uses deprecated version of python
2020-12-12 devel/py-BytecodeAssembler: Uses deprecated version of python
2020-12-12 devel/py-repoze.who-testutil: Uses deprecated version of python
2020-12-12 devel/py-riak_pb: Uses deprecated version of python
2020-12-12 devel/pythk: Uses deprecated version of python
2020-12-12 mail/py-spambayes: Uses deprecated version of python
2020-12-12 math/py-numeric: Uses deprecated version of python
2020-12-12 math/py-scientific: Uses deprecated version of python
2020-12-12 net/py-suds: Uses deprecated version of python
2020-12-12 net/pynids: Uses deprecated version of python
2020-12-12 security/py-obfsproxy-tor: Uses deprecated version of python
2020-12-12 sysutils/syslog-ng324: Agreed upon upstream one year deprecation policy
2020-12-12 www/py-pylons: Uses deprecated version of python
2020-12-12 www/py-qpy: Uses deprecated version of python
Notes:
svn path=/head/; revision=557820
|
|
|
|
| |
Notes:
svn path=/head/; revision=554889
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
- Switch to options helpers
- Regenerate patches
Notes:
svn path=/head/; revision=425596
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=415499
|
|
|
|
| |
Notes:
svn path=/head/; revision=381462
|
|
|
|
|
|
|
| |
Approved by: portmgr (implicit)
Notes:
svn path=/head/; revision=371328
|
|
|
|
|
|
|
|
|
|
| |
Reassigning my ports back to the pool with the hope of freeing up
to do more FreeBSD work in the future.
Submitted by: glarkin
Notes:
svn path=/head/; revision=336656
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=336553
|
|
|
|
|
|
|
| |
math)
Notes:
svn path=/head/; revision=327746
|
|
|
|
| |
Notes:
svn path=/head/; revision=271346
|
|
|
|
|
|
|
| |
starting with M
Notes:
svn path=/head/; revision=240072
|
|
|
|
|
|
|
|
| |
PR: ports/128343
Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
Notes:
svn path=/head/; revision=224158
|
|
|
|
|
|
|
|
|
|
|
| |
under Python 2.4.
- Added handling for the lack of egg info under Python <2.5.
- Bumped PORTREVISION.
Reported by: tabthorpe
Notes:
svn path=/head/; revision=223427
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
Notes:
svn path=/head/; revision=221922
|
|
|
|
|
|
|
| |
PR: ports/127647
Notes:
svn path=/head/; revision=221558
|
|
|
|
|
|
|
| |
Hat: portmgr
Notes:
svn path=/head/; revision=220036
|
|
|
|
| |
Notes:
svn path=/head/; revision=208256
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
Notes:
svn path=/head/; revision=196700
|
|
|
|
|
|
|
|
| |
PR: 109488
Submitted by: rafan@
Notes:
svn path=/head/; revision=185810
|
|
|
|
|
|
|
|
| |
PR: ports/92784
Submitted by: "Pedro F. Giffuni" <giffunip at asme dot org>
Notes:
svn path=/head/; revision=155319
|
|
|
|
|
|
|
| |
Approved by: krion@
Notes:
svn path=/head/; revision=154159
|
|
|
|
|
|
|
|
| |
PR: 88399
Submitted by: Marcus von Appen <mva at sysfault dot org>
Notes:
svn path=/head/; revision=147031
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=140019
|
|
|
|
| |
Notes:
svn path=/head/; revision=139897
|
|
|
|
| |
Notes:
svn path=/head/; revision=126240
|
|
|
|
| |
Notes:
svn path=/head/; revision=126220
|
|
|
|
| |
Notes:
svn path=/head/; revision=105747
|
|
|
|
| |
Notes:
svn path=/head/; revision=96034
|
|
|
|
|
|
|
| |
Submitted by: Jeremy Messenger <mezz7@cox.net>
Notes:
svn path=/head/; revision=86280
|
|
|
|
|
|
|
|
|
| |
math.h skips acosh and other hyperbolic math functions.
Submitted by: perky
Notes:
svn path=/head/; revision=86279
|
|
|
|
|
|
|
|
|
|
| |
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
Notes:
svn path=/head/; revision=77045
|
|
|
|
| |
Notes:
svn path=/head/; revision=61262
|
|
|
|
| |
Notes:
svn path=/head/; revision=60025
|
|
|
|
| |
Notes:
svn path=/head/; revision=59793
|
|
|
|
| |
Notes:
svn path=/head/; revision=57798
|
|
|
|
|
|
|
|
|
| |
Python installed. Use the pre-fetch target instead.
Submitted by: Gregory Sutter <gsutter@zer0.org>
Notes:
svn path=/head/; revision=53108
|
|
|
|
| |
Notes:
svn path=/head/; revision=52805
|
|
|
|
| |
Notes:
svn path=/head/; revision=48935
|
|
|
|
|
|
|
| |
Submitted by: Jean-Sebastien ROY <jean-sebastien.roy@wanadoo.fr>
Notes:
svn path=/head/; revision=42582
|
|
|
|
| |
Notes:
svn path=/head/; revision=42164
|
|
|
|
| |
Notes:
svn path=/head/; revision=37877
|
|
|
|
| |
Notes:
svn path=/head/; revision=36225
|
|
|
|
| |
Notes:
svn path=/head/; revision=35510
|
|
|
|
|
|
|
|
| |
PR: 22869
Submitted by: Johann Visagie <johann@egenetics.com>
Notes:
svn path=/head/; revision=35218
|
|
|
|
| |
Notes:
svn path=/head/; revision=33137
|
|
|
|
|
|
|
|
| |
PR: 21446
Submitted by: Johann Visagie <johann@egenetics.com>
Notes:
svn path=/head/; revision=33001
|
|
|
|
| |
Notes:
svn path=/head/; revision=32801
|
|
|
|
| |
Notes:
svn path=/head/; revision=32606
|
|
|
|
| |
Notes:
svn path=/head/; revision=32436
|