* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pypandoc/files/, dev-python/pypandoc/, profiles/
@ 2023-02-27 21:17 Anna Vyalkova
0 siblings, 0 replies; only message in thread
From: Anna Vyalkova @ 2023-02-27 21:17 UTC (permalink / raw
To: gentoo-commits
commit: ef36b038eb5e9c1538f33cfc5394ebcbfc481573
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Mon Feb 27 21:06:48 2023 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Mon Feb 27 21:06:48 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ef36b038
dev-python/pypandoc: treeclean
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/pypandoc/Manifest | 2 --
.../pypandoc-1.7.4-dont-install-examples.patch | 23 -------------
dev-python/pypandoc/metadata.xml | 13 -------
dev-python/pypandoc/pypandoc-1.8.1.ebuild | 40 ----------------------
dev-python/pypandoc/pypandoc-1.8.ebuild | 40 ----------------------
profiles/package.mask | 4 ---
6 files changed, 122 deletions(-)
diff --git a/dev-python/pypandoc/Manifest b/dev-python/pypandoc/Manifest
deleted file mode 100644
index ea8f70982..000000000
--- a/dev-python/pypandoc/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST pypandoc-1.8.1.tar.gz 30374 BLAKE2B 864ab8d4db8857adcbd13fd72b1ef6d4d1857a5ff6e7511b5d8269c183d80e6c8f391f2982097e592e3a1417c2ee6a5b068956b76218ae13842f1a881ecb4047 SHA512 527de67fb4a329642a69422e6237a6f3b1df0d089fbeeb118c9fd2d54878d7d0565c161b0e8fd6aa864bd63498ed65b07d69f14c3976ffc079f31c12ebbe7c04
-DIST pypandoc-1.8.tar.gz 31218 BLAKE2B 8eabcfa76b3022f0f8ed03dc2bb351d159018f63aa4a656d2b44d20ee59c0c6863fdc5ac168a86a70bf099c5c82c97451de97057a3e40c74c9b8af3eedb3c71c SHA512 a8b0e3656788cdf43af214c75ecc4f4bd27620ead00a7ce4c32ca44b4f30d7e2196164162eb12470db25c17e9b2f26868149a7b29549b0b9ebbedfc8e470bdb1
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
deleted file mode 100644
index 2e84756c8..000000000
--- a/dev-python/pypandoc/files/pypandoc-1.7.4-dont-install-examples.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-From 44fa67fc92993301ec3e446d342a74c49d58334c Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Anna=20=E2=80=9CCyberTailor=E2=80=9D?= <cyber@sysrq.in>
-Date: Fri, 18 Mar 2022 08:41:08 +0500
-Subject: [PATCH] Don't install examples
-
-See Gentoo Bugzilla: https://bugs.gentoo.org/835475
---- a/pyproject.toml
-+++ b/pyproject.toml
-@@ -32,14 +32,6 @@ packages = [
- { include = "pypandoc" },
- ]
-
--include = [
--"examples/*",
--"LICENSE",
--"README.md",
--"tests.py",
--"filter_test.md",
--]
--
- [tool.poetry.dependencies]
- python = "^2.7 || ^3.6"
-
diff --git a/dev-python/pypandoc/metadata.xml b/dev-python/pypandoc/metadata.xml
deleted file mode 100644
index dd7560284..000000000
--- a/dev-python/pypandoc/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <description>co-maintainers welcome</description>
- <email>lssndrbarbieri@gmail.com</email>
- <name>Alessandro Barbieri</name>
- </maintainer>
- <upstream>
- <remote-id type="github">bebraw/pypandoc</remote-id>
- <remote-id type="pypi">pypandoc</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/pypandoc/pypandoc-1.8.1.ebuild b/dev-python/pypandoc/pypandoc-1.8.1.ebuild
deleted file mode 100644
index 0e208b881..000000000
--- a/dev-python/pypandoc/pypandoc-1.8.1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Pypandoc provides a thin wrapper for pandoc, a universal document converter"
-HOMEPAGE="
- https://github.com/NicklasTegner/pypandoc
- https://pypi.org/project/pypandoc/
-"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-RDEPEND="
- app-text/pandoc
- dev-haskell/pandoc-citeproc
- dev-texlive/texlive-latex
-"
-DEPEND="
- ${RDEPEND}
- >=dev-python/wheel-0.25.0[${PYTHON_USEDEP}]
- dev-python/setuptools[${PYTHON_USEDEP}]
- dev-python/urllib3[${PYTHON_USEDEP}]
-"
-
-PROPERTIES="test_network"
-RESTRICT="test"
-
-python_test() {
- "${EPYTHON}" tests.py || die "Tests fail with ${EPYTHON}"
-}
diff --git a/dev-python/pypandoc/pypandoc-1.8.ebuild b/dev-python/pypandoc/pypandoc-1.8.ebuild
deleted file mode 100644
index 0e208b881..000000000
--- a/dev-python/pypandoc/pypandoc-1.8.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Pypandoc provides a thin wrapper for pandoc, a universal document converter"
-HOMEPAGE="
- https://github.com/NicklasTegner/pypandoc
- https://pypi.org/project/pypandoc/
-"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-RDEPEND="
- app-text/pandoc
- dev-haskell/pandoc-citeproc
- dev-texlive/texlive-latex
-"
-DEPEND="
- ${RDEPEND}
- >=dev-python/wheel-0.25.0[${PYTHON_USEDEP}]
- dev-python/setuptools[${PYTHON_USEDEP}]
- dev-python/urllib3[${PYTHON_USEDEP}]
-"
-
-PROPERTIES="test_network"
-RESTRICT="test"
-
-python_test() {
- "${EPYTHON}" tests.py || die "Tests fail with ${EPYTHON}"
-}
diff --git a/profiles/package.mask b/profiles/package.mask
index cf757d1bc..c7c4191e7 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -88,10 +88,6 @@ dev-cpp/fizz
dev-cpp/wangle
sys-fs/dwarfs
-# Andrew Ammerlaan <andrewammerlaan@gentoo.org> (2022-09-08)
-# depends on removed dev-haskell/pandoc-citeproc
-dev-python/pypandoc
-
# Viorel Munteanu <ceamac.paragon@gmail.com> (2022-08-03)
# depends on dev-python/PyQt6, which is currently masked with all of qt6
>=net-misc/maestral-qt-1.6.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2023-02-27 21:18 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-27 21:17 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pypandoc/files/, dev-python/pypandoc/, profiles/ Anna Vyalkova
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox