From 88bfd312aa12136affc7863eb5d4b89981827d9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 10 Nov 2018 22:02:09 +0100 Subject: dev-python/python-gnutls: Remove last-rited pkg MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/667354 Signed-off-by: Michał Górny --- dev-python/python-gnutls/metadata.xml | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 dev-python/python-gnutls/metadata.xml (limited to 'dev-python/python-gnutls/metadata.xml') diff --git a/dev-python/python-gnutls/metadata.xml b/dev-python/python-gnutls/metadata.xml deleted file mode 100644 index 586a4a287087..000000000000 --- a/dev-python/python-gnutls/metadata.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - - - python@gentoo.org - Python - - - This package provides a high level object oriented wrapper around - libgnutls, as well as low level bindings to the GNUTLS types and - functions via ctypes. The high level wrapper hides the details of - accessing the GNUTLS library via ctypes behind a set of classes that - encapsulate GNUTLS sessions, certificates and credentials and expose - them to python applications using a simple API. - - The package also includes a Twisted interface that has seamless - intergration with Twisted, providing connectTLS and listenTLS methods - on the Twisted reactor once imported (the methods are automatically - attached to the reactor by simply importing the GNUTLS Twisted - interface module). - - The high level wrapper is written using the GNUTLS library bindings - that are made available via ctypes. This makes the wrapper very - powerful and flexible as it has direct access to all the GNUTLS - internals and is also very easy to extend without any need to write - C code or recompile anything. - - - python-gnutls - - -- cgit v1.2.3