Skip to content

Commit

Permalink
net/py-trio: Update to 0.23.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ehaupt committed Dec 15, 2023
1 parent 4a91647 commit 5d3642c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion net/py-trio/Makefile
@@ -1,5 +1,5 @@
PORTNAME= trio
PORTVERSION= 0.23.1
PORTVERSION= 0.23.2
CATEGORIES= net python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand Down
6 changes: 3 additions & 3 deletions net/py-trio/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1699085127
SHA256 (trio-0.23.1.tar.gz) = 16f89f7dcc8f7b9dcdec1fcd863e0c039af6d0f9a22f8dfd56f75d75ec73fd48
SIZE (trio-0.23.1.tar.gz) = 535860
TIMESTAMP = 1702626025
SHA256 (trio-0.23.2.tar.gz) = da1d35b9a2b17eb32cae2e763b16551f9aa6703634735024e32f325c9285069e
SIZE (trio-0.23.2.tar.gz) = 544557
6 changes: 6 additions & 0 deletions net/py-trio/files/patch-setup.py
@@ -0,0 +1,6 @@
--- setup.py.orig 2022-11-12 09:41:13 UTC
+++ setup.py
@@ -0,0 +1,3 @@
+import setuptools
+if __name__ == "__main__":
+ setuptools.setup(use_scm_version=False)

0 comments on commit 5d3642c

Please sign in to comment.