summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Dolbec <dolsen@gentoo.org>2020-05-31 21:06:49 -0700
committerBrian Dolbec <dolsen@gentoo.org>2020-06-01 15:57:32 -0700
commit5e038299cefa7a85cc0536c18c4fc61ef2ecd104 (patch)
tree13bd9b0936c4308d13fed118efb6e0e70010941e /dev-python/klein/metadata.xml
parentdev-python/tubes: New pkg, dep for dev-python/klien (diff)
downloadgentoo-5e038299cefa7a85cc0536c18c4fc61ef2ecd104.tar.gz
gentoo-5e038299cefa7a85cc0536c18c4fc61ef2ecd104.tar.bz2
gentoo-5e038299cefa7a85cc0536c18c4fc61ef2ecd104.zip
dev-python/klein: New pkg, dep of dev-util/buildbot-badges
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Brian Dolbec <dolsen@gentoo.org>
Diffstat (limited to 'dev-python/klein/metadata.xml')
-rw-r--r--dev-python/klein/metadata.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-python/klein/metadata.xml b/dev-python/klein/metadata.xml
new file mode 100644
index 000000000000..dab0ec77e4d3
--- /dev/null
+++ b/dev-python/klein/metadata.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>dolsen@gentoo.org</email>
+ <name>Brian Dolbec</name>
+ </maintainer>
+ <upstream>
+ <maintainer>
+ <email>hawkowl@twistedmatrix.com</email>
+ <name>Amber Brown</name>
+ </maintainer>
+ <remote-id type="pypi">klein</remote-id>
+ <remote-id type="github">twisted/klein</remote-id>
+ </upstream>
+ <longdescription>
+ Klein is a micro-framework for developing production-ready web services
+ with Python. It is 'micro' in that it has an incredibly small API
+ similar to Bottle and Flask. It is not 'micro' in that it depends on
+ things outside the standard library. This is primarily because it is
+ built on widely used and well tested components like Werkzeug and
+ Twisted.
+ </longdescription>
+</pkgmetadata>