dev-python/marshmallow: new package
authorZac Medico <zmedico@gentoo.org>
Wed, 11 Apr 2018 23:32:02 +0000 (16:32 -0700)
committerZac Medico <zmedico@gentoo.org>
Thu, 12 Apr 2018 00:19:17 +0000 (17:19 -0700)
Package-Manager: Portage-2.3.28, Repoman-2.3.9

dev-python/marshmallow/Manifest [new file with mode: 0644]
dev-python/marshmallow/marshmallow-3.0.0_beta8.ebuild [new file with mode: 0644]
dev-python/marshmallow/metadata.xml [new file with mode: 0644]

diff --git a/dev-python/marshmallow/Manifest b/dev-python/marshmallow/Manifest
new file mode 100644 (file)
index 0000000..f860974
--- /dev/null
@@ -0,0 +1 @@
+DIST marshmallow-3.0.0b8.tar.gz 148882 BLAKE2B a83e9cb2ff7d5786e5a0d5c947e578f81d7d2ab008257df195096e06031b100cd6d31bdab3df63b6ab6704268b1915827dd89f7e5fce6a638d136686fc9ebc07 SHA512 34f7a974872d0cdad828e342788269ab19194e17f30716dc8db21bc3b86ab3f1be6bd5e31c7bcbeaad7b8c70acc39eab256eb938060eff42067f5f1b3ba51c1c
diff --git a/dev-python/marshmallow/marshmallow-3.0.0_beta8.ebuild b/dev-python/marshmallow/marshmallow-3.0.0_beta8.ebuild
new file mode 100644 (file)
index 0000000..630eff8
--- /dev/null
@@ -0,0 +1,35 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit distutils-r1
+
+MY_P=${P/_beta/b}
+DESCRIPTION="A lightweight library for converting complex datatypes to and from native Python datatypes."
+HOMEPAGE="https://github.com/marshmallow-code/marshmallow/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+       dev-python/python-dateutil[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+       dev-python/setuptools[${PYTHON_USEDEP}]
+       test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+       rm tests/test_py3/test_utils.py || die
+       distutils-r1_src_prepare
+}
+
+python_test() {
+       py.test -v || die "tests failed under ${EPYTHON}"
+}
diff --git a/dev-python/marshmallow/metadata.xml b/dev-python/marshmallow/metadata.xml
new file mode 100644 (file)
index 0000000..36de120
--- /dev/null
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+       <maintainer type="person">
+               <email>zmedico@gentoo.org</email>
+       </maintainer>
+       <upstream>
+               <remote-id type="pypi">marshmallow</remote-id>
+               <remote-id type="github">marshmallow-code/marshmallow</remote-id>
+       </upstream>
+</pkgmetadata>