non port: devel/gnatpython/Makefile |
Number of commits found: 17 |
Saturday, 26 Jun 2021
|
11:35 Rene Ladan (rene)
*/*: Remove expired ports:
2021-06-23 www/aws: Uses EOL Python 2.7 via devel/gnatpython
2021-06-23 www/aws-demos: Uses EOL Python 2.7 via www/aws
2020-12-31 devel/gnatpython: Uses Python 2.7 which is EOLed upstream
619332f |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
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
 |
Saturday, 9 Sep 2017
|
09:01 amdmi3
- Fix LICENSE
- Add LICENSE_FILE
- Update WWW
- Regenerate patch
 |
Friday, 21 Apr 2017
|
20:25 rene
Return ports maintained by John Marino to the pool, he is no longer interested.
Submitted by: Mark Millard via private e-mail
 |
Wednesday, 15 Feb 2017
|
21:33 rene
Return the ports mistakenly reset to ports@ in r433856 to John Marino.
The mistake was completely on my part, I somehow connected the dots the
wrong way in my head.
The only exceptions (for now) are archivers/zstd and ports-mgmt/synth
which were already picked up by new volunteers in the mean time.
 |
Saturday, 11 Feb 2017
|
12:42 rene
Return ports maintained by John Marino to the pool, see r433827 for details
 |
Sunday, 21 Jun 2015
|
09:13 marino
devel/gnatpython: Upgrade version 20140205 => 20140224 (latest)
 |
Monday, 20 Oct 2014
|
16:04 mva
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit)
 |
Friday, 16 May 2014
|
14:32 marino
devel/gnatpython: Correct build on FreeBSD 10+
GNATPython was hardcoded to use gcc and that caused the c-based rlimit
utility to fail to build. Changing "gcc" to "cc" in the setup script
solved the issue for clang-based systems.
 |
Friday, 14 Feb 2014
|
13:26 marino
devel/gnatpython: Update from version 20110912 to 20140205
 |
Friday, 22 Nov 2013
|
21:48 marino
devel/gnatpython: Fix pkg-fallout on head
Fix by using auto-plist functionality. Somehow one of the binaries
just don't build on F10. Bump PORTREVISION, expand python use to "any"
This passes 6x on Redports
 |
Sunday, 10 Nov 2013
|
11:09 marino
devel/gnatpython: Convert to staging
 |
Friday, 20 Sep 2013
|
17:04 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 2)
 |
Friday, 12 Jul 2013
|
13:40 marino
Replace John Marino email address with FreeBSD version
While I'm here, also trim the headers on a couple of ports and remove
a reference to the Dragonlace mirror which is down indefinitely.
Approved by: bapt (mentor)
 |
Friday, 7 Oct 2011
|
12:25 culot
- Update to svn rev. 54 (20110912)
PR: ports/161361
Submitted by: John Marino <draco@marino.st> (maintainer)
 |
Thursday, 17 Feb 2011
|
09:25 wen
GNATPython is a python package to ease development of testsuites and/or
build scripts in a portable way. It is an extension to Ada which exports
GNAT.Expect.TTY and requires the GNAT AUX compiler.
WWW: http://forge.open-do.org/projects/gnatpython
PR: ports/153828
Submitted by: John Marino <freebsdml@marino.st>
 |
Number of commits found: 17 |