1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

irc/py-irc: Update version 13.1=>20.0.0

- Update WWW

Relnotes: https://github.com/jaraco/irc/releases/tag/v20.0.0
This commit is contained in:
Muhammad Moinur Rahman 2022-06-10 00:02:14 -05:00
parent 44f140a751
commit 62ecc2afb9
3 changed files with 20 additions and 16 deletions

View File

@ -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

View File

@ -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

View File

@ -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