commit:     1c6bc5941c6172928dbbdc5e54fe7426ebd31348
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 11 06:31:52 2021 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Mon Oct 11 06:33:45 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c6bc594

dev-python/py-gfm: treeclean

Closes: https://bugs.gentoo.org/812530
Closes: https://bugs.gentoo.org/798195
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 dev-python/py-gfm/Manifest            |  2 --
 dev-python/py-gfm/metadata.xml        | 13 -------------
 dev-python/py-gfm/py-gfm-0.1.4.ebuild | 21 ---------------------
 dev-python/py-gfm/py-gfm-1.0.2.ebuild | 20 --------------------
 profiles/package.mask                 |  9 ---------
 5 files changed, 65 deletions(-)

diff --git a/dev-python/py-gfm/Manifest b/dev-python/py-gfm/Manifest
deleted file mode 100644
index 2ef7d0dbec7..00000000000
--- a/dev-python/py-gfm/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST py-gfm-0.1.4.tar.gz 21015 BLAKE2B 
a3060453ce9b2c0a4c3112f003439527c03b7b0be439b63620575e95265d8a65c1053546f9cacf19b6006ef2cbcfe5d8dae762740ce6e6aa035706a94bc611d1
 SHA512 
4730035b8a6168b6d2987a4a5f9a0ca70564e6797b7c88ec43f04152fa77c5a396f204b6143fc0bb3a53ab364b6d11b2274663b8b64d4640afba2a21cd1e3c6a
-DIST py-gfm-1.0.2.tar.gz 15134 BLAKE2B 
9aefb7a804f6b857ccaf55f006b9e7317e7a45de285a95ce65664361f5f644be630c912824d09de959df2962ddfa64efe8b77738a59b1679150c63649a1d116a
 SHA512 
a1c3a39c86f0588744690811503d35596d83a5fdfe725295c9ba0820364c586bd7ab9a2beb2379122ca13dcbb1fb9aa2ab0c8c7348d4a483d8ffc8686631a8f5

diff --git a/dev-python/py-gfm/metadata.xml b/dev-python/py-gfm/metadata.xml
deleted file mode 100644
index 2d4570cd25b..00000000000
--- a/dev-python/py-gfm/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="project">
-               <email>pyt...@gentoo.org</email>
-               <name>Python</name>
-       </maintainer>
-       <stabilize-allarches/>
-       <upstream>
-               <remote-id type="github">Zopieux/py-gfm</remote-id>
-               <remote-id type="pypi">py-gfm</remote-id>
-       </upstream>
-</pkgmetadata>

diff --git a/dev-python/py-gfm/py-gfm-0.1.4.ebuild 
b/dev-python/py-gfm/py-gfm-0.1.4.ebuild
deleted file mode 100644
index 60d400dcb27..00000000000
--- a/dev-python/py-gfm/py-gfm-0.1.4.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python{3_7,3_8} )
-
-inherit distutils-r1
-
-DESCRIPTION="Github-Flavored Markdown for Python-Markdown"
-HOMEPAGE="https://github.com/Zopieux/py-gfm";
-SRC_URI="https://github.com/Zopieux/py-gfm/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-RDEPEND="dev-python/markdown[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-       dev-python/setuptools[${PYTHON_USEDEP}]"

diff --git a/dev-python/py-gfm/py-gfm-1.0.2.ebuild 
b/dev-python/py-gfm/py-gfm-1.0.2.ebuild
deleted file mode 100644
index b43c33d2ce1..00000000000
--- a/dev-python/py-gfm/py-gfm-1.0.2.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Github-Flavored Markdown for Python-Markdown"
-HOMEPAGE="https://github.com/Zopieux/py-gfm";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-
-RDEPEND="dev-python/markdown[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest

diff --git a/profiles/package.mask b/profiles/package.mask
index 244b5c74831..43bf2f29efa 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -301,15 +301,6 @@ games-emulation/nestra
 # Removal on 2021-10-11.  Bug #812554
 dev-python/oset
 
-# Arthur Zamarin <arthur...@gentoo.org> (2021-09-11)
-# No reverse dependencies. Has issues with porting to python 3.10.
-# Has known upstream issues with latest GitHub's markdown parsing.
-# Last year upstream planned to archive the repository, no activity
-# since. No other distros package it anymore.
-# Extra bug: #798195
-# Removal on 2021-10-11.  Bug #812530.
-dev-python/py-gfm
-
 # Anna Vyalkova <cyber+gen...@sysrq.in> (2021-09-07)
 # Mask backwards-incompatible version to avoid autodeletion of previous one.
 # Data migration is not supported upstream and can't be done automatically.

Reply via email to