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/backrefs/
Date: Sun, 21 Nov 2021 20:14:08
Message-Id: 1637525602.24d602540dfe6def306a69156c3b6b559621d24b.mgorny@gentoo
1 commit: 24d602540dfe6def306a69156c3b6b559621d24b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 21 20:13:22 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 21 20:13:22 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24d60254
7
8 dev-python/backrefs: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/backrefs/Manifest | 2 --
13 dev-python/backrefs/backrefs-5.0.1.ebuild | 50 -------------------------------
14 dev-python/backrefs/backrefs-5.1.ebuild | 50 -------------------------------
15 3 files changed, 102 deletions(-)
16
17 diff --git a/dev-python/backrefs/Manifest b/dev-python/backrefs/Manifest
18 index ece7afdff601..183db6075505 100644
19 --- a/dev-python/backrefs/Manifest
20 +++ b/dev-python/backrefs/Manifest
21 @@ -1,3 +1 @@
22 -DIST backrefs-5.0.1.tar.gz 4120179 BLAKE2B 2cd8fb84c7e416be330cb9afdb894f6f8574b66698acc1d63abae8ff5bfcccd4bf29b724dcf2a25a637ea0fde46865b18a5ff1bfbff955a01798037752dc3d97 SHA512 e2212bd7dce017308fa558ccfe7faf617ed6107523db8b2e4a3ad7b60aa1d7aabdaea2632abd6a3f1f022eac949d7036a7afe522b5f086ef1888a0e67e834894
23 -DIST backrefs-5.1.tar.gz 5216647 BLAKE2B 060d153f0d5d674e7b2e6f744a9b283d10f9f47fb355fe5d5703cd83b2507852d606d51cdefcf37617ee12f7bc71d487bc50254763415c02422524da9d71aae6 SHA512 b5123e46f0bf2108060c7e4f350538159c08ee7fe3b07bbed44aaadc0481047262af80b7bf08066db423a86b4e8660a91c9e03ea41a7bb039c3d17ae3faa81fd
24 DIST backrefs-5.2.tar.gz 5220528 BLAKE2B b786df162f37406c36b99d9d4d36ed439837dae2f1d138238d5afc6e9ab108f1c4be1802606e14892ae08d7e3878f5c5068a6923de14d13ab89ef6749fd69b6e SHA512 fd68cd90deaf299a3bb21f70126db51f537e6dc1126fa38beda63901dccfe4db81842aea23eb20ac9311bfef74ff2339ebffdb8cdbcfed197c3ef0fd5b3e793b
25
26 diff --git a/dev-python/backrefs/backrefs-5.0.1.ebuild b/dev-python/backrefs/backrefs-5.0.1.ebuild
27 deleted file mode 100644
28 index a50dbf5d89aa..000000000000
29 --- a/dev-python/backrefs/backrefs-5.0.1.ebuild
30 +++ /dev/null
31 @@ -1,50 +0,0 @@
32 -# Copyright 1999-2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -PYTHON_COMPAT=( python3_{8..10} )
38 -
39 -DOCS_BUILDER="mkdocs"
40 -DOCS_DEPEND="
41 - dev-python/mkdocs-git-revision-date-localized-plugin
42 - ~dev-python/mkdocs_pymdownx_material_extras-1.0.7
43 - dev-python/mkdocs-minify-plugin
44 - dev-python/mkdocs-material
45 - dev-python/pyspelling
46 -"
47 -
48 -inherit distutils-r1 docs
49 -
50 -DESCRIPTION="Wrapper around re or regex that adds additional back references"
51 -HOMEPAGE="
52 - https://github.com/facelessuser/backrefs/
53 - https://pypi.org/project/backrefs/
54 -"
55 -SRC_URI="https://github.com/facelessuser/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
56 -
57 -LICENSE="MIT"
58 -SLOT="0"
59 -KEYWORDS="amd64 ~riscv x86"
60 -
61 -BDEPEND="
62 - test? (
63 - dev-python/mock[${PYTHON_USEDEP}]
64 - dev-python/regex[${PYTHON_USEDEP}]
65 - dev-vcs/git
66 - )"
67 -
68 -distutils_enable_tests pytest
69 -
70 -python_prepare_all() {
71 - # mkdocs-git-revision-date-localized-plugin needs git repo
72 - if use doc; then
73 - git init || die
74 - git config --global user.email "you@×××××××.com" || die
75 - git config --global user.name "Your Name" || die
76 - git add . || die
77 - git commit -m 'init' || die
78 - fi
79 -
80 - distutils-r1_python_prepare_all
81 -}
82
83 diff --git a/dev-python/backrefs/backrefs-5.1.ebuild b/dev-python/backrefs/backrefs-5.1.ebuild
84 deleted file mode 100644
85 index b0b83486bfeb..000000000000
86 --- a/dev-python/backrefs/backrefs-5.1.ebuild
87 +++ /dev/null
88 @@ -1,50 +0,0 @@
89 -# Copyright 1999-2021 Gentoo Authors
90 -# Distributed under the terms of the GNU General Public License v2
91 -
92 -EAPI=8
93 -
94 -PYTHON_COMPAT=( python3_{8..10} )
95 -
96 -DOCS_BUILDER="mkdocs"
97 -DOCS_DEPEND="
98 - dev-python/mkdocs-git-revision-date-localized-plugin
99 - ~dev-python/mkdocs_pymdownx_material_extras-1.0.7
100 - dev-python/mkdocs-minify-plugin
101 - dev-python/mkdocs-material
102 - dev-python/pyspelling
103 -"
104 -
105 -inherit distutils-r1 docs
106 -
107 -DESCRIPTION="Wrapper around re or regex that adds additional back references"
108 -HOMEPAGE="
109 - https://github.com/facelessuser/backrefs/
110 - https://pypi.org/project/backrefs/
111 -"
112 -SRC_URI="https://github.com/facelessuser/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
113 -
114 -LICENSE="MIT"
115 -SLOT="0"
116 -KEYWORDS="~amd64 ~riscv ~x86"
117 -
118 -BDEPEND="
119 - test? (
120 - dev-python/mock[${PYTHON_USEDEP}]
121 - dev-python/regex[${PYTHON_USEDEP}]
122 - dev-vcs/git
123 - )"
124 -
125 -distutils_enable_tests pytest
126 -
127 -python_prepare_all() {
128 - # mkdocs-git-revision-date-localized-plugin needs git repo
129 - if use doc; then
130 - git init || die
131 - git config --global user.email "you@×××××××.com" || die
132 - git config --global user.name "Your Name" || die
133 - git add . || die
134 - git commit -m 'init' || die
135 - fi
136 -
137 - distutils-r1_python_prepare_all
138 -}