From: "Slawek Lis" <slis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/django_polymorphic/
Date: Tue, 23 May 2017 10:43:24 +0000 (UTC) [thread overview]
Message-ID: <1495535847.1da20d51e5d19d506bbcd503eabdfa2ca09721d3.slis@gentoo> (raw)
commit: 1da20d51e5d19d506bbcd503eabdfa2ca09721d3
Author: Slawomir Lis <slis <AT> gentoo <DOT> org>
AuthorDate: Tue May 23 08:18:00 2017 +0000
Commit: Slawek Lis <slis <AT> gentoo <DOT> org>
CommitDate: Tue May 23 10:37:27 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1da20d51
dev-python/django_polymorphic: version bump to 1.2
Package-Manager: Portage-2.3.6, Repoman-2.3.2
dev-python/django_polymorphic/Manifest | 1 +
.../django_polymorphic-1.2.ebuild | 26 ++++++++++++++++++++++
2 files changed, 27 insertions(+)
diff --git a/dev-python/django_polymorphic/Manifest b/dev-python/django_polymorphic/Manifest
index 07eeca386af..a0b7800028f 100644
--- a/dev-python/django_polymorphic/Manifest
+++ b/dev-python/django_polymorphic/Manifest
@@ -1,2 +1,3 @@
+DIST django-polymorphic-1.2.tar.gz 100149 SHA256 79e4f3f619fc6ea525c04fbe4963a7d5e97b7b20e17741b3314b741dc231e8af SHA512 71d7293b5eb49ae49801d5d3e60af7c9bcb8729237fb92016dc14800c1955cac1ae5a9029a1d37048cdfd7200e1ee38d15e13859345b1032f202ff90f75fd325 WHIRLPOOL 74f60ee18a86fea45daa83a0556a4b60e981431321fc52135fda0781eb15291621bf6bf9f01d86052fdfb9dcc96d4275349b0a012c48594923e4153952e2d679
DIST django_polymorphic-0.7.2.tar.gz 36041 SHA256 f2f64fcf818b824316fb86fb1b5e8b18fa0b82c58eb881c05a0d06045cf4539a SHA512 afe391f635fcde0490a4bfd64d373794134a2e56066e07236299c07669eaa8afbef6f6d1a6116061716edb95ef1db0c0e4da91a7e8516f517206499d41051250 WHIRLPOOL dae7a2e6b7c29eab63de736498b9cb991e36a06df42df1da3632e0e257d0987ea1f1e9a7e3367e2e4b5b88efbe6bfd031759a94f94fa6400645db1075a52a393
DIST django_polymorphic-0.9.2.tar.gz 39400 SHA256 fd8e88ed6b01b038fedf8eb63392f29a158143b36bde71424e194cbc382a447c SHA512 db22b880e042bf70ae215c95ce2cc5bca5f8622e7554af7c9e4b15daf10f45e70b255d9db2280a5de3a0c7a07dee3eb2b8cea5552b28c24ec8c301713165d993 WHIRLPOOL 35c51330c2ef1645ed6edebee941a3404fbc9414fd1edf29ac3c03e753672e20675a03940692402436bffcc887935795aba434201f1a087cc9785d44200b54c0
diff --git a/dev-python/django_polymorphic/django_polymorphic-1.2.ebuild b/dev-python/django_polymorphic/django_polymorphic-1.2.ebuild
new file mode 100644
index 00000000000..754962e60fe
--- /dev/null
+++ b/dev-python/django_polymorphic/django_polymorphic-1.2.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+
+PYTHON_COMPAT=( python{2_{6,7},3_{2,3,4,5}} )
+
+inherit distutils-r1
+
+DESCRIPTION="Seamless Polymorphic Inheritance for Django Models"
+HOMEPAGE="https://pypi.python.org/pypi/django-polymorphic"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P//_/-}.tar.gz"
+
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+ >=dev-python/django-1.4[${PYTHON_USEDEP}]
+"
+
+DEPEND="
+ ${RDEPEND}
+ dev-python/setuptools[${PYTHON_USEDEP}]
+"
next reply other threads:[~2017-05-23 10:43 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-05-23 10:43 Slawek Lis [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-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
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=1495535847.1da20d51e5d19d506bbcd503eabdfa2ca09721d3.slis@gentoo \
--to=slis@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