Skip to content

Commit

Permalink
irc/py-irc: Update version 20.0.0=>20.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
5u623l20 committed Jul 19, 2022
1 parent ba1a0b5 commit 9dc38a3
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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}
Expand Down
6 changes: 3 additions & 3 deletions 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
9 changes: 9 additions & 0 deletions 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()

0 comments on commit 9dc38a3

Please sign in to comment.