Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-googleanalytics/files/, ...
Date: Sun, 31 May 2020 10:17:39
Message-Id: 1590920236.261a043965ed536eb0389d0e63bcbe445b2c168f.mgorny@gentoo
1 commit: 261a043965ed536eb0389d0e63bcbe445b2c168f
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 31 10:15:16 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun May 31 10:17:16 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=261a0439
7
8 dev-python/sphinxcontrib-googleanalytics: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/719568
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-python/sphinxcontrib-googleanalytics/Manifest | 1 -
14 .../files/setup.py.utf-8.patch | 16 -------------
15 .../sphinxcontrib-googleanalytics/metadata.xml | 12 ----------
16 .../sphinxcontrib-googleanalytics-0.1-r2.ebuild | 27 ----------------------
17 profiles/package.mask | 5 ----
18 5 files changed, 61 deletions(-)
19
20 diff --git a/dev-python/sphinxcontrib-googleanalytics/Manifest b/dev-python/sphinxcontrib-googleanalytics/Manifest
21 deleted file mode 100644
22 index f9e16565818..00000000000
23 --- a/dev-python/sphinxcontrib-googleanalytics/Manifest
24 +++ /dev/null
25 @@ -1 +0,0 @@
26 -DIST sphinxcontrib-googleanalytics-0.1.tar.gz 2892 BLAKE2B 22cd2ef55a619bd4a249c3d33a4c0d8a27d038c434f5f1668854cb494f134354cf654abd187da71e3aec10c7f0d422bc3abc310c8208a12a85848a5ef5cfa97f SHA512 fdec9108f9c1d86c6c59cd2bcfa55d82cd5cd48aca5b7aecec7734f3cd29b0f6c080aad7b7009148e3d95b7cf80af38ffb6ba230879495f3c1488ddb661fbf48
27
28 diff --git a/dev-python/sphinxcontrib-googleanalytics/files/setup.py.utf-8.patch b/dev-python/sphinxcontrib-googleanalytics/files/setup.py.utf-8.patch
29 deleted file mode 100644
30 index a45ae42b188..00000000000
31 --- a/dev-python/sphinxcontrib-googleanalytics/files/setup.py.utf-8.patch
32 +++ /dev/null
33 @@ -1,16 +0,0 @@
34 -https://bugs.gentoo.org/show_bug.cgi?id=429914
35 ---- a/setup.py
36 -+++ b/setup.py
37 -@@ -1,10 +1,11 @@
38 - # -*- coding: utf-8 -*-
39 -
40 -+import codecs
41 - import os
42 - from setuptools import setup, find_packages
43 -
44 - HERE = os.path.dirname(os.path.abspath(__file__))
45 --long_desc = open(os.path.join(HERE, 'README')).read()
46 -+long_desc = codecs.open(os.path.join(HERE, 'README'), encoding='utf-8').read()
47 -
48 - requires = ['Sphinx>=0.6']
49 -
50
51 diff --git a/dev-python/sphinxcontrib-googleanalytics/metadata.xml b/dev-python/sphinxcontrib-googleanalytics/metadata.xml
52 deleted file mode 100644
53 index 59d4f18d4f7..00000000000
54 --- a/dev-python/sphinxcontrib-googleanalytics/metadata.xml
55 +++ /dev/null
56 @@ -1,12 +0,0 @@
57 -<?xml version="1.0" encoding="UTF-8"?>
58 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
59 -<pkgmetadata>
60 - <maintainer type="project">
61 - <email>python@g.o</email>
62 - <name>Python</name>
63 - </maintainer>
64 - <upstream>
65 - <remote-id type="pypi">sphinxcontrib-googleanalytics</remote-id>
66 - <remote-id type="bitbucket">birkenfeld/sphinx-contrib</remote-id>
67 - </upstream>
68 -</pkgmetadata>
69
70 diff --git a/dev-python/sphinxcontrib-googleanalytics/sphinxcontrib-googleanalytics-0.1-r2.ebuild b/dev-python/sphinxcontrib-googleanalytics/sphinxcontrib-googleanalytics-0.1-r2.ebuild
71 deleted file mode 100644
72 index 8e3ec3cf453..00000000000
73 --- a/dev-python/sphinxcontrib-googleanalytics/sphinxcontrib-googleanalytics-0.1-r2.ebuild
74 +++ /dev/null
75 @@ -1,27 +0,0 @@
76 -# Copyright 1999-2020 Gentoo Authors
77 -# Distributed under the terms of the GNU General Public License v2
78 -
79 -EAPI=6
80 -PYTHON_COMPAT=( python3_6 )
81 -
82 -inherit distutils-r1
83 -
84 -DESCRIPTION="Sphinx extension googleanalytics"
85 -HOMEPAGE="https://bitbucket.org/birkenfeld/sphinx-contrib"
86 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
87 -
88 -LICENSE="BSD-2"
89 -KEYWORDS="amd64 arm64 ~x86 ~amd64-linux ~x86-linux"
90 -SLOT="0"
91 -IUSE=""
92 -
93 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
94 -RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]
95 - dev-python/namespace-sphinxcontrib[${PYTHON_USEDEP}]"
96 -
97 -PATCHES=( "${FILESDIR}/setup.py.utf-8.patch" )
98 -
99 -python_install_all() {
100 - distutils-r1_python_install_all
101 - find "${ED}" -name '*.pth' -delete || die
102 -}
103
104 diff --git a/profiles/package.mask b/profiles/package.mask
105 index a0ec42a5ec5..d97bd990dd7 100644
106 --- a/profiles/package.mask
107 +++ b/profiles/package.mask
108 @@ -297,11 +297,6 @@ dev-python/utmp
109 # Removal in 30 days. Bug #719604.
110 dev-python/txtorcon
111
112 -# Michał Górny <mgorny@g.o> (2020-04-26)
113 -# Stuck on Python 3.6. Missing tests. No revdeps.
114 -# Removal in 30 days. Bug #719568.
115 -dev-python/sphinxcontrib-googleanalytics
116 -
117 # Michał Górny <mgorny@g.o> (2020-04-22)
118 # Effectively unmaintained and stuck on Python 3.6.
119 #