diff options
| author | root <root@alpha.trunkmasters.com> | 2026-05-31 21:30:14 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-05-31 21:30:14 -0500 |
| commit | 7d009d2bc561a2df178eac5df75421e4bb4c6b62 (patch) | |
| tree | 565722a7aadd75a31d89afcb22a04abea1bffb17 /dev-python/pycxx | |
| parent | 2c156b24300b45a66e20e90fe26d2837c2b1ea7d (diff) | |
| download | baldeagleos-repo-7d009d2bc561a2df178eac5df75421e4bb4c6b62.tar.gz baldeagleos-repo-7d009d2bc561a2df178eac5df75421e4bb4c6b62.tar.xz baldeagleos-repo-7d009d2bc561a2df178eac5df75421e4bb4c6b62.zip | |
Adding metadata
Diffstat (limited to 'dev-python/pycxx')
| -rw-r--r-- | dev-python/pycxx/metadata.xml | 23 |
1 files changed, 14 insertions, 9 deletions
diff --git a/dev-python/pycxx/metadata.xml b/dev-python/pycxx/metadata.xml index c16fb51cdf0f..a2895df4b208 100644 --- a/dev-python/pycxx/metadata.xml +++ b/dev-python/pycxx/metadata.xml @@ -1,17 +1,22 @@ <?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="person"> - <email>gienah@gentoo.org</email> - <name>Mark Wright</name> - </maintainer> - <longdescription lang="en"> + <maintainer type="person"> + <email>gienah@gentoo.org</email> + <name>Mark Wright</name> + </maintainer> + <longdescription lang="en"> PyCXX is a set of C++ facilities to make it easier to write Python extensions. The chief way in which PyCXX makes it easier to write Python extensions is that it increases the probability that your program will not make a reference-counting error and will not have to continually check error returns from the Python C API. </longdescription> - - <origin>liguros-repo</origin> -</pkgmetadata>
\ No newline at end of file + <upstream> + <remote-id type="sourceforge">cxx</remote-id> + <!-- + Note, PyCXX is not on PyPI, this is a *different* project: + <remote-id type="pypi">pycxx</remote-id> + --> + </upstream> +</pkgmetadata> |
