non port: devel/py-meliae/Makefile |
SVNWeb
|
Number of commits found: 20 |
Fri, 27 May 2022
|
[ 19:33 Rene Ladan (rene) ] 6ed29ee
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
|
Sun, 27 Feb 2022
|
[ 08:31 Antoine Brodin (antoine) ] f703d91
devel/py-meliae: remove python flavor restriction
- Remove python flavor restriciton
- Set an expiration date
- Fix brokenness condition
PR: 261703
|
Fri, 25 Feb 2022
|
[ 21:45 Thierry Thomas (thierry) ] 8bee512
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
|
Thu, 28 Oct 2021
|
[ 11:46 Dmitry Marakasov (amdmi3) ] 1c5aeb0
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
|
Wed, 7 Apr 2021
|
[ 08:09 Mathieu Arnold (mat) ] cf118cc (Only the first 10 of 8873 ports in this commit are shown above. )
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Mon, 28 Dec 2020
|
[ 23:02 antoine ] (Only the first 10 of 1942 ports in this commit are shown above. )
Drop python 2.7 support from a few ports
With hat: portmgr
|
Wed, 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)
|
Fri, 16 Oct 2020
|
[ 08:56 antoine ] (Only the first 10 of 21 ports in this commit are shown above. )
Deprecate a few py27 ports
|
Sat, 4 Apr 2020
|
[ 09:32 amdmi3 ]
- Add LICENSE_FILE
- Update WWW
Approved by: portmgr blanket
|
Wed, 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
|
Mon, 19 Feb 2018
|
[ 11:10 antoine ] (Only the first 10 of 442 ports in this commit are shown above. )
Reduce dependency on the python2 metaport
PR: 225752
Submitted by: Yasuhiro KIMURA
|
Thu, 30 Nov 2017
|
[ 15:50 mat ] (Only the first 10 of 2423 ports in this commit are shown above. )
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 )
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Thu, 14 May 2015
|
[ 10:15 mat ] (Only the first 10 of 1814 ports in this commit are shown above. )
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
|
Mon, 20 Oct 2014
|
[ 16:04 mva ] (Only the first 10 of 564 ports in this commit are shown above. )
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit)
|
Thu, 6 Mar 2014
|
[ 14:10 miwi ]
- Stage support
- Convert to autoplist
- Bump PORTREVISION
|
Mon, 13 Jan 2014
|
[ 21:00 rene ] (Only the first 10 of 702 ports in this commit are shown above. )
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)
|
Fri, 20 Sep 2013
|
[ 17:13 bapt ] (Only the first 10 of 2998 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
|
Thu, 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 |