git: 9dc38a33e5ac - main - irc/py-irc: Update version 20.0.0=>20.1.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 19 Jul 2022 19:12:50 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=9dc38a33e5ac60d6117ab74f7171c74b5a301453
commit 9dc38a33e5ac60d6117ab74f7171c74b5a301453
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2022-07-19 19:11:29 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2022-07-19 19:12:36 +0000
irc/py-irc: Update version 20.0.0=>20.1.0
Relnotes: https://github.com/jaraco/irc/releases/tag/v20.1.0
---
irc/py-irc/Makefile | 2 +-
irc/py-irc/distinfo | 6 +++---
irc/py-irc/files/patch-setup.py | 9 +++++++++
3 files changed, 13 insertions(+), 4 deletions(-)
diff --git a/irc/py-irc/Makefile b/irc/py-irc/Makefile
index 99804409f3bb..f017ac3912ec 100644
--- a/irc/py-irc/Makefile
+++ b/irc/py-irc/Makefile
@@ -1,7 +1,7 @@
# Created by: Hye-Shik Chang
PORTNAME= irc
-PORTVERSION= 20.0.0
+PORTVERSION= 20.1.0
CATEGORIES= irc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/irc/py-irc/distinfo b/irc/py-irc/distinfo
index ce1e903bb96a..35132152bb1d 100644
--- a/irc/py-irc/distinfo
+++ b/irc/py-irc/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1654835578
-SHA256 (irc-20.0.0.tar.gz) = 59acb8d69d61a0cbd290e77e6ff10a8c7f2201fb8c7b7d5a195b5883d0c40b0a
-SIZE (irc-20.0.0.tar.gz) = 88662
+TIMESTAMP = 1658256743
+SHA256 (irc-20.1.0.tar.gz) = b6f737932dd4791f3b18e319de7b7daf02d2285a6bea263d101f4d8e553807ec
+SIZE (irc-20.1.0.tar.gz) = 89157
diff --git a/irc/py-irc/files/patch-setup.py b/irc/py-irc/files/patch-setup.py
new file mode 100644
index 000000000000..e6bfcb91e2d3
--- /dev/null
+++ b/irc/py-irc/files/patch-setup.py
@@ -0,0 +1,9 @@
+--- setup.py.orig 2022-07-19 18:57:23 UTC
++++ setup.py
+@@ -0,0 +1,6 @@
++#!/usr/bin/env python
++
++import setuptools
++
++if __name__ == "__main__":
++ setuptools.setup()