svn commit: r521312 - head/devel/py-inflect

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Dec 29 12:54:21 UTC 2019


Author: sunpoet
Date: Sun Dec 29 12:54:20 2019
New Revision: 521312
URL: https://svnweb.freebsd.org/changeset/ports/521312

Log:
  Update to 4.0.0
  
  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	Sun Dec 29 12:54:15 2019	(r521311)
+++ head/devel/py-inflect/Makefile	Sun Dec 29 12:54:20 2019	(r521312)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	inflect
-PORTVERSION=	3.0.2
+PORTVERSION=	4.0.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,11 +14,16 @@ 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
+USES=		python:3.6+
+USE_PYTHON=	autoplist distutils
 
 NO_ARCH=	yes
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PYTHON_REL} < 3800
+RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}importlib-metadata>=0:devel/py-importlib-metadata@${PY_FLAVOR}
+.endif
+
+.include <bsd.port.post.mk>

Modified: head/devel/py-inflect/distinfo
==============================================================================
--- head/devel/py-inflect/distinfo	Sun Dec 29 12:54:15 2019	(r521311)
+++ head/devel/py-inflect/distinfo	Sun Dec 29 12:54:20 2019	(r521312)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1573649200
-SHA256 (inflect-3.0.2.tar.gz) = ee7c9b7c3376d06828b205460afb3c447b5d25dd653171db249a238f3fc2c18a
-SIZE (inflect-3.0.2.tar.gz) = 71546
+TIMESTAMP = 1577523892
+SHA256 (inflect-4.0.0.tar.gz) = 4bafdc6bcfd83ee1e5874607577f7388cd3492cbdb06fc875979c6398ad41ab0
+SIZE (inflect-4.0.0.tar.gz) = 71091


More information about the svn-ports-all mailing list