Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 May 2021 05:20:15 GMT
From:      Guangyuan Yang <ygy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ba19a2f9c677 - main - devel/py-decorator: Update to 5.0.7
Message-ID:  <202105200520.14K5KFTa032118@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by ygy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ba19a2f9c6774cf9cb7e6fa419bc94a81da0ea0c

commit ba19a2f9c6774cf9cb7e6fa419bc94a81da0ea0c
Author:     Guangyuan Yang <ygy@FreeBSD.org>
AuthorDate: 2021-05-20 05:19:59 +0000
Commit:     Guangyuan Yang <ygy@FreeBSD.org>
CommitDate: 2021-05-20 05:19:59 +0000

    devel/py-decorator: Update to 5.0.7
    
    - Remove 3.6+ for USES= python
    - Sort USE_PYTHON alphabetically
    
    Approved by:    lwhsu (mentor)
---
 devel/py-decorator/Makefile | 6 +++---
 devel/py-decorator/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/devel/py-decorator/Makefile b/devel/py-decorator/Makefile
index 594ed05bec76..0ba5839ba18c 100644
--- a/devel/py-decorator/Makefile
+++ b/devel/py-decorator/Makefile
@@ -1,7 +1,7 @@
 # Created by: Denis Shaposhnikov <dsh@vlink.ru>
 
 PORTNAME=	decorator
-PORTVERSION=	4.4.2
+PORTVERSION=	5.0.7
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,8 +12,8 @@ COMMENT=	Decorators for Humans
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-USES=		python:3.6+
-USE_PYTHON=	distutils autoplist
+USES=		python
+USE_PYTHON=	autoplist distutils
 
 NO_ARCH=	yes
 
diff --git a/devel/py-decorator/distinfo b/devel/py-decorator/distinfo
index d8bcaf90ca31..57cc4c463c0a 100644
--- a/devel/py-decorator/distinfo
+++ b/devel/py-decorator/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1584984981
-SHA256 (decorator-4.4.2.tar.gz) = e3a62f0520172440ca0dcc823749319382e377f37f140a0b99ef45fecb84bfe7
-SIZE (decorator-4.4.2.tar.gz) = 33629
+TIMESTAMP = 1621461315
+SHA256 (decorator-5.0.7.tar.gz) = 6f201a6c4dac3d187352661f508b9364ec8091217442c9478f1f83c003a0f060
+SIZE (decorator-5.0.7.tar.gz) = 34292



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