summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-05-31 12:15:16 +0200
committerMichał Górny <mgorny@gentoo.org>2020-05-31 12:17:16 +0200
commit261a043965ed536eb0389d0e63bcbe445b2c168f (patch)
treedbbdf914f7deaf682d4c9eb46dfc28a1ef61a1e7
parentdev-python/sdnotify: Remove last-rited pkg (diff)
downloadgentoo-261a043965ed536eb0389d0e63bcbe445b2c168f.tar.gz
gentoo-261a043965ed536eb0389d0e63bcbe445b2c168f.tar.bz2
gentoo-261a043965ed536eb0389d0e63bcbe445b2c168f.zip
dev-python/sphinxcontrib-googleanalytics: Remove last-rited pkg
Closes: https://bugs.gentoo.org/719568 Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/sphinxcontrib-googleanalytics/Manifest1
-rw-r--r--dev-python/sphinxcontrib-googleanalytics/files/setup.py.utf-8.patch16
-rw-r--r--dev-python/sphinxcontrib-googleanalytics/metadata.xml12
-rw-r--r--dev-python/sphinxcontrib-googleanalytics/sphinxcontrib-googleanalytics-0.1-r2.ebuild27
-rw-r--r--profiles/package.mask5
5 files changed, 0 insertions, 61 deletions
diff --git a/dev-python/sphinxcontrib-googleanalytics/Manifest b/dev-python/sphinxcontrib-googleanalytics/Manifest
deleted file mode 100644
index f9e165658184..000000000000
--- 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 a45ae42b188a..000000000000
--- 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 59d4f18d4f76..000000000000
--- 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>python@gentoo.org</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 8e3ec3cf453e..000000000000
--- 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 a0ec42a5ec59..d97bd990dd79 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 <mgorny@gentoo.org> (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 <mgorny@gentoo.org> (2020-04-22)
# Effectively unmaintained and stuck on Python 3.6.
#