public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Virgil Dupras" <vdupras@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/django_polymorphic/
Date: Sat, 17 Nov 2018 20:03:47 +0000 (UTC)	[thread overview]
Message-ID: <1542484908.62b2a3770269e397708dce3575a99529af51c88a.vdupras@gentoo> (raw)

commit:     62b2a3770269e397708dce3575a99529af51c88a
Author:     Virgil Dupras <vdupras <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 17 20:01:48 2018 +0000
Commit:     Virgil Dupras <vdupras <AT> gentoo <DOT> org>
CommitDate: Sat Nov 17 20:01:48 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62b2a377

dev-python/django_polymorphic: fix broken CI

Signed-off-by: Virgil Dupras <vdupras <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-python/django_polymorphic/Manifest                        | 2 +-
 dev-python/django_polymorphic/django_polymorphic-2.0.3.ebuild | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/django_polymorphic/Manifest b/dev-python/django_polymorphic/Manifest
index 8d49423dbdc..d4fb7729f31 100644
--- a/dev-python/django_polymorphic/Manifest
+++ b/dev-python/django_polymorphic/Manifest
@@ -2,4 +2,4 @@ DIST django-polymorphic-1.2.tar.gz 100149 BLAKE2B ac7e92e113b595009d350282504845
 DIST django-polymorphic-2.0.2.tar.gz 99541 BLAKE2B f785eb0d63b79521c5dd1df1dd61ef5b5b560a67337e2d647bf56bea4524129074ab9766231c516397763152ab88c15fa35ec1386fd64bb725e93cfe11418cd3 SHA512 5790526debf68ea39b2cd578d33b0a5d715e7a5f20f83108a0fb26df956ba7b3bcbb10f67608f60df13d62f86efefe0152af7d069ca404b1b92fc9fdf71ffbd0
 DIST django_polymorphic-0.7.2.tar.gz 36041 BLAKE2B b878ad08b6ce85efb7801e4c7506e75fcae47f439c130c0457d65c60ae265803d4dd588061430ae64e0e51f9de4b4422f60417024ffdba25606cb66c253f12c4 SHA512 afe391f635fcde0490a4bfd64d373794134a2e56066e07236299c07669eaa8afbef6f6d1a6116061716edb95ef1db0c0e4da91a7e8516f517206499d41051250
 DIST django_polymorphic-0.9.2.tar.gz 39400 BLAKE2B 5c8d5c336e31891e05c12b43f8ed87d693182d9cbce41008624d6072b84eb2fa9882356642269e36cf04eed0b326dff1b57ef5007df40984159bec2649b5c904 SHA512 db22b880e042bf70ae215c95ce2cc5bca5f8622e7554af7c9e4b15daf10f45e70b255d9db2280a5de3a0c7a07dee3eb2b8cea5552b28c24ec8c301713165d993
-DIST v2.0.3.tar.gz 100447 BLAKE2B 0a86212810d5a51637faa5b431355fcbe66ac7a14fbdf09952edde8895c7d53f46de8dd00d0e778eec8c141a9020b7775577489d94f4eff6d129ecbebcbf5e5a SHA512 0ef4877820d7761bf603506d81fe7fe9121e8de9db7e0ef225f87f43a3c32b1b51fffbe4cd246fa94fac95c99b8a36f844c0109e1770eeca9e5051fe529e6f1a
+DIST django_polymorphic-2.0.3.tar.gz 100447 BLAKE2B 0a86212810d5a51637faa5b431355fcbe66ac7a14fbdf09952edde8895c7d53f46de8dd00d0e778eec8c141a9020b7775577489d94f4eff6d129ecbebcbf5e5a SHA512 0ef4877820d7761bf603506d81fe7fe9121e8de9db7e0ef225f87f43a3c32b1b51fffbe4cd246fa94fac95c99b8a36f844c0109e1770eeca9e5051fe529e6f1a

diff --git a/dev-python/django_polymorphic/django_polymorphic-2.0.3.ebuild b/dev-python/django_polymorphic/django_polymorphic-2.0.3.ebuild
index 949a7278ee6..adfb754266c 100644
--- a/dev-python/django_polymorphic/django_polymorphic-2.0.3.ebuild
+++ b/dev-python/django_polymorphic/django_polymorphic-2.0.3.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Seamless Polymorphic Inheritance for Django Models"
 HOMEPAGE="https://pypi.org/project/django-polymorphic/"
 
 # pypi tarball does not include 'models.py' and 'admintestcase.py' from test directory
-SRC_URI="https://github.com/django-polymorphic/django-polymorphic/archive/v${PV}.tar.gz"
+SRC_URI="https://github.com/django-polymorphic/django-polymorphic/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD"
 KEYWORDS="~amd64 ~x86"
@@ -21,7 +21,7 @@ IUSE="test"
 RESTRICT="!test? ( test )"
 
 RDEPEND="
-	>=dev-python/django-1.11
+	>=dev-python/django-1.11[$PYTHON_USEDEP]
 "
 
 DEPEND="


             reply	other threads:[~2018-11-17 20:03 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-17 20:03 Virgil Dupras [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-04-14 14:58 [gentoo-commits] repo/gentoo:master commit in: dev-python/django_polymorphic/ Michał Górny
2024-04-14 14:58 Michał Górny
2024-04-14 14:58 Michał Górny
2023-01-27 13:22 Arthur Zamarin
2023-01-27 13:22 Arthur Zamarin
2023-01-27 13:22 Arthur Zamarin
2022-05-16 13:17 Michał Górny
2021-11-18 22:28 Michał Górny
2021-08-29 19:31 Arthur Zamarin
2021-08-29 19:31 Arthur Zamarin
2020-08-21 13:35 Michał Górny
2020-05-19 12:06 Michał Górny
2020-05-04 10:48 Michał Górny
2020-04-21 12:05 Michał Górny
2020-04-21 12:05 Michał Górny
2020-04-21 12:05 Michał Górny
2018-11-17 20:03 Virgil Dupras
2018-11-11 14:52 Dennis Lamm
2018-05-08 19:11 Slawek Lis
2017-06-14 11:43 Pacho Ramos
2017-05-23 19:11 Slawek Lis
2017-05-23 10:43 Slawek Lis
2016-06-22  7:04 Slawek Lis
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=1542484908.62b2a3770269e397708dce3575a99529af51c88a.vdupras@gentoo \
    --to=vdupras@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