non port: devel/py-meliae/Makefile |
Number of commits found: 20 |
Friday, 27 May 2022
|
19:33 Rene Ladan (rene)
cleanup: Remove expired ports:
2022-05-27 math/py-cdecimal: upstream does not support it after Python-3.2
2022-05-27 devel/py-meliae: does not build against Python-3.9
6ed29ee |
Sunday, 27 Feb 2022
|
08:31 Antoine Brodin (antoine)
devel/py-meliae: remove python flavor restriction
- Remove python flavor restriciton
- Set an expiration date
- Fix brokenness condition
PR: 261703
f703d91 |
Friday, 25 Feb 2022
|
21:45 Thierry Thomas (thierry)
devel/py-meliae: add BROKEN with python=3.9, Mark DEPRECATED
It is broken with Python 3.9.
Reported by: antoine.
Bug reported upstream: https://bugs.launchpad.net/meliae/+bug/1899379
PR: 261869
Approved by: maintainer’s time-out
8bee512 |
Thursday, 28 Oct 2021
|
11:46 Dmitry Marakasov (amdmi3)
devel/py-meliae: limit supported python versions
meliae/_scanner.c:3388:46: error: use of undeclared identifier 'PyGC_Head'
__pyx_t_1 = __Pyx_PyInt_FromSize_t((sizeof(PyGC_Head))); if
(unlikely(!__pyx_t_1)) __PYX_ERR(0, 52, __pyx_L1_error)
Approved by: portmgr blanket
1c5aeb0 |
Wednesday, 7 Apr 2021
|
08:09 Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
cf118cc |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Monday, 28 Dec 2020
|
23:02 antoine
Drop python 2.7 support from a few ports
With hat: portmgr
 |
Wednesday, 18 Nov 2020
|
11:29 rene
devel/py-meliae: update to 0.5.1
This version uses Python 3 so undeprecate the port. Limit it up to
Python 3.8 as it fails to compile on Python 3.9:
meliae/_scanner.c:3388:46: error: use of undeclared identifier 'PyGC_Head'
__pyx_t_1 = __Pyx_PyInt_FromSize_t((sizeof(PyGC_Head))); if
(unlikely(!__pyx_t_1)) __PYX_ERR(0, 52, __pyx_L1_error)
^
Comment out the license file as it is not shipped in the distribution.
PR: 249642
Submitted by: swills
Approved by: maintainer timeout (sbz, 1 month)
 |
Friday, 16 Oct 2020
|
08:56 antoine
Deprecate a few py27 ports
 |
Saturday, 4 Apr 2020
|
09:32 amdmi3
- Add LICENSE_FILE
- Update WWW
Approved by: portmgr blanket
 |
Wednesday, 2 May 2018
|
08:33 amdmi3
- Switch to new test framework
- Fix python interp used for running test (but tests still fail)
Approved by: portmgr blanket
 |
Monday, 19 Feb 2018
|
11:10 antoine
Reduce dependency on the python2 metaport
PR: 225752
Submitted by: Yasuhiro KIMURA
 |
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
 |
Friday, 1 Apr 2016
|
14:00 mat
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
 |
Thursday, 14 May 2015
|
10:15 mat
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight
 |
Monday, 20 Oct 2014
|
16:04 mva
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit)
 |
Thursday, 6 Mar 2014
|
14:10 miwi
- Stage support
- Convert to autoplist
- Bump PORTREVISION
 |
Monday, 13 Jan 2014
|
21:00 rene
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat)
 |
Friday, 20 Sep 2013
|
17:13 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
 |
Thursday, 13 Jun 2013
|
23:02 sbz
Meliae is a library meant to help people understand how their memory is being
used in Python.
WWW: http://launchpad.net/meliae
 |
Number of commits found: 20 |