summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-03-28 18:31:38 +0100
committerMichał Górny <mgorny@gentoo.org>2020-03-28 18:43:54 +0100
commit8cd41fe48df1c8ac48c9fc009d2920178d8259a2 (patch)
tree40241e95fa9ab72aab5bb9ca073534989722f439 /dev-python/py-gfm
parentdev-python/pygame: Remove redundant versions (diff)
downloadgentoo-8cd41fe48df1c8ac48c9fc009d2920178d8259a2.tar.gz
gentoo-8cd41fe48df1c8ac48c9fc009d2920178d8259a2.tar.bz2
gentoo-8cd41fe48df1c8ac48c9fc009d2920178d8259a2.zip
dev-python/py-gfm: Remove redundant versions
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/py-gfm')
-rw-r--r--dev-python/py-gfm/Manifest1
-rw-r--r--dev-python/py-gfm/py-gfm-0.1.1.ebuild21
2 files changed, 0 insertions, 22 deletions
diff --git a/dev-python/py-gfm/Manifest b/dev-python/py-gfm/Manifest
index e78fce202d67..eda48d5ecc32 100644
--- a/dev-python/py-gfm/Manifest
+++ b/dev-python/py-gfm/Manifest
@@ -1,2 +1 @@
-DIST py-gfm-0.1.1.tar.gz 7326 BLAKE2B 9439a3bbfea66c43e9d4a8a1bbf51aec1029009510a39ad187d98555ae3b7ea9a9ebdb467d7ba220ff189350bb72fa91bc72b5baf19da5aaba64131d74ef744a SHA512 af10b15bb2b565904a8383f8e87d9f83cfbf55a5d20ac258759e74d1fa227a2224381ea9bf3f49c4ecb8718d195fabdae372fe572611428ae82b925a92bba7b5
DIST py-gfm-0.1.4.tar.gz 21015 BLAKE2B a3060453ce9b2c0a4c3112f003439527c03b7b0be439b63620575e95265d8a65c1053546f9cacf19b6006ef2cbcfe5d8dae762740ce6e6aa035706a94bc611d1 SHA512 4730035b8a6168b6d2987a4a5f9a0ca70564e6797b7c88ec43f04152fa77c5a396f204b6143fc0bb3a53ab364b6d11b2274663b8b64d4640afba2a21cd1e3c6a
diff --git a/dev-python/py-gfm/py-gfm-0.1.1.ebuild b/dev-python/py-gfm/py-gfm-0.1.1.ebuild
deleted file mode 100644
index 712eaacb1ebb..000000000000
--- a/dev-python/py-gfm/py-gfm-0.1.1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="Github-Flavored Markdown for Python-Markdown"
-HOMEPAGE="https://github.com/google/py-gfm"
-SRC_URI="https://github.com/google/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}]"