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,40 +1,43 @@ # 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} MAINTAINER= bofh@FreeBSD.org 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 post-patch: ${CHMOD} -R o-w ${WRKSRC}/irc.egg-info post-install: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_SCRIPT} ${PORTEXAMPLES:S,^,${WRKSRC}/scripts/,} ${STAGEDIR}${EXAMPLESDIR}/ .include 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 @@ -1,6 +1,6 @@ This library is intended to encapsulate the IRC protocol at a quite 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