public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tiziano Müller" <dev-zero@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/mongoengine/
Date: Thu,  9 Jun 2016 10:12:03 +0000 (UTC)	[thread overview]
Message-ID: <1465467086.b101e0781f60801fa0e40c77e3843be5e2fcc1c0.dev-zero@gentoo> (raw)

commit:     b101e0781f60801fa0e40c77e3843be5e2fcc1c0
Author:     Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  9 10:10:42 2016 +0000
Commit:     Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
CommitDate: Thu Jun  9 10:11:26 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b101e078

dev-python/mongoengine: version bump, add Python-3 support

Package-Manager: portage-2.3.0_rc1

 dev-python/mongoengine/Manifest                  |  1 +
 dev-python/mongoengine/mongoengine-0.10.6.ebuild | 32 ++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/dev-python/mongoengine/Manifest b/dev-python/mongoengine/Manifest
index af45567..eecb27f 100644
--- a/dev-python/mongoengine/Manifest
+++ b/dev-python/mongoengine/Manifest
@@ -1 +1,2 @@
+DIST mongoengine-0.10.6.tar.gz 469469 SHA256 0fa34c2747c987eebe624a794d18ffefbed440e374e3d230b2baed7c98b9513d SHA512 a8d16739892c64ed408afab49c6d33a4b438af83e003844caa101cd51366038ba75121d12b4385a546cf4d946a506bc11f173355f6855e740cef9fddfd6437e7 WHIRLPOOL 58f511cfe80cae44c41fe1f451bd19edfc653e7c885547b16f1cd3436f62273c947c7ce893639d1fe3e1417bc6c4c97034bb84a85cf76886252b426b2e776bf4
 DIST mongoengine-0.8.3.tar.gz 219978 SHA256 e8e8acbffda03d70ab09615135b823b7707bd11a4e6c9327c2fd8cbed145c14a SHA512 b77c36ae008fb31f26a60135fbba3a9cf08375506a760daa3fe9e2558a6c67f4ea769eccf7c472c9ddef900fe50548aca00a81d0e666b007398b31cb4d32e368 WHIRLPOOL 241c0b51a2c9a130ed8416266baa1394d06def7c7b074cec7c6a35da6add251cd0aa05f0350bf9334ee9d3921e6a686c23dbdf5a3120a1459a4adfc134c244e1

diff --git a/dev-python/mongoengine/mongoengine-0.10.6.ebuild b/dev-python/mongoengine/mongoengine-0.10.6.ebuild
new file mode 100644
index 0000000..8a99bfe
--- /dev/null
+++ b/dev-python/mongoengine/mongoengine-0.10.6.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
+
+inherit distutils-r1
+
+RESTRICT="test" # connects to local DB and other nonsense
+
+DESCRIPTION="A Python Object-Document-Mapper for working with MongoDB"
+HOMEPAGE="https://github.com/MongoEngine/mongoengine/"
+SRC_URI="https://github.com/MongoEngine/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+	dev-python/pymongo[${PYTHON_USEDEP}]"
+
+python_prepare_all() {
+	sed -i -e 's/tests/tests*/g' setup.py || die "Failed to fix test removal thingy"
+	distutils-r1_python_prepare_all
+}
+
+python_test() {
+	nosetests || die "Testing failed with ${EPYTHON}"
+}


             reply	other threads:[~2016-06-09 10:12 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-09 10:12 Tiziano Müller [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-05-15 13:49 [gentoo-commits] repo/gentoo:master commit in: dev-python/mongoengine/ Manuel Rüger
2017-12-29 18:48 Mikle Kolyada
2018-01-05  9:36 Michał Górny
2019-12-01 19:27 Andreas Sturmlechner
2020-02-05 21:28 Andreas Sturmlechner
2020-07-02 12:42 Michał Górny
2020-08-25 12:53 Agostino Sarubbo
2020-08-30  1:32 Thomas Deutschmann
2020-09-18 15:30 Michał Górny
2020-11-20  9:54 Michał Górny
2020-12-15 11:05 Michał Górny
2020-12-16 23:04 Michał Górny
2020-12-21 19:43 Michał Górny
2020-12-21 20:25 Sam James
2020-12-21 20:31 Michał Górny
2021-01-19  2:45 Sam James
2021-01-19  8:02 Michał Górny
2021-03-05 10:14 Michał Górny
2021-04-13 13:14 Michał Górny
2021-04-13 13:29 Michał Górny
2021-04-13 21:49 Michał Górny
2021-04-13 21:49 Michał Górny
2021-04-29 10:09 Michał Górny
2021-04-29 10:21 Michał Górny
2021-05-04 13:59 Michał Górny
2021-06-06 13:01 Sam James
2021-06-06 14:46 Michał Górny
2021-10-02 11:39 Arthur Zamarin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1465467086.b101e0781f60801fa0e40c77e3843be5e2fcc1c0.dev-zero@gentoo \
    --to=dev-zero@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox