Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Nov 2020 11:29:31 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r555635 - head/devel/py-meliae
Message-ID:  <202011181129.0AIBTVbo097257@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Wed Nov 18 11:29:30 2020
New Revision: 555635
URL: https://svnweb.freebsd.org/changeset/ports/555635

Log:
  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)

Modified:
  head/devel/py-meliae/Makefile
  head/devel/py-meliae/distinfo

Modified: head/devel/py-meliae/Makefile
==============================================================================
--- head/devel/py-meliae/Makefile	Wed Nov 18 11:16:50 2020	(r555634)
+++ head/devel/py-meliae/Makefile	Wed Nov 18 11:29:30 2020	(r555635)
@@ -1,27 +1,21 @@
 # $FreeBSD$
 
 PORTNAME=	meliae
-PORTVERSION=	0.4.0
-PORTREVISION=	2
+PORTVERSION=	0.5.1
 CATEGORIES=	devel python
-MASTER_SITES=	http://launchpadlibrarian.net/74803944/ \
-		LOCAL/sbz
+MASTER_SITES=	https://launchpadlibrarian.net/478629999/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	sbz@FreeBSD.org
 COMMENT=	Python Memory Usage Analyzer
 
 LICENSE=	GPLv3
-LICENSE_FILE=	${WRKSRC}/COPYING.txt
+#LICENSE_FILE=	${WRKSRC}/COPYING.txt
 
-DEPRECATED=	Uses deprecated version of python
-EXPIRATION_DATE=	2020-11-15
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
 
-USES=		python:2.7
+USES=		python:-3.8  # compile fails on Python 3.9
 USE_PYTHON=	distutils autoplist cython
 TEST_TARGET=	check  # test fails
-
-post-patch:
-	@${REINPLACE_CMD} -e 's|python|${PYTHON_CMD}|' ${WRKSRC}/Makefile
 
 .include <bsd.port.mk>

Modified: head/devel/py-meliae/distinfo
==============================================================================
--- head/devel/py-meliae/distinfo	Wed Nov 18 11:16:50 2020	(r555634)
+++ head/devel/py-meliae/distinfo	Wed Nov 18 11:29:30 2020	(r555635)
@@ -1,2 +1,3 @@
-SHA256 (meliae-0.4.0.tar.gz) = 976519ab02aaa6a8fb5f596dc4dd9f64fc9510b00e054979566e51c9be7cec99
-SIZE (meliae-0.4.0.tar.gz) = 64810
+TIMESTAMP = 1603126090
+SHA256 (meliae-0.5.1.tar.gz) = cea42d693194fba32039f7136220da7ce93754b68e40de069b45258c15aa0668
+SIZE (meliae-0.5.1.tar.gz) = 205462



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011181129.0AIBTVbo097257>