git: 6262ed80266f - main - textproc/py-parse-type: Update to 0.6.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 25 Jan 2022 19:54:19 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=6262ed80266f0d6478369738fd92694a79a28590 commit 6262ed80266f0d6478369738fd92694a79a28590 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-01-25 19:22:12 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-01-25 19:50:26 +0000 textproc/py-parse-type: Update to 0.6.0 - Change MASTER_SITES to CHEESESHOP Changes: https://github.com/jenisys/parse_type/releases --- textproc/py-parse-type/Makefile | 9 +++------ textproc/py-parse-type/distinfo | 6 +++--- textproc/py-parse-type/files/patch-setup.py | 13 ------------- 3 files changed, 6 insertions(+), 22 deletions(-) diff --git a/textproc/py-parse-type/Makefile b/textproc/py-parse-type/Makefile index 1d9eef1a8257..dc9c6bf89747 100644 --- a/textproc/py-parse-type/Makefile +++ b/textproc/py-parse-type/Makefile @@ -1,10 +1,11 @@ # Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> PORTNAME= parse-type -PORTVERSION= 0.5.6 -DISTVERSIONPREFIX= v +PORTVERSION= 0.6.0 CATEGORIES= textproc python +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= parse_type-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Simplify to build parse types based on the parse module @@ -20,8 +21,4 @@ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes -GH_ACCOUNT= jenisys -GH_PROJECT= parse_type -USE_GITHUB= yes - .include <bsd.port.mk> diff --git a/textproc/py-parse-type/distinfo b/textproc/py-parse-type/distinfo index 1e7c7d752e28..26905792939f 100644 --- a/textproc/py-parse-type/distinfo +++ b/textproc/py-parse-type/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1602524151 -SHA256 (jenisys-parse_type-v0.5.6_GH0.tar.gz) = 12b75aa048595457fa5d15558c1a49a688ad4a585d5d1378b1aff4d99fb532ae -SIZE (jenisys-parse_type-v0.5.6_GH0.tar.gz) = 270970 +TIMESTAMP = 1643133799 +SHA256 (parse_type-0.6.0.tar.gz) = 20b43c660e48ed47f433bce5873a2a3d4b9b6a7ba47bd7f7d2a7cec4bec5551f +SIZE (parse_type-0.6.0.tar.gz) = 272751 diff --git a/textproc/py-parse-type/files/patch-setup.py b/textproc/py-parse-type/files/patch-setup.py deleted file mode 100644 index 4160d487513b..000000000000 --- a/textproc/py-parse-type/files/patch-setup.py +++ /dev/null @@ -1,13 +0,0 @@ ---- setup.py.orig 2021-12-22 07:52:01 UTC -+++ setup.py -@@ -44,8 +44,8 @@ extra = dict( - ], - ) - --if python_version >= 3.0: -- extra["use_2to3"] = True -+#if python_version >= 3.0: -+# extra["use_2to3"] = True - - # -- NICE-TO-HAVE: - # # FILE: setup.cfg -- Use pytest-runner (ptr) as test runner.