commit:     261a043965ed536eb0389d0e63bcbe445b2c168f
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun May 31 10:15:16 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun May 31 10:17:16 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=261a0439

dev-python/sphinxcontrib-googleanalytics: Remove last-rited pkg

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

 dev-python/sphinxcontrib-googleanalytics/Manifest  |  1 -
 .../files/setup.py.utf-8.patch                     | 16 -------------
 .../sphinxcontrib-googleanalytics/metadata.xml     | 12 ----------
 .../sphinxcontrib-googleanalytics-0.1-r2.ebuild    | 27 ----------------------
 profiles/package.mask                              |  5 ----
 5 files changed, 61 deletions(-)

diff --git a/dev-python/sphinxcontrib-googleanalytics/Manifest 
b/dev-python/sphinxcontrib-googleanalytics/Manifest
deleted file mode 100644
index f9e16565818..00000000000
--- a/dev-python/sphinxcontrib-googleanalytics/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST sphinxcontrib-googleanalytics-0.1.tar.gz 2892 BLAKE2B 
22cd2ef55a619bd4a249c3d33a4c0d8a27d038c434f5f1668854cb494f134354cf654abd187da71e3aec10c7f0d422bc3abc310c8208a12a85848a5ef5cfa97f
 SHA512 
fdec9108f9c1d86c6c59cd2bcfa55d82cd5cd48aca5b7aecec7734f3cd29b0f6c080aad7b7009148e3d95b7cf80af38ffb6ba230879495f3c1488ddb661fbf48

diff --git 
a/dev-python/sphinxcontrib-googleanalytics/files/setup.py.utf-8.patch 
b/dev-python/sphinxcontrib-googleanalytics/files/setup.py.utf-8.patch
deleted file mode 100644
index a45ae42b188..00000000000
--- a/dev-python/sphinxcontrib-googleanalytics/files/setup.py.utf-8.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-https://bugs.gentoo.org/show_bug.cgi?id=429914
---- a/setup.py
-+++ b/setup.py
-@@ -1,10 +1,11 @@
- # -*- coding: utf-8 -*-
- 
-+import codecs
- import os
- from setuptools import setup, find_packages
- 
- HERE = os.path.dirname(os.path.abspath(__file__))
--long_desc = open(os.path.join(HERE, 'README')).read()
-+long_desc = codecs.open(os.path.join(HERE, 'README'), encoding='utf-8').read()
- 
- requires = ['Sphinx>=0.6']
- 

diff --git a/dev-python/sphinxcontrib-googleanalytics/metadata.xml 
b/dev-python/sphinxcontrib-googleanalytics/metadata.xml
deleted file mode 100644
index 59d4f18d4f7..00000000000
--- a/dev-python/sphinxcontrib-googleanalytics/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-  <maintainer type="project">
-    <email>[email protected]</email>
-    <name>Python</name>
-  </maintainer>
-  <upstream>
-    <remote-id type="pypi">sphinxcontrib-googleanalytics</remote-id>
-    <remote-id type="bitbucket">birkenfeld/sphinx-contrib</remote-id>
-  </upstream>
-</pkgmetadata>

diff --git 
a/dev-python/sphinxcontrib-googleanalytics/sphinxcontrib-googleanalytics-0.1-r2.ebuild
 
b/dev-python/sphinxcontrib-googleanalytics/sphinxcontrib-googleanalytics-0.1-r2.ebuild
deleted file mode 100644
index 8e3ec3cf453..00000000000
--- 
a/dev-python/sphinxcontrib-googleanalytics/sphinxcontrib-googleanalytics-0.1-r2.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="Sphinx extension googleanalytics"
-HOMEPAGE="https://bitbucket.org/birkenfeld/sphinx-contrib";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD-2"
-KEYWORDS="amd64 arm64 ~x86 ~amd64-linux ~x86-linux"
-SLOT="0"
-IUSE=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]
-       dev-python/namespace-sphinxcontrib[${PYTHON_USEDEP}]"
-
-PATCHES=( "${FILESDIR}/setup.py.utf-8.patch" )
-
-python_install_all() {
-       distutils-r1_python_install_all
-       find "${ED}" -name '*.pth' -delete || die
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index a0ec42a5ec5..d97bd990dd7 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -297,11 +297,6 @@ dev-python/utmp
 # Removal in 30 days.  Bug #719604.
 dev-python/txtorcon
 
-# Michał Górny <[email protected]> (2020-04-26)
-# Stuck on Python 3.6.  Missing tests.  No revdeps.
-# Removal in 30 days.  Bug #719568.
-dev-python/sphinxcontrib-googleanalytics
-
 # Michał Górny <[email protected]> (2020-04-22)
 # Effectively unmaintained and stuck on Python 3.6.
 #

Reply via email to