commit:     88bfd312aa12136affc7863eb5d4b89981827d9d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 10 21:02:09 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Nov 10 21:06:59 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88bfd312

dev-python/python-gnutls: Remove last-rited pkg

Closes: https://bugs.gentoo.org/667354
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/python-gnutls/Manifest                  |  1 -
 dev-python/python-gnutls/metadata.xml              | 31 ----------------------
 .../python-gnutls/python-gnutls-3.1.1.ebuild       | 20 --------------
 profiles/package.mask                              |  1 -
 4 files changed, 53 deletions(-)

diff --git a/dev-python/python-gnutls/Manifest 
b/dev-python/python-gnutls/Manifest
deleted file mode 100644
index 961f4333cf0..00000000000
--- a/dev-python/python-gnutls/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST python-gnutls-3.1.1.tar.gz 40593 BLAKE2B 
719fd47133e7eb04d682e9757cb810086a79db7cab10fb5bbe206a9b6af1cccd1a94756c7c162ac09e0cf8a487bccd13923c38fa8b89398090d5bd21bc0116e2
 SHA512 
471127d548cc4f44fb7b2da4d6db23cff66378b45eefde2ea4950ee08d849b1a5aed86245cd2a8a5f46fd53c652d433d23b658184a00e8e5514da3f518a080ab

diff --git a/dev-python/python-gnutls/metadata.xml 
b/dev-python/python-gnutls/metadata.xml
deleted file mode 100644
index 586a4a28708..00000000000
--- a/dev-python/python-gnutls/metadata.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="project">
-               <email>pyt...@gentoo.org</email>
-               <name>Python</name>
-       </maintainer>
-       <longdescription lang="en">
-               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.
-       </longdescription>
-       <upstream>
-               <remote-id type="pypi">python-gnutls</remote-id>
-       </upstream>
-</pkgmetadata>

diff --git a/dev-python/python-gnutls/python-gnutls-3.1.1.ebuild 
b/dev-python/python-gnutls/python-gnutls-3.1.1.ebuild
deleted file mode 100644
index b4c46448fa0..00000000000
--- a/dev-python/python-gnutls/python-gnutls-3.1.1.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
-
-inherit distutils-r1
-
-DESCRIPTION="High level object oriented wrapper around libgnutls"
-HOMEPAGE="http://ag-projects.com/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2+"
-SLOT="0"
-IUSE=""
-
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="net-libs/gnutls"

diff --git a/profiles/package.mask b/profiles/package.mask
index 6c194ff17ea..cef892ad404 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -359,7 +359,6 @@ net-analyzer/mate-netspeed
 dev-python/python-application
 dev-python/python-cjson
 dev-python/python-eventlib
-dev-python/python-gnutls
 
 # Michał Górny <mgo...@gentoo.org> (24 Sep 2018)
 # Apparently breaks sys-devel/gcc.  Bug #666954.

Reply via email to