portalocker: update to 3.2.0

This commit is contained in:
trustbyte
2025-12-28 16:59:37 +01:00
committed by Herby Gillot
parent 36bae49adf
commit d1deb78f58
+5 -11
View File
@@ -4,9 +4,8 @@ PortSystem 1.0
PortGroup github 1.0
PortGroup python 1.0
github.setup WoLpH portalocker 2.8.2 v
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
github.setup WoLpH portalocker 3.2.0 v
github.tarball_from archive
revision 0
name py-${github.project}
license PSF-2.1.1
@@ -18,18 +17,13 @@ description Cross-platform locking library
long_description Portalocker is a library to provide an easy API to file locking.
checksums rmd160 d9bb4f62ade05527cd2e6621552889d4aba289ee \
sha256 6cadc1be8018dac770a0be6adf9f1938c3e83ad64f54e4303c90eef70c02517f \
size 32382
checksums rmd160 10273e4aec6504cc647e179ec62ebce731c8cfdc \
sha256 adb706f5a29bbcf1ab518f68461d49030ee74589d10555f025ce764caf725699 \
size 89888
python.versions 310 311 312 313
if {${name} ne ${subport}} {
depends_build-append \
port:py${python.version}-setuptools_scm
depends_test-append \
port:py${python.version}-redis
test.run yes
}