diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-05-02 12:38:50 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-05-02 12:38:50 +0000 |
| commit | 4074f66428fb80b420c673bfe9953d714c4cf38a (patch) | |
| tree | 5169016a52da36083c7feddec601a4d8ca185468 /dev-python/asyncssh | |
| parent | d40d21a7f88f4a7a2f324a38f21567ce7de593da (diff) | |
| download | baldeagleos-repo-4074f66428fb80b420c673bfe9953d714c4cf38a.tar.gz baldeagleos-repo-4074f66428fb80b420c673bfe9953d714c4cf38a.tar.xz baldeagleos-repo-4074f66428fb80b420c673bfe9953d714c4cf38a.zip | |
Adding metadata
Diffstat (limited to 'dev-python/asyncssh')
| -rw-r--r-- | dev-python/asyncssh/metadata.xml | 28 |
1 files changed, 17 insertions, 11 deletions
diff --git a/dev-python/asyncssh/metadata.xml b/dev-python/asyncssh/metadata.xml index 12e2c00192e9..316963e86605 100644 --- a/dev-python/asyncssh/metadata.xml +++ b/dev-python/asyncssh/metadata.xml @@ -1,12 +1,12 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> +<?xml version='1.0' encoding='UTF-8'?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="person"> - <email>lssndrbarbieri@gmail.com</email> - <name>Alessandro Barbieri</name> - <description>co-maintainers welcome</description> - </maintainer> - <longdescription lang="en"> + <maintainer type="person"> + <description>co-maintainers welcome</description> + <email>lssndrbarbieri@gmail.com</email> + <name>Alessandro Barbieri</name> + </maintainer> + <longdescription lang="en"> AsyncSSH is a Python package which provides an asynchronous client and server implementation of the SSHv2 protocol on top of the Python 3.6+ asyncio framework. Features @@ -44,6 +44,12 @@ Compatibility with OpenSSH "Encrypt then MAC" option for better security Time and byte-count based session key renegotiation Designed to be easy to extend to support new forms of key exchange, authentication, encryption, and compression algorithms </longdescription> - - <origin>gentoo-guru-overlay</origin> -</pkgmetadata>
\ No newline at end of file + <upstream> + <remote-id type="github">ronf/asyncssh</remote-id> + <remote-id type="pypi">asyncssh</remote-id> + <maintainer status="unknown"> + <email>ronf@timeheart.net</email> + <name>Ron Frederick</name> + </maintainer> + </upstream> +</pkgmetadata> |
