git: 56b2f8afb947 - main - textproc/py-mdurl: Update to 0.1.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 18 Apr 2022 00:02:23 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=56b2f8afb947eaf9d1af4044c2edcb2b97f11836 commit 56b2f8afb947eaf9d1af4044c2edcb2b97f11836 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-04-17 23:45:24 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-04-17 23:58:24 +0000 textproc/py-mdurl: Update to 0.1.1 Changes: https://github.com/executablebooks/mdurl/commits/master --- textproc/py-mdurl/Makefile | 6 +++--- textproc/py-mdurl/distinfo | 6 +++--- textproc/py-mdurl/files/setup.py | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/textproc/py-mdurl/Makefile b/textproc/py-mdurl/Makefile index 1154c917f79e..41520f98b49d 100644 --- a/textproc/py-mdurl/Makefile +++ b/textproc/py-mdurl/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> PORTNAME= mdurl -PORTVERSION= 0.1.0 +PORTVERSION= 0.1.1 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,9 +10,9 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Markdown URL utilities LICENSE= MIT -#LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python:3.7+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes diff --git a/textproc/py-mdurl/distinfo b/textproc/py-mdurl/distinfo index e208fab3632a..e1fc9dd62b74 100644 --- a/textproc/py-mdurl/distinfo +++ b/textproc/py-mdurl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1638556438 -SHA256 (mdurl-0.1.0.tar.gz) = 94873a969008ee48880fb21bad7de0349fef529f3be178969af5817239e9b990 -SIZE (mdurl-0.1.0.tar.gz) = 10691 +TIMESTAMP = 1650228822 +SHA256 (mdurl-0.1.1.tar.gz) = f79c9709944df218a4cdb0fcc0b0c7ead2f44594e3e84dc566606f04ad749c20 +SIZE (mdurl-0.1.1.tar.gz) = 8822 diff --git a/textproc/py-mdurl/files/setup.py b/textproc/py-mdurl/files/setup.py index 099f29ff8b54..e2fbb7362611 100644 --- a/textproc/py-mdurl/files/setup.py +++ b/textproc/py-mdurl/files/setup.py @@ -21,5 +21,5 @@ setup(name='mdurl', packages=packages, package_data=package_data, package_dir=package_dir, - python_requires='>=3.6', + python_requires='>=3.7', )