diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-05-12 00:01:15 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-05-12 00:01:15 +0100 |
commit | d72a987a342949e200b5e9decbd71f246da53788 (patch) | |
tree | ea9d3f4ec74bd6ab18582852d7958d3f3176dfea /dev-python/mdurl | |
parent | c035b2b83f0e94c4b2e82184f00bcef874e6276b (diff) |
gentoo auto-resync : 12:05:2024 - 00:01:15
Diffstat (limited to 'dev-python/mdurl')
-rw-r--r-- | dev-python/mdurl/Manifest | 2 | ||||
-rw-r--r-- | dev-python/mdurl/mdurl-0.1.2.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/mdurl/Manifest b/dev-python/mdurl/Manifest index 64b76d5ef239..6817cd100056 100644 --- a/dev-python/mdurl/Manifest +++ b/dev-python/mdurl/Manifest @@ -1,3 +1,3 @@ DIST mdurl-0.1.2.gh.tar.gz 15236 BLAKE2B 797ff496e116c0aa4c5045e9dc34f0762b1492d74fc0b85a081fb7447c3880618e0e4936205afb92b75524e0381fe4ab94d0d47faae9a6ed6d7b2fc51a5efba3 SHA512 e301ca3ab6d80df1ad28b9c2725d66b6e6cf139d93e5f7fd2a70333678616a3f6db64f15250972eee3cd1cf1eaff6ec587415629e6802dcf07995edff6865ff2 -EBUILD mdurl-0.1.2.ebuild 567 BLAKE2B 24fbdb19b0c65703e086e7b08366eeaa5721623267443689ca22f9127de2a4baf3cb13a0ee796c5548a7870c457aa8147f7c0f6c2049a8828166338ee4b4580b SHA512 a2104f17beec86fc31c6c00175758a07b7dada763a668a9ce276fada8a329c2b2d16ad76cb3e01846ee34e238504b0b7fca2ae709ca0534fe3a443b0108559ef +EBUILD mdurl-0.1.2.ebuild 567 BLAKE2B 096a6b2d5171b11a81d9570b33f57ff94766be195dc5c7a2bbd3e26a75b915ebd9989852e77358e2609ddbde58e958165e46f41708978815db2739c09816b650 SHA512 0f47fe6342ce3264aaf98eb401cd21dc7409227d0c12269fb041a1a6357417d9c6354d95cad78f5d8bb710c7815825309fee379949ef496f780ca9772df57008 MISC metadata.xml 394 BLAKE2B aa057d7c7bada96d6c55c84bc2e93265bba07098d21f7c2732ab0faaf7a3bb5e995387188bce5e573d1e14a73c89784ef4f7d85dd430eeedee0104689cff8baf SHA512 f2d4709202646808a878dded8372edaf0b9098ee86f157ad073a469c8adbae8a16497b9c4e18a8e76869cc0ef0dc0481779658078be7935d1a7fece921211dea diff --git a/dev-python/mdurl/mdurl-0.1.2.ebuild b/dev-python/mdurl/mdurl-0.1.2.ebuild index b158718cedf0..61b7f94188d5 100644 --- a/dev-python/mdurl/mdurl-0.1.2.ebuild +++ b/dev-python/mdurl/mdurl-0.1.2.ebuild @@ -1,10 +1,10 @@ -# Copyright 2022-2023 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=flit -PYTHON_COMPAT=( python3_{10..12} pypy3 ) +PYTHON_COMPAT=( python3_{10..13} pypy3 ) inherit distutils-r1 |