diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-08-03 09:34:50 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-08-03 09:34:50 +0000 |
commit | 83891c28e9e3212e61a789b07f0dbc833b5964d9 (patch) | |
tree | ba41ebf382bc57b7f7e2ca84cdbf3a4354804566 /dev-python/twisted-core/metadata.xml | |
parent | Replace -std=gnu+11 with -srd=c++11 for bug 479500. (diff) | |
download | gentoo-2-83891c28e9e3212e61a789b07f0dbc833b5964d9.tar.gz gentoo-2-83891c28e9e3212e61a789b07f0dbc833b5964d9.tar.bz2 gentoo-2-83891c28e9e3212e61a789b07f0dbc833b5964d9.zip |
Move dev-python/twisted to dev-python/twisted-core.
(Portage version: 2.2.0_alpha191/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 9627F456F9DA7643!)
Diffstat (limited to 'dev-python/twisted-core/metadata.xml')
-rw-r--r-- | dev-python/twisted-core/metadata.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/dev-python/twisted-core/metadata.xml b/dev-python/twisted-core/metadata.xml new file mode 100644 index 000000000000..3215da122b77 --- /dev/null +++ b/dev-python/twisted-core/metadata.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>python</herd> + <use> + <flag name='serial'>include serial port support</flag> + </use> + <longdescription> + Twisted is an asynchronous networking framework written in Python, + supporting TCP, UDP, multicast, SSL/TLS, serial communication and + more. It is used by most of the servers, clients and protocols that + are part of other Twisted projects. + </longdescription> +</pkgmetadata> |