Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Jun 2020 18:37:18 +0000 (UTC)
From:      Kai Knoblich <kai@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r538425 - in head/databases/py-carbon: . files
Message-ID:  <202006101837.05AIbIUn075209@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kai
Date: Wed Jun 10 18:37:18 2020
New Revision: 538425
URL: https://svnweb.freebsd.org/changeset/ports/538425

Log:
  databases/py-carbon: Update to 1.1.7
  
  * Enable build for all Python versions.
  
  * Pet portlint (sort variables, rebase patch) and make USES block separate
    from non-relevant variables while I'm here.
  
  Changelogs since 1.1.5:
  
  https://graphite.readthedocs.io/en/latest/releases/1_1_7.html
  https://graphite.readthedocs.io/en/latest/releases/1_1_6.html
  
  PR:		245859
  Approved by:	maintainer timeout (6+ weeks)

Modified:
  head/databases/py-carbon/Makefile
  head/databases/py-carbon/distinfo
  head/databases/py-carbon/files/patch-setup.py

Modified: head/databases/py-carbon/Makefile
==============================================================================
--- head/databases/py-carbon/Makefile	Wed Jun 10 18:25:32 2020	(r538424)
+++ head/databases/py-carbon/Makefile	Wed Jun 10 18:37:18 2020	(r538425)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	carbon
-PORTVERSION=	1.1.5
-PORTREVISION=	1
+PORTVERSION=	1.1.7
 CATEGORIES=	databases python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -20,13 +19,15 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cachetools3>=1.1.0
 		${PYTHON_PKGNAMEPREFIX}urllib3>=0:net/py-urllib3@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}whisper>=0.9.10:databases/py-whisper@${PY_FLAVOR}
 
-NO_ARCH=	yes
-USE_PYTHON=	distutils
-USES=		python:2.7
+USES=		python
+USE_PYTHON=	distutils py3kplist
 USE_RC_SUBR=	carbon
 USE_GITHUB=	yes
 GH_ACCOUNT=	graphite-project
+
 MAKE_ENV=	GRAPHITE_NO_PREFIX=yes
+
+NO_ARCH=	yes
 
 post-patch:
 	@${REINPLACE_CMD} 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/setup.py

Modified: head/databases/py-carbon/distinfo
==============================================================================
--- head/databases/py-carbon/distinfo	Wed Jun 10 18:25:32 2020	(r538424)
+++ head/databases/py-carbon/distinfo	Wed Jun 10 18:37:18 2020	(r538425)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1545929235
-SHA256 (graphite-project-carbon-1.1.5_GH0.tar.gz) = fe4278eead6f2e8726c6576cdb0a6fde8a28cfd851309f82927ce6dcda38ff31
-SIZE (graphite-project-carbon-1.1.5_GH0.tar.gz) = 97614
+TIMESTAMP = 1587670553
+SHA256 (graphite-project-carbon-1.1.7_GH0.tar.gz) = 8541a9c25aada40009770bac877dd730edac0ef27613509049d9ee8d5a4f5244
+SIZE (graphite-project-carbon-1.1.7_GH0.tar.gz) = 98861

Modified: head/databases/py-carbon/files/patch-setup.py
==============================================================================
--- head/databases/py-carbon/files/patch-setup.py	Wed Jun 10 18:25:32 2020	(r538424)
+++ head/databases/py-carbon/files/patch-setup.py	Wed Jun 10 18:37:18 2020	(r538425)
@@ -1,5 +1,5 @@
---- setup.py.orig	2018-04-04 03:38:32.000000000 -0400
-+++ setup.py	2018-04-23 12:08:38.358102000 -0400
+--- setup.py.orig	2020-03-16 15:22:22 UTC
++++ setup.py
 @@ -58,10 +58,10 @@ else:
    setup_kwargs = dict()
  



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