Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.5.1 27 May 2022 19:33:27
    |
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 |
0.5.1 27 Feb 2022 08:31:16
    |
Antoine Brodin (antoine)  |
devel/py-meliae: remove python flavor restriction
- Remove python flavor restriciton
- Set an expiration date
- Fix brokenness condition
PR: 261703 |
0.5.1 25 Feb 2022 21:45:10
    |
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 |
0.5.1 28 Oct 2021 11:46:09
    |
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 |
0.5.1 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.5.1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.5.1 28 Dec 2020 23:02:15
  |
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
0.5.1 18 Nov 2020 11:29:31
  |
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) |
0.4.0_2 16 Oct 2020 08:56:10
  |
antoine  |
Deprecate a few py27 ports |
0.4.0_2 04 Apr 2020 09:32:21
  |
amdmi3  |
- Add LICENSE_FILE
- Update WWW
Approved by: portmgr blanket |
0.4.0_2 02 May 2018 08:33:55
  |
amdmi3  |
- Switch to new test framework
- Fix python interp used for running test (but tests still fail)
Approved by: portmgr blanket |
0.4.0_2 19 Feb 2018 11:10:43
  |
antoine  |
Reduce dependency on the python2 metaport
PR: 225752
Submitted by: Yasuhiro KIMURA |
0.4.0_1 30 Nov 2017 15:50:34
  |
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 (Only the first 15 lines of the commit message are shown above ) |
0.4.0_1 01 Apr 2016 14:00:57
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.4.0_1 14 May 2015 10:15:09
  |
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 |
0.4.0_1 20 Oct 2014 16:04:14
  |
mva  |
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit) |
0.4.0_1 06 Mar 2014 14:10:44
  |
miwi  |
- Stage support
- Convert to autoplist
- Bump PORTREVISION |
0.4.0 13 Jan 2014 21:00:04
  |
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) |
0.4.0 20 Sep 2013 17:13:47
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
0.4.0 13 Jun 2013 23:02:59
  |
sbz  |
Meliae is a library meant to help people understand how their memory is being
used in Python.
WWW: http://launchpad.net/meliae |