non port: devel/py-interface/Makefile |
Number of commits found: 17 |
Monday, 3 Dec 2018
|
21:20 rene
Re-assign sobomax@'s ports after his commit bit was safekept.
 |
Tuesday, 19 Jun 2018
|
02:26 yuri
devel/py-interface: Add USE_PYTHON=concurrent when DOCS=yes
Approved by: portmgr
 |
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
 |
Tuesday, 11 Jul 2017
|
09:47 olgeni
Update devel/py-interface to version 2.2.
 |
Monday, 29 Dec 2014
|
15:43 olgeni
License is actually LGPL20 (June 1991).
 |
Tuesday, 21 Oct 2014
|
05:52 antoine
Unbreak
 |
Monday, 20 Oct 2014
|
16:04 mva
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit)
 |
Thursday, 3 Jul 2014
|
23:57 adamw
Remove NOPORTDOCS and NOPORTEXAMPLES.
Approved by: portmgr (blanket)
 |
Saturday, 7 Jun 2014
|
17:40 olgeni
Upgrade to version 1.3.
PR: 189672
Submitted by: olgeni
Approved by: maintainer timeout (27 days)
 |
Thursday, 8 May 2014
|
14:44 vanilla
Support STAGEDIR.
PR: ports/188501
Submitted by: Bartek Rutkowski <ports@robakdesign.com>
Approved by: portmgr@
 |
Friday, 20 Sep 2013
|
17:13 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
 |
Tuesday, 4 Oct 2011
|
21:09 olgeni
Upgrade to version 1.1.1.
PR: ports/155893
Submitted by: olgeni
Approved by: maintainer timeout (180+ days)
 |
Tuesday, 1 Mar 2011
|
12:24 sobomax
Update to 1.1.
PR: 155103
Submitted by: Jimmy Olgeni
 |
Friday, 6 Aug 2010
|
09:26 olgeni
Upgrade to version 1.0.
Now devel/py_otp_interface and devel/py-interface are pretty much the same.
PR: ports/148842
Approved by: maintainer timeout (15 days)
 |
Saturday, 19 Jun 2010
|
18:47 sylvio
- Update to 0.97
PR: ports/139934
Submitted by: myself
Approved by: maintainer timeout > 10 months
Feature safe: yes
 |
Tuesday, 21 Jul 2009
|
00:35 sobomax
Add PYDISTUTILS_PKGNAME to ensure proper packaging with python 2.5 and
up.
Issue reported by: QAT
 |
00:23 sobomax
Add py-interface 0.96, a Python implementation of an Erlang node.
 |
Number of commits found: 17 |