Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Dec 2020 09:49:22 +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: r557420 - in head: devel/py-banal textproc/py-fingerprints textproc/py-normality
Message-ID:  <202012100949.0BA9nMwV095510@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kai
Date: Thu Dec 10 09:49:22 2020
New Revision: 557420
URL: https://svnweb.freebsd.org/changeset/ports/557420

Log:
  devel/py-banal: Update to 1.0.1
  
  * The support for Python < 3.5 was dropped with the 1.0.0 release, adapt
    accordingly and update the pkg-descr.
  
  * Do the same for textproc/py-{fingerprints,normality} to avoid breakage of
    bulk -a .  Both consumers will soon be updated to a newer release which
    also no longer have any support for Python < 3.5.
  
  Changelog since 0.4.2:
  
  https://github.com/pudo/banal/compare/528c339b...1.0.1

Modified:
  head/devel/py-banal/Makefile
  head/devel/py-banal/distinfo
  head/devel/py-banal/pkg-descr
  head/textproc/py-fingerprints/Makefile
  head/textproc/py-normality/Makefile

Modified: head/devel/py-banal/Makefile
==============================================================================
--- head/devel/py-banal/Makefile	Thu Dec 10 09:22:15 2020	(r557419)
+++ head/devel/py-banal/Makefile	Thu Dec 10 09:49:22 2020	(r557420)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	banal
-DISTVERSION=	0.4.2
+DISTVERSION=	1.0.1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,9 +12,7 @@ COMMENT=	Commons of banal micro-functions for Python
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
-
-USES=		python
+USES=		python:3.5+
 USE_PYTHON=	distutils autoplist
 
 NO_ARCH=	yes

Modified: head/devel/py-banal/distinfo
==============================================================================
--- head/devel/py-banal/distinfo	Thu Dec 10 09:22:15 2020	(r557419)
+++ head/devel/py-banal/distinfo	Thu Dec 10 09:49:22 2020	(r557420)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1553383717
-SHA256 (banal-0.4.2.tar.gz) = 491947e79c4c4b1e710a97f7e3885d4fd4e23b1f4fa1da022965fd63116beed7
-SIZE (banal-0.4.2.tar.gz) = 3861
+TIMESTAMP = 1607513318
+SHA256 (banal-1.0.1.tar.gz) = 5541e7c98ea04841f4ff2887bbc3f2dccf982549a99d01c0939aac250fffcf7a
+SIZE (banal-1.0.1.tar.gz) = 3874

Modified: head/devel/py-banal/pkg-descr
==============================================================================
--- head/devel/py-banal/pkg-descr	Thu Dec 10 09:22:15 2020	(r557419)
+++ head/devel/py-banal/pkg-descr	Thu Dec 10 09:49:22 2020	(r557420)
@@ -3,8 +3,7 @@ utils module.
 
 Rules:
 
-- Must work in Python 2 and Python 3
-- Cannot depend on anything but six and the standard library
+- Cannot depend on anything except the standard library
 
 Functions:
 

Modified: head/textproc/py-fingerprints/Makefile
==============================================================================
--- head/textproc/py-fingerprints/Makefile	Thu Dec 10 09:22:15 2020	(r557419)
+++ head/textproc/py-fingerprints/Makefile	Thu Dec 10 09:49:22 2020	(r557420)
@@ -17,7 +17,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}normality>=0.4.0:t
 		${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR}
 
-USES=		python
+USES=		python:3.5+
 USE_PYTHON=	distutils autoplist
 
 NO_ARCH=	yes

Modified: head/textproc/py-normality/Makefile
==============================================================================
--- head/textproc/py-normality/Makefile	Thu Dec 10 09:22:15 2020	(r557419)
+++ head/textproc/py-normality/Makefile	Thu Dec 10 09:49:22 2020	(r557420)
@@ -17,7 +17,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>=1.11.0:devel/
 		${PYTHON_PKGNAMEPREFIX}chardet>=0:textproc/py-chardet@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pyicu>=1.9.3:devel/py-pyicu@${PY_FLAVOR}
 
-USES=		python
+USES=		python:3.5+
 USE_PYTHON=	distutils autoplist
 
 NO_ARCH=	yes



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