public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/django-mptt/
Date: Mon, 27 Sep 2021 22:16:13 +0000 (UTC)	[thread overview]
Message-ID: <1632780964.855ee87d6f0c3df406e8c04936ed16c5069cb26d.mgorny@gentoo> (raw)

commit:     855ee87d6f0c3df406e8c04936ed16c5069cb26d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 27 21:32:01 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Sep 27 22:16:04 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=855ee87d

dev-python/django-mptt: Bump to 0.13.4

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/django-mptt/Manifest                  |  1 +
 dev-python/django-mptt/django-mptt-0.13.4.ebuild | 27 ++++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/dev-python/django-mptt/Manifest b/dev-python/django-mptt/Manifest
index 1b5f5f0aa23..cdc0defa20c 100644
--- a/dev-python/django-mptt/Manifest
+++ b/dev-python/django-mptt/Manifest
@@ -1 +1,2 @@
 DIST django-mptt-0.13.3.gh.tar.gz 303670 BLAKE2B 0185ecf3576ab7fe48ec4d7b2259e7cd88f2c5e3a8c96aa1ee555b7f0adabed4b787db84bcc4b2831746b410f0f58364df8fab9ce1768f1e1b9d1ff8a2869730 SHA512 602f45d4353dca80ec2285366c87eb60ff6a39a09990a041236f737371715166e9a8e360a83b4419c0ded7a206f73e4754de602aabef18f89e7db85ce8c651ea
+DIST django-mptt-0.13.4.gh.tar.gz 303688 BLAKE2B 66ae7a0e15a7ff281af2154f216970a6a9b249a713b3ae987f0fbdb60b95129fdfc96c05924c0285da33f11c59baf6e069830c3079c64164d838d9d34231a4a9 SHA512 86786763db060227b41e2e340df5d52062fb6e8c54f832611bc90d01102411d45dc217e8d84eece84ebbe4fc9727d06e7c368ae15c253aaf02117705dbae8c47

diff --git a/dev-python/django-mptt/django-mptt-0.13.4.ebuild b/dev-python/django-mptt/django-mptt-0.13.4.ebuild
new file mode 100644
index 00000000000..10262c58b32
--- /dev/null
+++ b/dev-python/django-mptt/django-mptt-0.13.4.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..9} )
+inherit distutils-r1
+
+DESCRIPTION="utilities for modified preorder tree traversal and trees of model instances"
+HOMEPAGE="https://github.com/django-mptt/django-mptt"
+SRC_URI="
+	https://github.com/django-mptt/django-mptt/archive/${PV}.tar.gz
+		-> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+	>=dev-python/django-1.11[${PYTHON_USEDEP}]
+	dev-python/django-js-asset[${PYTHON_USEDEP}]
+"
+
+python_test() {
+	"${EPYTHON}" tests/manage.py test -v2 myapp ||
+		die "Tests failed with ${EPYTHON}"
+}


             reply	other threads:[~2021-09-27 22:16 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-27 22:16 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-02-15 13:17 [gentoo-commits] repo/gentoo:master commit in: dev-python/django-mptt/ Michał Górny
2022-06-04 17:48 Michał Górny
2021-11-01  7:42 Arthur Zamarin
2021-11-01  7:42 Arthur Zamarin
2021-11-01  7:42 Arthur Zamarin
2021-10-17  7:41 Michał Górny
2021-09-08 20:26 Michał Górny
2021-08-28  6:54 Michał Górny
2021-08-22 21:40 Michał Górny
2021-05-15 23:30 William Hubbs
2021-01-30 20:27 Conrad Kostecki
2020-03-26 20:52 Michał Górny
2020-03-11 21:56 William Hubbs
2020-02-11 20:10 William Hubbs
2020-01-26 19:37 William Hubbs
2019-03-14 22:07 William Hubbs
2017-06-14 11:43 Pacho Ramos
2015-11-05 13:32 Slawek Lis

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=1632780964.855ee87d6f0c3df406e8c04936ed16c5069cb26d.mgorny@gentoo \
    --to=mgorny@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