summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <william.hubbs@sony.com>2019-03-12 14:30:16 -0500
committerWilliam Hubbs <williamh@gentoo.org>2019-03-12 16:52:07 -0500
commit7f19ce7518f907c0fd396386f0925ec6e4b86027 (patch)
tree6e0816e8e210c87d40c60d622b139d05a3bb8da6 /dev-python/py-gfm
parentdev-libs/libplatform: Add -9999 live version (diff)
downloadgentoo-7f19ce7518f907c0fd396386f0925ec6e4b86027.tar.gz
gentoo-7f19ce7518f907c0fd396386f0925ec6e4b86027.tar.bz2
gentoo-7f19ce7518f907c0fd396386f0925ec6e4b86027.zip
dev-python/py-gfm: 0.1.4 bump
Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: William Hubbs <williamh@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.4.ebuild21
2 files changed, 22 insertions, 0 deletions
diff --git a/dev-python/py-gfm/Manifest b/dev-python/py-gfm/Manifest
index d439874d22cf..e78fce202d67 100644
--- a/dev-python/py-gfm/Manifest
+++ b/dev-python/py-gfm/Manifest
@@ -1 +1,2 @@
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.4.ebuild b/dev-python/py-gfm/py-gfm-0.1.4.ebuild
new file mode 100644
index 000000000000..a86733acd88c
--- /dev/null
+++ b/dev-python/py-gfm/py-gfm-0.1.4.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} )
+
+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}]"