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_polymorphic/
Date: Mon,  4 May 2020 10:48:51 +0000 (UTC)	[thread overview]
Message-ID: <1588589326.6905aa5153c5261442ac9be5cced7a655571e004.mgorny@gentoo> (raw)

commit:     6905aa5153c5261442ac9be5cced7a655571e004
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon May  4 10:46:58 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May  4 10:48:46 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6905aa51

dev-python/django_polymorphic: Remove old

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

 dev-python/django_polymorphic/Manifest             |  1 -
 .../django_polymorphic-2.0.3.ebuild                | 39 ----------------------
 2 files changed, 40 deletions(-)

diff --git a/dev-python/django_polymorphic/Manifest b/dev-python/django_polymorphic/Manifest
index 464355cce55..05724214938 100644
--- a/dev-python/django_polymorphic/Manifest
+++ b/dev-python/django_polymorphic/Manifest
@@ -1,2 +1 @@
-DIST django_polymorphic-2.0.3.tar.gz 100447 BLAKE2B 0a86212810d5a51637faa5b431355fcbe66ac7a14fbdf09952edde8895c7d53f46de8dd00d0e778eec8c141a9020b7775577489d94f4eff6d129ecbebcbf5e5a SHA512 0ef4877820d7761bf603506d81fe7fe9121e8de9db7e0ef225f87f43a3c32b1b51fffbe4cd246fa94fac95c99b8a36f844c0109e1770eeca9e5051fe529e6f1a
 DIST django_polymorphic-2.1.2.tar.gz 103555 BLAKE2B b55764e4b2d48bd33fc9b62852c048981a80480bd5cd4603dc37cc5b8ee54a5e2558c99c11b3588910e577a1b28dd979ca82df49f788579c91129402be2abf73 SHA512 f23f3bbfd3e8a072804d374d5c7fa8f5ceb596463942795be303a2a349b1804e66adee445602ae263ec0b71894d9ad4a6712bad19c70320a6f87e07e97dbffef

diff --git a/dev-python/django_polymorphic/django_polymorphic-2.0.3.ebuild b/dev-python/django_polymorphic/django_polymorphic-2.0.3.ebuild
deleted file mode 100644
index 2df90a65614..00000000000
--- a/dev-python/django_polymorphic/django_polymorphic-2.0.3.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-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 -> ${P}.tar.gz"
-
-LICENSE="BSD"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-IUSE="test"
-
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	>=dev-python/django-1.11[$PYTHON_USEDEP]
-"
-
-DEPEND="
-	${RDEPEND}
-	dev-python/setuptools[${PYTHON_USEDEP}]
-	test? (
-		dev-python/dj-database-url[${PYTHON_USEDEP}]
-	)
-"
-
-S="${WORKDIR}/${P//_/-}"
-
-python_test() {
-	"${EPYTHON}" runtests.py || die "Tests fail with ${EPYTHON}"
-}


             reply	other threads:[~2020-05-04 10:48 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-04 10:48 Michał Górny [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-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-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=1588589326.6905aa5153c5261442ac9be5cced7a655571e004.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