Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Nov 2019 16:00:55 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r516687 - head/devel/py-inflect
Message-ID:  <201911041600.xA4G0tI4054038@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Nov  4 16:00:54 2019
New Revision: 516687
URL: https://svnweb.freebsd.org/changeset/ports/516687

Log:
  Update to 3.0.1
  
  Changes:	https://github.com/jazzband/inflect/blob/master/CHANGES.rst

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

Modified: head/devel/py-inflect/Makefile
==============================================================================
--- head/devel/py-inflect/Makefile	Mon Nov  4 16:00:49 2019	(r516686)
+++ head/devel/py-inflect/Makefile	Mon Nov  4 16:00:54 2019	(r516687)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	inflect
-PORTVERSION=	2.1.0
+PORTVERSION=	3.0.1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,6 +14,7 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools_scm>=1.15.0:devel/py-setuptools_scm@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}importlib-metadata>=0:devel/py-importlib-metadata@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	autoplist concurrent distutils

Modified: head/devel/py-inflect/distinfo
==============================================================================
--- head/devel/py-inflect/distinfo	Mon Nov  4 16:00:49 2019	(r516686)
+++ head/devel/py-inflect/distinfo	Mon Nov  4 16:00:54 2019	(r516687)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1542202386
-SHA256 (inflect-2.1.0.tar.gz) = 4ded1b2a6fcf0fc0397419c7727f131a93b67b80d899f2973be7758628e12b73
-SIZE (inflect-2.1.0.tar.gz) = 98767
+TIMESTAMP = 1572806122
+SHA256 (inflect-3.0.1.tar.gz) = 86da0500226d67531feb1f4f539a24129f187dac8b5965445ea77f345e15a2a0
+SIZE (inflect-3.0.1.tar.gz) = 106473



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