From 5570a2b9c568db2e6947989d5b3e1c7c703ea0a6 Mon Sep 17 00:00:00 2001 From: Sergey Fedorov Date: Mon, 9 Sep 2024 20:17:33 +0800 Subject: [PATCH] py-random2: update to 1.0.2, drop unsupported pythons --- python/py-random2/Portfile | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/python/py-random2/Portfile b/python/py-random2/Portfile index 3645b3663ae6f..50f4e9207a6d4 100644 --- a/python/py-random2/Portfile +++ b/python/py-random2/Portfile @@ -4,7 +4,7 @@ PortSystem 1.0 PortGroup python 1.0 name py-random2 -version 1.0.1 +version 1.0.2 platforms {darwin any} supported_archs noarch license PSF-2.1.1 @@ -14,11 +14,10 @@ description Python 3 compatible Python 2 random Module. long_description {*}${description} homepage https://pypi.python.org/pypi/random2 -use_zip yes distname random2-${version} -checksums rmd160 e0c8cac5bf246d6ee776c1ea7ac47baaf7a3e8ab \ - sha256 34ad30aac341039872401595df9ab2c9dc36d0b7c077db1cea9ade430ed1c007 \ - size 21088 +checksums rmd160 af0574efdade2c422987e5091d3f1c6cc69dab0f \ + sha256 3754fcef48267567cd5705fa7da6bbc3809cb3f808740313e6705acc3c057e77 \ + size 18095 -python.versions 38 39 310 311 312 +python.versions 310 311 312