public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/dev-zero:master commit in: dev-python/marshmallow/
@ 2016-08-31 12:53 Tiziano Müller
  0 siblings, 0 replies; 2+ messages in thread
From: Tiziano Müller @ 2016-08-31 12:53 UTC (permalink / raw
  To: gentoo-commits

commit:     59a1c8b115c1234952277fe544ac2ad2b0b18d82
Author:     Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 31 12:53:49 2016 +0000
Commit:     Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
CommitDate: Wed Aug 31 12:53:49 2016 +0000
URL:        https://gitweb.gentoo.org/dev/dev-zero.git/commit/?id=59a1c8b1

dev-python/marshmallow: initial commit, ebuild by me

 dev-python/marshmallow/Manifest                 |  1 +
 dev-python/marshmallow/marshmallow-2.9.1.ebuild | 28 +++++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/dev-python/marshmallow/Manifest b/dev-python/marshmallow/Manifest
new file mode 100644
index 0000000..2737d9b
--- /dev/null
+++ b/dev-python/marshmallow/Manifest
@@ -0,0 +1 @@
+DIST marshmallow-2.9.1.tar.gz 133475 SHA256 dcee3529deefb037e58d203d81f3629194a1777f3420429e8e26cc070df5bc10 SHA512 06444ae30088f66c6dbcdd5621b93d1215d3084109d10efee08d1990956a9e0ac03e251e44a04e217f55e4ec6bdd85fed749e59a9e63e29b7b089685af8d2cf8 WHIRLPOOL 80edd349e931c9e7aee18db65d56ba3001ea40348d2c056412e2935decf9d7c37c07082bd9a6198aa3a900d2f36aeb0b5a8e9f6cb12d00f55c18ed7e961513ea

diff --git a/dev-python/marshmallow/marshmallow-2.9.1.ebuild b/dev-python/marshmallow/marshmallow-2.9.1.ebuild
new file mode 100644
index 0000000..2ee2374
--- /dev/null
+++ b/dev-python/marshmallow/marshmallow-2.9.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy )
+
+inherit distutils-r1 eutils
+
+DESCRIPTION="Library for converting complex objects to/from simple Python datatypes"
+HOMEPAGE="https://github.com/marshmallow-code/marshmallow https://pypi.python.org/pypi/marshmallow"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+RDEPEND="dev-python/python-dateutil[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+	dev-python/setuptools[${PYTHON_USEDEP}]
+	test? ( dev-python/pytest[${PYTHON_USEDEP}]
+		dev-python/pytz[${PYTHON_USEDEP}]
+		dev-python/simplejson[${PYTHON_USEDEP}] )"
+
+python_test() {
+	py.test || die
+}


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] dev/dev-zero:master commit in: dev-python/marshmallow/
@ 2016-10-10 12:02 Tiziano Müller
  0 siblings, 0 replies; 2+ messages in thread
From: Tiziano Müller @ 2016-10-10 12:02 UTC (permalink / raw
  To: gentoo-commits

commit:     b0bca2f21dfae502f6ad0afb582a1295b05e28b3
Author:     Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 10 12:01:30 2016 +0000
Commit:     Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
CommitDate: Mon Oct 10 12:01:30 2016 +0000
URL:        https://gitweb.gentoo.org/dev/dev-zero.git/commit/?id=b0bca2f2

dev-python/marshmallow: version bump

 dev-python/marshmallow/Manifest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/marshmallow/Manifest b/dev-python/marshmallow/Manifest
index 2737d9b..117e79f 100644
--- a/dev-python/marshmallow/Manifest
+++ b/dev-python/marshmallow/Manifest
@@ -1 +1 @@
-DIST marshmallow-2.9.1.tar.gz 133475 SHA256 dcee3529deefb037e58d203d81f3629194a1777f3420429e8e26cc070df5bc10 SHA512 06444ae30088f66c6dbcdd5621b93d1215d3084109d10efee08d1990956a9e0ac03e251e44a04e217f55e4ec6bdd85fed749e59a9e63e29b7b089685af8d2cf8 WHIRLPOOL 80edd349e931c9e7aee18db65d56ba3001ea40348d2c056412e2935decf9d7c37c07082bd9a6198aa3a900d2f36aeb0b5a8e9f6cb12d00f55c18ed7e961513ea
+DIST marshmallow-2.10.3.tar.gz 135665 SHA256 eff4eca3be23e934f0fbef48c96fdf5b9497552b2d58ebd0f212a2dff3a9e692 SHA512 31b0ee51a17fe822c09561d50d077d41dba6d240039009436a1b99176159517cfc0e08afbf09b240c9531965342ecd795bb7b17bdefd2d34dbf2166f542e788b WHIRLPOOL 63aebcf1cd171ebe8c4314467ddb73ca74c242bfe4be350e2feaf72c4c5f7cb4c9d91a75c400df72fdb1913158c64098c7288f02068a292ed2483a4d90fb335d


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-10-10 12:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-31 12:53 [gentoo-commits] dev/dev-zero:master commit in: dev-python/marshmallow/ Tiziano Müller
  -- strict thread matches above, loose matches on Subject: below --
2016-10-10 12:02 Tiziano Müller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox