summaryrefslogtreecommitdiff
path: root/dev-python/cstruct
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-05-18 00:01:42 +0100
committerV3n3RiX <venerix@koprulu.sector>2024-05-18 00:01:42 +0100
commit075fd1f8cabc5879c6eb42127fb84c3058677fde (patch)
tree8b761e85416656264e041b1954427a58894b3333 /dev-python/cstruct
parent6c9dc10e04cd513437e046ccca0e51a3d6d4dc7c (diff)
gentoo auto-resync : 18:05:2024 - 00:01:41
Diffstat (limited to 'dev-python/cstruct')
-rw-r--r--dev-python/cstruct/Manifest2
-rw-r--r--dev-python/cstruct/cstruct-5.3.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/cstruct/Manifest b/dev-python/cstruct/Manifest
index a793c60b8fa3..82b641d94ee7 100644
--- a/dev-python/cstruct/Manifest
+++ b/dev-python/cstruct/Manifest
@@ -1,3 +1,3 @@
DIST python-cstruct-5.3.gh.tar.gz 38987 BLAKE2B 49fc1d7bc70faa1b437a82e22c5e187800dbaacd152685eae2defe3c6cf748ebe73910cf43066661b9f456261619a59c1ac546dc8ddc461bd1967bee6ffe7672 SHA512 71ad411c6733676c165c9724554a7c1b5f56921ac925020817d812b53b1dfcc9a30d794e8aa8da75bae144e3d659a7426034b5cced4262a699e4626e287b3790
-EBUILD cstruct-5.3.ebuild 585 BLAKE2B da0de8f7fb6e17efa99427d0c38be4de4fb0dc2d4091ba1fa57b1409fb88c5fcb157d8489c0c99123af41480b5dd4c013a0d5f6870033ce1c5b64c1475ef9a6a SHA512 7516f8930cbbe09316d7da7e709d57c1e88d0a120fb3e755511b9e643552a0e456eca363f6059a3132d08ea6d9adf5dc86b8f40abd6f75dcf34844fe1d802a51
+EBUILD cstruct-5.3.ebuild 585 BLAKE2B d592c189d05b95d63fd3cea28c30c79ac6027f712ad5ec7a4f66b6c01092d40e225b921128e428ed25ddf48e2212999b464c63c579c34e86641e045f5e3a3857 SHA512 cb5ea2b3e3a70ad3cead4d1cbd0dc6fa25fea2b969781677a3d7bb4bd69f2ece63d83ce15ee8f9af528912889054be59a5c2c96dbe6bd2c90788bace5fd6915c
MISC metadata.xml 454 BLAKE2B 5138bc275b0b9e18cab52fb309283c6b6dab8be5dcc3c86dd6526f350b216c68bc94dd2aabc7a33a4879c23165924563396c6d5991f5c702a12e184067d25cdb SHA512 bb259a25444029d8ea63577f0576ab283282298d27987e276bf4eb6d4ef00853ed019ad199830e9bb4e738f9a151feb55d53e76917508f1033c2b3ecd246276f
diff --git a/dev-python/cstruct/cstruct-5.3.ebuild b/dev-python/cstruct/cstruct-5.3.ebuild
index 424b9e8357a9..77ee4c3df03c 100644
--- a/dev-python/cstruct/cstruct-5.3.ebuild
+++ b/dev-python/cstruct/cstruct-5.3.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1