summaryrefslogtreecommitdiff
path: root/dev-python/autoprop
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [master] <gitlab@liguros.net>2021-03-01 00:37:58 +0000
committerLiguros - Gitlab CI/CD [master] <gitlab@liguros.net>2021-03-01 00:37:58 +0000
commit8ddb1a3d1229412a438971f82d37d518a0223726 (patch)
tree83438b5ddb9d23a390f1a3fc505303d3d2223bf2 /dev-python/autoprop
parent9acab46e1a820daece7b2e631485c157ce2210ad (diff)
downloadbaldeagleos-repo-21.1.5.tar.gz
baldeagleos-repo-21.1.5.tar.xz
baldeagleos-repo-21.1.5.zip
Adding metadatav21.1.5
Diffstat (limited to 'dev-python/autoprop')
-rw-r--r--dev-python/autoprop/metadata.xml25
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