diff options
Diffstat (limited to 'dev-python/autoprop/metadata.xml')
| -rw-r--r-- | dev-python/autoprop/metadata.xml | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/dev-python/autoprop/metadata.xml b/dev-python/autoprop/metadata.xml index f84836a68a1c..033dbdae8db8 100644 --- a/dev-python/autoprop/metadata.xml +++ b/dev-python/autoprop/metadata.xml @@ -1,11 +1,11 @@ <?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="project"> - <email>3dprint@gentoo.org</email> - <name>Gentoo 3D Printer Project</name> - </maintainer> - <longdescription> + <maintainer type="project"> + <email>3dprint@gentoo.org</email> + <name>Gentoo 3D Printer Project</name> + </maintainer> + <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, lazily load data, maintain invariants, or react in any other way to attribute access. @@ -17,9 +17,10 @@ The autoprop module simplifies this process by searching your class for accessor methods and adding properties corresponding to any such methods it finds. </longdescription> - <upstream> - <bugs-to>https://github.com/kalekundert/autoprop/issues</bugs-to> - <remote-id type="github">kalekundert/autoprop</remote-id> - <remote-id type="pypi">autoprop</remote-id> - </upstream> -</pkgmetadata> + <upstream> + <remote-id type="github">kalekundert/autoprop</remote-id> + <remote-id type="pypi">autoprop</remote-id> + <bugs-to>https://github.com/kalekundert/autoprop/issues</bugs-to> + </upstream> + <origin>gentoo-staging</origin> +</pkgmetadata>
\ No newline at end of file |
