git: 62ecc2afb986 - main - irc/py-irc: Update version 13.1=>20.0.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 10 Jun 2022 05:03:22 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=62ecc2afb986e2fe2baaef2de382f3f0b9c18794 commit 62ecc2afb986e2fe2baaef2de382f3f0b9c18794 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2022-06-10 05:02:14 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2022-06-10 05:03:15 +0000 irc/py-irc: Update version 13.1=>20.0.0 - Update WWW Relnotes: https://github.com/jaraco/irc/releases/tag/v20.0.0 --- irc/py-irc/Makefile | 29 ++++++++++++++++------------- irc/py-irc/distinfo | 5 +++-- irc/py-irc/pkg-descr | 2 +- 3 files changed, 20 insertions(+), 16 deletions(-) diff --git a/irc/py-irc/Makefile b/irc/py-irc/Makefile index 0df4a3354575..99804409f3bb 100644 --- a/irc/py-irc/Makefile +++ b/irc/py-irc/Makefile @@ -1,8 +1,7 @@ # Created by: Hye-Shik Chang PORTNAME= irc -PORTVERSION= 13.1 -PORTREVISION= 2 +PORTVERSION= 20.0.0 CATEGORIES= irc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,21 +11,25 @@ COMMENT= IRC protocol client library for Python LICENSE= MIT -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hgtools>0:devel/py-hgtools@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pytest-runner>0:devel/py-pytest-runner@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}jaraco.util>0:devel/py-jaraco.util@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jaraco.functools>=1.20:devel/py-jaraco.functools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}jaraco.logging>0:devel/py-jaraco.logging@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}jaraco.util>0:devel/py-jaraco.util@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}more-itertools>0:devel/py-more-itertools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}tempora>=1.6:devel/py-tempora@${PY_FLAVOR} + +USES= python:3.7+ shebangfix +USE_PYTHON= autoplist distutils pytest -USES= python:3.6+ shebangfix -USE_PYTHON= distutils autoplist -NO_ARCH= yes SHEBANG_FILES= irc/*.py scripts/*.py -PORTEXAMPLES= irccat.py irccat2.py servermap.py testbot.py \ - dccreceive.py dccsend.py ssl-cat.py EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME} +NO_ARCH= yes + +PORTEXAMPLES= dccreceive.py dccsend.py irccat.py irccat2.py servermap.py \ + ssl-cat.py testbot.py OPTIONS_DEFINE= EXAMPLES diff --git a/irc/py-irc/distinfo b/irc/py-irc/distinfo index 1d4fbeacea99..ce1e903bb96a 100644 --- a/irc/py-irc/distinfo +++ b/irc/py-irc/distinfo @@ -1,2 +1,3 @@ -SHA256 (irc-13.1.tar.gz) = b0f9584f9748c476a2633b880fd4a85fb26465a158dcbb364c74349effa78318 -SIZE (irc-13.1.tar.gz) = 81790 +TIMESTAMP = 1654835578 +SHA256 (irc-20.0.0.tar.gz) = 59acb8d69d61a0cbd290e77e6ff10a8c7f2201fb8c7b7d5a195b5883d0c40b0a +SIZE (irc-20.0.0.tar.gz) = 88662 diff --git a/irc/py-irc/pkg-descr b/irc/py-irc/pkg-descr index 4bedabc2aa57..a24c7f5d5999 100644 --- a/irc/py-irc/pkg-descr +++ b/irc/py-irc/pkg-descr @@ -3,4 +3,4 @@ low level. It provides an event-driven IRC client framework. It has a fairly thorough support for the basic IRC protocol, CTCP and DCC connections. -WWW: https://bitbucket.org/jaraco/irc +WWW: https://github.com/jaraco/irc