summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Scardovi <marco@scardovi.com>2021-04-18 19:54:56 +0200
committerMichał Górny <mgorny@gentoo.org>2021-04-22 11:16:21 +0200
commit13a3901cbfd98daa8245285581fe1614e887e66b (patch)
treed856463efa3707939fdc2689ca4f3d37c2536fc9 /dev-python/markuppy
parentdev-util/babeltrace: drop old (diff)
downloadgentoo-13a3901cbfd98daa8245285581fe1614e887e66b.tar.gz
gentoo-13a3901cbfd98daa8245285581fe1614e887e66b.tar.bz2
gentoo-13a3901cbfd98daa8245285581fe1614e887e66b.zip
dev-python/markuppy: add MarkupPy for testing suite
Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Marco Scardovi <marco@scardovi.com> Closes: https://github.com/gentoo/gentoo/pull/20442 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/markuppy')
-rw-r--r--dev-python/markuppy/Manifest1
-rw-r--r--dev-python/markuppy/markuppy-1.14.ebuild24
-rw-r--r--dev-python/markuppy/metadata.xml19
3 files changed, 44 insertions, 0 deletions
diff --git a/dev-python/markuppy/Manifest b/dev-python/markuppy/Manifest
new file mode 100644
index 000000000000..a3aef08d273a
--- /dev/null
+++ b/dev-python/markuppy/Manifest
@@ -0,0 +1 @@
+DIST MarkupPy-1.14.tar.gz 6815 BLAKE2B 219a220c3aefd2870a6cfa6e4d460989cfdecf65a9e760a222f70d202ee4d6d4ce287f08a7e881218360d662c5281f140c9a4a176182fce19d548707a998ec63 SHA512 dbc0abaaa0b9ffd95d2aebe62e5f718a44a0e614eeded5f3624df190778f11a10aa98e34c444e38295ac05de38c4ddad57fe885446ebe7c4b9fd1d64b312f168
diff --git a/dev-python/markuppy/markuppy-1.14.ebuild b/dev-python/markuppy/markuppy-1.14.ebuild
new file mode 100644
index 000000000000..ddf44046f21b
--- /dev/null
+++ b/dev-python/markuppy/markuppy-1.14.ebuild
@@ -0,0 +1,24 @@
+# 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
+
+MY_PN="MarkupPy"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Format-agnostic tabular dataset library"
+HOMEPAGE="https://pypi.org/project/MarkupPy/ https://github.com/tylerbakke/MarkupPy"
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+
+S="${WORKDIR}/${MY_P}"
+
+SLOT="0"
+LICENSE="BSD-2"
+KEYWORDS="~amd64"
+
+# MarkupPy does not have any test suite
+RESTRICT="test"
diff --git a/dev-python/markuppy/metadata.xml b/dev-python/markuppy/metadata.xml
new file mode 100644
index 000000000000..478828b0eeba
--- /dev/null
+++ b/dev-python/markuppy/metadata.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person" proxied="yes">
+ <email>marco@scardovi.com</email>
+ <name>Marco Scardovi</name>
+ </maintainer>
+ <maintainer type="project" proxied="proxy">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>python@gentoo.org</email>
+ <name>Python</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="pypi">MarkupPy</remote-id>
+ </upstream>
+</pkgmetadata>