Gentoo Archives: gentoo-commits

From: Anna Vyalkova <cyber+gentoo@×××××.in>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pypandoc/files/, dev-python/pypandoc/, profiles/
Date: Mon, 27 Feb 2023 21:18:03
Message-Id: 1677532008.ef36b038eb5e9c1538f33cfc5394ebcbfc481573.cybertailor@gentoo
1 commit: ef36b038eb5e9c1538f33cfc5394ebcbfc481573
2 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
3 AuthorDate: Mon Feb 27 21:06:48 2023 +0000
4 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
5 CommitDate: Mon Feb 27 21:06:48 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ef36b038
7
8 dev-python/pypandoc: treeclean
9
10 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
11
12 dev-python/pypandoc/Manifest | 2 --
13 .../pypandoc-1.7.4-dont-install-examples.patch | 23 -------------
14 dev-python/pypandoc/metadata.xml | 13 -------
15 dev-python/pypandoc/pypandoc-1.8.1.ebuild | 40 ----------------------
16 dev-python/pypandoc/pypandoc-1.8.ebuild | 40 ----------------------
17 profiles/package.mask | 4 ---
18 6 files changed, 122 deletions(-)
19
20 diff --git a/dev-python/pypandoc/Manifest b/dev-python/pypandoc/Manifest
21 deleted file mode 100644
22 index ea8f70982..000000000
23 --- a/dev-python/pypandoc/Manifest
24 +++ /dev/null
25 @@ -1,2 +0,0 @@
26 -DIST pypandoc-1.8.1.tar.gz 30374 BLAKE2B 864ab8d4db8857adcbd13fd72b1ef6d4d1857a5ff6e7511b5d8269c183d80e6c8f391f2982097e592e3a1417c2ee6a5b068956b76218ae13842f1a881ecb4047 SHA512 527de67fb4a329642a69422e6237a6f3b1df0d089fbeeb118c9fd2d54878d7d0565c161b0e8fd6aa864bd63498ed65b07d69f14c3976ffc079f31c12ebbe7c04
27 -DIST pypandoc-1.8.tar.gz 31218 BLAKE2B 8eabcfa76b3022f0f8ed03dc2bb351d159018f63aa4a656d2b44d20ee59c0c6863fdc5ac168a86a70bf099c5c82c97451de97057a3e40c74c9b8af3eedb3c71c SHA512 a8b0e3656788cdf43af214c75ecc4f4bd27620ead00a7ce4c32ca44b4f30d7e2196164162eb12470db25c17e9b2f26868149a7b29549b0b9ebbedfc8e470bdb1
28
29 diff --git a/dev-python/pypandoc/files/pypandoc-1.7.4-dont-install-examples.patch b/dev-python/pypandoc/files/pypandoc-1.7.4-dont-install-examples.patch
30 deleted file mode 100644
31 index 2e84756c8..000000000
32 --- a/dev-python/pypandoc/files/pypandoc-1.7.4-dont-install-examples.patch
33 +++ /dev/null
34 @@ -1,23 +0,0 @@
35 -From 44fa67fc92993301ec3e446d342a74c49d58334c Mon Sep 17 00:00:00 2001
36 -From: =?UTF-8?q?Anna=20=E2=80=9CCyberTailor=E2=80=9D?= <cyber@×××××.in>
37 -Date: Fri, 18 Mar 2022 08:41:08 +0500
38 -Subject: [PATCH] Don't install examples
39 -
40 -See Gentoo Bugzilla: https://bugs.gentoo.org/835475
41 ---- a/pyproject.toml
42 -+++ b/pyproject.toml
43 -@@ -32,14 +32,6 @@ packages = [
44 - { include = "pypandoc" },
45 - ]
46 -
47 --include = [
48 --"examples/*",
49 --"LICENSE",
50 --"README.md",
51 --"tests.py",
52 --"filter_test.md",
53 --]
54 --
55 - [tool.poetry.dependencies]
56 - python = "^2.7 || ^3.6"
57 -
58
59 diff --git a/dev-python/pypandoc/metadata.xml b/dev-python/pypandoc/metadata.xml
60 deleted file mode 100644
61 index dd7560284..000000000
62 --- a/dev-python/pypandoc/metadata.xml
63 +++ /dev/null
64 @@ -1,13 +0,0 @@
65 -<?xml version="1.0" encoding="UTF-8"?>
66 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
67 -<pkgmetadata>
68 - <maintainer type="person">
69 - <description>co-maintainers welcome</description>
70 - <email>lssndrbarbieri@×××××.com</email>
71 - <name>Alessandro Barbieri</name>
72 - </maintainer>
73 - <upstream>
74 - <remote-id type="github">bebraw/pypandoc</remote-id>
75 - <remote-id type="pypi">pypandoc</remote-id>
76 - </upstream>
77 -</pkgmetadata>
78
79 diff --git a/dev-python/pypandoc/pypandoc-1.8.1.ebuild b/dev-python/pypandoc/pypandoc-1.8.1.ebuild
80 deleted file mode 100644
81 index 0e208b881..000000000
82 --- a/dev-python/pypandoc/pypandoc-1.8.1.ebuild
83 +++ /dev/null
84 @@ -1,40 +0,0 @@
85 -# Copyright 1999-2022 Gentoo Authors
86 -# Distributed under the terms of the GNU General Public License v2
87 -
88 -EAPI=8
89 -
90 -DISTUTILS_USE_PEP517=poetry
91 -PYTHON_COMPAT=( python3_{8..10} pypy3 )
92 -
93 -inherit distutils-r1
94 -
95 -DESCRIPTION="Pypandoc provides a thin wrapper for pandoc, a universal document converter"
96 -HOMEPAGE="
97 - https://github.com/NicklasTegner/pypandoc
98 - https://pypi.org/project/pypandoc/
99 -"
100 -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
101 -
102 -LICENSE="MIT"
103 -SLOT="0"
104 -KEYWORDS="~amd64"
105 -IUSE="test"
106 -
107 -RDEPEND="
108 - app-text/pandoc
109 - dev-haskell/pandoc-citeproc
110 - dev-texlive/texlive-latex
111 -"
112 -DEPEND="
113 - ${RDEPEND}
114 - >=dev-python/wheel-0.25.0[${PYTHON_USEDEP}]
115 - dev-python/setuptools[${PYTHON_USEDEP}]
116 - dev-python/urllib3[${PYTHON_USEDEP}]
117 -"
118 -
119 -PROPERTIES="test_network"
120 -RESTRICT="test"
121 -
122 -python_test() {
123 - "${EPYTHON}" tests.py || die "Tests fail with ${EPYTHON}"
124 -}
125
126 diff --git a/dev-python/pypandoc/pypandoc-1.8.ebuild b/dev-python/pypandoc/pypandoc-1.8.ebuild
127 deleted file mode 100644
128 index 0e208b881..000000000
129 --- a/dev-python/pypandoc/pypandoc-1.8.ebuild
130 +++ /dev/null
131 @@ -1,40 +0,0 @@
132 -# Copyright 1999-2022 Gentoo Authors
133 -# Distributed under the terms of the GNU General Public License v2
134 -
135 -EAPI=8
136 -
137 -DISTUTILS_USE_PEP517=poetry
138 -PYTHON_COMPAT=( python3_{8..10} pypy3 )
139 -
140 -inherit distutils-r1
141 -
142 -DESCRIPTION="Pypandoc provides a thin wrapper for pandoc, a universal document converter"
143 -HOMEPAGE="
144 - https://github.com/NicklasTegner/pypandoc
145 - https://pypi.org/project/pypandoc/
146 -"
147 -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
148 -
149 -LICENSE="MIT"
150 -SLOT="0"
151 -KEYWORDS="~amd64"
152 -IUSE="test"
153 -
154 -RDEPEND="
155 - app-text/pandoc
156 - dev-haskell/pandoc-citeproc
157 - dev-texlive/texlive-latex
158 -"
159 -DEPEND="
160 - ${RDEPEND}
161 - >=dev-python/wheel-0.25.0[${PYTHON_USEDEP}]
162 - dev-python/setuptools[${PYTHON_USEDEP}]
163 - dev-python/urllib3[${PYTHON_USEDEP}]
164 -"
165 -
166 -PROPERTIES="test_network"
167 -RESTRICT="test"
168 -
169 -python_test() {
170 - "${EPYTHON}" tests.py || die "Tests fail with ${EPYTHON}"
171 -}
172
173 diff --git a/profiles/package.mask b/profiles/package.mask
174 index cf757d1bc..c7c4191e7 100644
175 --- a/profiles/package.mask
176 +++ b/profiles/package.mask
177 @@ -88,10 +88,6 @@ dev-cpp/fizz
178 dev-cpp/wangle
179 sys-fs/dwarfs
180
181 -# Andrew Ammerlaan <andrewammerlaan@g.o> (2022-09-08)
182 -# depends on removed dev-haskell/pandoc-citeproc
183 -dev-python/pypandoc
184 -
185 # Viorel Munteanu <ceamac.paragon@×××××.com> (2022-08-03)
186 # depends on dev-python/PyQt6, which is currently masked with all of qt6
187 >=net-misc/maestral-qt-1.6.0