summaryrefslogtreecommitdiff
path: root/dev-python/autoprop
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-03-20 14:27:17 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-03-20 14:27:17 +0000
commit5bb9ff1ee56d2b5e75e01a7f066d8b0cec84ec02 (patch)
tree66e860a5099bcad013f1cf667255dc372a7c11b3 /dev-python/autoprop
parent7218e1b46bceac05841e90472501742d905fb3fc (diff)
gentoo resync : 20.03.2021
Diffstat (limited to 'dev-python/autoprop')
-rw-r--r--dev-python/autoprop/Manifest2
-rw-r--r--dev-python/autoprop/metadata.xml1
2 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/autoprop/Manifest b/dev-python/autoprop/Manifest
index b4447d35876a..38ce4bbe67cb 100644
--- a/dev-python/autoprop/Manifest
+++ b/dev-python/autoprop/Manifest
@@ -1,3 +1,3 @@
DIST autoprop-1.0.2.tar.gz 11040 BLAKE2B b53bdbf79947002a0c319fa84c6033908948365d18a85dd2fd4139bff2125752e0bc3fc8f19e5d38c06cdc089f423cc8a720b8040593cfbda9c04c84b7cd4ffd SHA512 281c30fded6d79ed3bbb0de5b7a37c2cc5b985a4980974503b5bbb5940cd22f3c09c3b3d9d513d5cb95239519519b277bf43536407fedb593a43122ee32a8db6
EBUILD autoprop-1.0.2.ebuild 433 BLAKE2B bdb7b42769da05c744bd5d0cef90ca4cd306c55ad14825f161c440a7c6d7f4868048ccf0640fc381542b6d724ddf6fdde1e3476abbffbd6566fafe1480faf3e7 SHA512 0f1e41541307ccc4ac2216ce355b8b67fe02a862346ce43f9d643d621ac1ddabd048026259de1d4d02f803e4996ec8aba04beda2e63ef26c6850925e00ed2164
-MISC metadata.xml 1346 BLAKE2B 34fdf541b76f3059380e71b1b512ee803e4f9665e885be4edde3ea342caf694c4c9dd11ef9928c4a1d92af43372ffb5d89868145bb980726ec2896cf4c3d881b SHA512 094c5e6b27ec6fe4fd81e1db79edb29b494731d5a911b9f30c9d1899025f704e60e5d028055b6e5fb9492054c4248f3ccb7faa356b75229486cde412757d96b6
+MISC metadata.xml 1373 BLAKE2B 1834b80ae221a533414a6fa59a1d7ab6974306069a96cc1e7c61321b6c038a6451e897a77bb662617dcd3e8b80da5411ba5f2d47708496928310e0e09a4339cd SHA512 c9bef2ca18ddcb333df280a7fa4aacdcfd729e0f19164d5577fd4fc01ec904d068fda24cd8fe724c6dcf4785167b1df4450f096555c80e715b262ab11487ce86
diff --git a/dev-python/autoprop/metadata.xml b/dev-python/autoprop/metadata.xml
index f84836a68a1c..bf3801e62778 100644
--- a/dev-python/autoprop/metadata.xml
+++ b/dev-python/autoprop/metadata.xml
@@ -5,6 +5,7 @@
<email>3dprint@gentoo.org</email>
<name>Gentoo 3D Printer Project</name>
</maintainer>
+ <stabilize-allarches/>
<longdescription>
Properties are a feature in python that allow accessor functions (i.e. getters and setters) to masquerade as
regular attributes. This makes it possible to provide transparent APIs for classes that need to cache results,