[gentoo-commits] repo/gentoo:master commit in: dev-python/django_polymorphic/

2024-04-14 Thread Michał Górny
commit: 4b0605f60f8192f590df61fc6e025b10afaa6663
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Apr 14 14:51:18 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr 14 14:57:53 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b0605f6

dev-python/django_polymorphic: Enable py3.12

Closes: https://bugs.gentoo.org/929449
Signed-off-by: Michał Górny  gentoo.org>

 .../django_polymorphic/django_polymorphic-3.1-r1.ebuild | 13 +
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/dev-python/django_polymorphic/django_polymorphic-3.1-r1.ebuild 
b/dev-python/django_polymorphic/django_polymorphic-3.1-r1.ebuild
index 63c1444d7b25..1bda2e1202ed 100644
--- a/dev-python/django_polymorphic/django_polymorphic-3.1-r1.ebuild
+++ b/dev-python/django_polymorphic/django_polymorphic-3.1-r1.ebuild
@@ -1,17 +1,22 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
+
 inherit distutils-r1
 
 DESCRIPTION="Seamless Polymorphic Inheritance for Django Models"
-HOMEPAGE="https://pypi.org/project/django-polymorphic/;
+HOMEPAGE="
+   https://github.com/django-polymorphic/django-polymorphic/
+   https://pypi.org/project/django-polymorphic/
+"
 SRC_URI="

https://github.com/django-polymorphic/django-polymorphic/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz"
+   -> ${P}.gh.tar.gz
+"
 S="${WORKDIR}/${P//_/-}"
 
 LICENSE="BSD"



[gentoo-commits] repo/gentoo:master commit in: dev-python/django_polymorphic/

2024-04-14 Thread Michał Górny
commit: 8aa97fc42960edbf56feff98697e801125f6f229
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Apr 14 14:52:04 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr 14 14:57:54 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8aa97fc4

dev-python/django_polymorphic: Prepare for rename

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

 dev-python/django_polymorphic/Manifest | 2 +-
 dev-python/django_polymorphic/django_polymorphic-3.1-r1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/django_polymorphic/Manifest 
b/dev-python/django_polymorphic/Manifest
index 8678dcfcd1fa..6b3175e1e369 100644
--- a/dev-python/django_polymorphic/Manifest
+++ b/dev-python/django_polymorphic/Manifest
@@ -1 +1 @@
-DIST django_polymorphic-3.1.gh.tar.gz 104090 BLAKE2B 
de2a2b38f338a10198d00e70d1813e541bf627e2ba2f5e29f0844c9ec7034badba39c077a195fc8c2f71105f1b4e546b91218b95d2ac47020f0dc2e3a5b0baa8
 SHA512 
730f617009007f94e935870941fdd8973d0cd5995060afbd138622345de77fa48bf2afe037bfa2ad476cef0a31e90cab1eb55109c470ae815a98e1facfa8f125
+DIST django-polymorphic-3.1.gh.tar.gz 104090 BLAKE2B 
de2a2b38f338a10198d00e70d1813e541bf627e2ba2f5e29f0844c9ec7034badba39c077a195fc8c2f71105f1b4e546b91218b95d2ac47020f0dc2e3a5b0baa8
 SHA512 
730f617009007f94e935870941fdd8973d0cd5995060afbd138622345de77fa48bf2afe037bfa2ad476cef0a31e90cab1eb55109c470ae815a98e1facfa8f125

diff --git a/dev-python/django_polymorphic/django_polymorphic-3.1-r1.ebuild 
b/dev-python/django_polymorphic/django_polymorphic-3.1-r1.ebuild
index 52ee219af2b7..2de460abaf76 100644
--- a/dev-python/django_polymorphic/django_polymorphic-3.1-r1.ebuild
+++ b/dev-python/django_polymorphic/django_polymorphic-3.1-r1.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="
 "
 SRC_URI="
https://github.com/jazzband/django-polymorphic/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
+   -> ${P//_/-}.gh.tar.gz
 "
 S="${WORKDIR}/${P//_/-}"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/django_polymorphic/

2024-04-14 Thread Michał Górny
commit: 59ebbd9505705459d1bb6d1c1612cae9edea89cd
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Apr 14 14:51:46 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr 14 14:57:54 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59ebbd95

dev-python/django_polymorphic: Update homepage

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

 dev-python/django_polymorphic/django_polymorphic-3.1-r1.ebuild | 4 ++--
 dev-python/django_polymorphic/metadata.xml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/django_polymorphic/django_polymorphic-3.1-r1.ebuild 
b/dev-python/django_polymorphic/django_polymorphic-3.1-r1.ebuild
index 1bda2e1202ed..52ee219af2b7 100644
--- a/dev-python/django_polymorphic/django_polymorphic-3.1-r1.ebuild
+++ b/dev-python/django_polymorphic/django_polymorphic-3.1-r1.ebuild
@@ -10,11 +10,11 @@ inherit distutils-r1
 
 DESCRIPTION="Seamless Polymorphic Inheritance for Django Models"
 HOMEPAGE="
-   https://github.com/django-polymorphic/django-polymorphic/
+   https://github.com/jazzband/django-polymorphic/
https://pypi.org/project/django-polymorphic/
 "
 SRC_URI="
-   
https://github.com/django-polymorphic/django-polymorphic/archive/v${PV}.tar.gz
+   https://github.com/jazzband/django-polymorphic/archive/v${PV}.tar.gz
-> ${P}.gh.tar.gz
 "
 S="${WORKDIR}/${P//_/-}"

diff --git a/dev-python/django_polymorphic/metadata.xml 
b/dev-python/django_polymorphic/metadata.xml
index 950a1fc45eca..007d21b86f5b 100644
--- a/dev-python/django_polymorphic/metadata.xml
+++ b/dev-python/django_polymorphic/metadata.xml
@@ -8,6 +8,6 @@


django-polymorphic
-   django-polymorphic/django-polymorphic
+   jazzband/django-polymorphic

 



[gentoo-commits] repo/gentoo:master commit in: dev-python/django_polymorphic/

2023-01-27 Thread Arthur Zamarin
commit: 1056a5d34bc0e8a957e47dec52f46e0a66ffaaa0
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Jan 27 13:18:15 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Jan 27 13:18:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1056a5d3

dev-python/django_polymorphic: mark ALLARCHES

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/django_polymorphic/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/django_polymorphic/metadata.xml 
b/dev-python/django_polymorphic/metadata.xml
index e36e667aa074..950a1fc45eca 100644
--- a/dev-python/django_polymorphic/metadata.xml
+++ b/dev-python/django_polymorphic/metadata.xml
@@ -5,6 +5,7 @@
pyt...@gentoo.org
Python

+   

django-polymorphic
django-polymorphic/django-polymorphic



[gentoo-commits] repo/gentoo:master commit in: dev-python/django_polymorphic/

2023-01-27 Thread Arthur Zamarin
commit: 52a242854bb38226a96892a7dae501f9060d38ab
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Jan 27 13:18:03 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Jan 27 13:18:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52a24285

dev-python/django_polymorphic: Use PEP517

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/django_polymorphic/Manifest |  1 +
 .../django_polymorphic-3.1-r1.ebuild   | 37 ++
 2 files changed, 38 insertions(+)

diff --git a/dev-python/django_polymorphic/Manifest 
b/dev-python/django_polymorphic/Manifest
index e4434eedd56a..cfd9f0e24773 100644
--- a/dev-python/django_polymorphic/Manifest
+++ b/dev-python/django_polymorphic/Manifest
@@ -1 +1,2 @@
+DIST django_polymorphic-3.1.gh.tar.gz 104090 BLAKE2B 
de2a2b38f338a10198d00e70d1813e541bf627e2ba2f5e29f0844c9ec7034badba39c077a195fc8c2f71105f1b4e546b91218b95d2ac47020f0dc2e3a5b0baa8
 SHA512 
730f617009007f94e935870941fdd8973d0cd5995060afbd138622345de77fa48bf2afe037bfa2ad476cef0a31e90cab1eb55109c470ae815a98e1facfa8f125
 DIST django_polymorphic-3.1.tar.gz 104090 BLAKE2B 
de2a2b38f338a10198d00e70d1813e541bf627e2ba2f5e29f0844c9ec7034badba39c077a195fc8c2f71105f1b4e546b91218b95d2ac47020f0dc2e3a5b0baa8
 SHA512 
730f617009007f94e935870941fdd8973d0cd5995060afbd138622345de77fa48bf2afe037bfa2ad476cef0a31e90cab1eb55109c470ae815a98e1facfa8f125

diff --git a/dev-python/django_polymorphic/django_polymorphic-3.1-r1.ebuild 
b/dev-python/django_polymorphic/django_polymorphic-3.1-r1.ebuild
new file mode 100644
index ..1e243ade908d
--- /dev/null
+++ b/dev-python/django_polymorphic/django_polymorphic-3.1-r1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..10} )
+inherit distutils-r1
+
+DESCRIPTION="Seamless Polymorphic Inheritance for Django Models"
+HOMEPAGE="https://pypi.org/project/django-polymorphic/;
+SRC_URI="
+   
https://github.com/django-polymorphic/django-polymorphic/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz"
+S="${WORKDIR}/${P//_/-}"
+
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=dev-python/django-2.1[$PYTHON_USEDEP]
+"
+
+DEPEND="
+   test? (
+   $(python_gen_impl_dep sqlite)
+   ${RDEPEND}
+   dev-python/dj-database-url[${PYTHON_USEDEP}]
+   )
+"
+
+python_test() {
+   "${EPYTHON}" runtests.py || die "Tests fail with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/django_polymorphic/

2023-01-27 Thread Arthur Zamarin
commit: 502a4b8146bf05d3b03762844a8d2f002425d864
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Jan 27 13:19:22 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Jan 27 13:19:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=502a4b81

dev-python/django_polymorphic: enable py3.11

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/django_polymorphic/django_polymorphic-3.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/django_polymorphic/django_polymorphic-3.1-r1.ebuild 
b/dev-python/django_polymorphic/django_polymorphic-3.1-r1.ebuild
index 1e243ade908d..234e59d8b40e 100644
--- a/dev-python/django_polymorphic/django_polymorphic-3.1-r1.ebuild
+++ b/dev-python/django_polymorphic/django_polymorphic-3.1-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
 inherit distutils-r1
 
 DESCRIPTION="Seamless Polymorphic Inheritance for Django Models"



[gentoo-commits] repo/gentoo:master commit in: dev-python/django_polymorphic/

2022-05-16 Thread Michał Górny
commit: 835be0cdc597a6e1f4baff105568fd8c405b9905
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 16 13:15:56 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 16 13:17:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=835be0cd

dev-python/django_polymorphic: Remove old

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

 dev-python/django_polymorphic/Manifest |  1 -
 .../django_polymorphic-3.0.0.ebuild| 34 --
 2 files changed, 35 deletions(-)

diff --git a/dev-python/django_polymorphic/Manifest 
b/dev-python/django_polymorphic/Manifest
index 25721477cab5..e4434eedd56a 100644
--- a/dev-python/django_polymorphic/Manifest
+++ b/dev-python/django_polymorphic/Manifest
@@ -1,2 +1 @@
-DIST django_polymorphic-3.0.0.tar.gz 103298 BLAKE2B 
f68e53de329a8b922fdf8b6daa212422cca8a0dcb31407e4423e8245fe4200c3d2986ca1c9b46013fcc3ae42cedd9fff006db64ca068f8ebff1e19dca2b45aa1
 SHA512 
7c7030a622d265db2a6d67c327df3044c6598d36ba9d6433f27171f9c07b34dad7a466372e0f7baefc9d2c344b96a2ff9aa28add1fa131c3869d61e4a4c46222
 DIST django_polymorphic-3.1.tar.gz 104090 BLAKE2B 
de2a2b38f338a10198d00e70d1813e541bf627e2ba2f5e29f0844c9ec7034badba39c077a195fc8c2f71105f1b4e546b91218b95d2ac47020f0dc2e3a5b0baa8
 SHA512 
730f617009007f94e935870941fdd8973d0cd5995060afbd138622345de77fa48bf2afe037bfa2ad476cef0a31e90cab1eb55109c470ae815a98e1facfa8f125

diff --git a/dev-python/django_polymorphic/django_polymorphic-3.0.0.ebuild 
b/dev-python/django_polymorphic/django_polymorphic-3.0.0.ebuild
deleted file mode 100644
index 53eef87e7fa5..
--- a/dev-python/django_polymorphic/django_polymorphic-3.0.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="Seamless Polymorphic Inheritance for Django Models"
-HOMEPAGE="https://pypi.org/project/django-polymorphic/;
-SRC_URI="https://github.com/django-polymorphic/django-polymorphic/archive/${PV}.tar.gz
 -> ${P}.tar.gz"
-S="${WORKDIR}/${P//_/-}"
-
-LICENSE="BSD"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   >=dev-python/django-2.1[$PYTHON_USEDEP]
-"
-
-DEPEND="
-   test? (
-   $(python_gen_impl_dep sqlite)
-   ${RDEPEND}
-   dev-python/dj-database-url[${PYTHON_USEDEP}]
-   )
-"
-
-python_test() {
-   "${EPYTHON}" runtests.py || die "Tests fail with ${EPYTHON}"
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/django_polymorphic/

2021-11-18 Thread Michał Górny
commit: 9ad8bf66e15893f469fe282af8f742bcde5b0248
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov 18 21:44:13 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov 18 22:28:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ad8bf66

dev-python/django_polymorphic: Bump to 3.1

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

 dev-python/django_polymorphic/Manifest |  1 +
 .../django_polymorphic-3.1.ebuild  | 36 ++
 2 files changed, 37 insertions(+)

diff --git a/dev-python/django_polymorphic/Manifest 
b/dev-python/django_polymorphic/Manifest
index 6077c841e5e5..25721477cab5 100644
--- a/dev-python/django_polymorphic/Manifest
+++ b/dev-python/django_polymorphic/Manifest
@@ -1 +1,2 @@
 DIST django_polymorphic-3.0.0.tar.gz 103298 BLAKE2B 
f68e53de329a8b922fdf8b6daa212422cca8a0dcb31407e4423e8245fe4200c3d2986ca1c9b46013fcc3ae42cedd9fff006db64ca068f8ebff1e19dca2b45aa1
 SHA512 
7c7030a622d265db2a6d67c327df3044c6598d36ba9d6433f27171f9c07b34dad7a466372e0f7baefc9d2c344b96a2ff9aa28add1fa131c3869d61e4a4c46222
+DIST django_polymorphic-3.1.tar.gz 104090 BLAKE2B 
de2a2b38f338a10198d00e70d1813e541bf627e2ba2f5e29f0844c9ec7034badba39c077a195fc8c2f71105f1b4e546b91218b95d2ac47020f0dc2e3a5b0baa8
 SHA512 
730f617009007f94e935870941fdd8973d0cd5995060afbd138622345de77fa48bf2afe037bfa2ad476cef0a31e90cab1eb55109c470ae815a98e1facfa8f125

diff --git a/dev-python/django_polymorphic/django_polymorphic-3.1.ebuild 
b/dev-python/django_polymorphic/django_polymorphic-3.1.ebuild
new file mode 100644
index ..be4c92ae
--- /dev/null
+++ b/dev-python/django_polymorphic/django_polymorphic-3.1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="Seamless Polymorphic Inheritance for Django Models"
+HOMEPAGE="https://pypi.org/project/django-polymorphic/;
+SRC_URI="
+   
https://github.com/django-polymorphic/django-polymorphic/archive/v${PV}.tar.gz
+   -> ${P}.tar.gz"
+S="${WORKDIR}/${P//_/-}"
+
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=dev-python/django-2.1[$PYTHON_USEDEP]
+"
+
+DEPEND="
+   test? (
+   $(python_gen_impl_dep sqlite)
+   ${RDEPEND}
+   dev-python/dj-database-url[${PYTHON_USEDEP}]
+   )
+"
+
+python_test() {
+   "${EPYTHON}" runtests.py || die "Tests fail with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/django_polymorphic/

2021-08-29 Thread Arthur Zamarin
commit: d625e7acb8f52ac12c9c56986f6b594bce102176
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Aug 29 04:22:46 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Aug 29 19:29:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d625e7ac

dev-python/django_polymorphic: add github upstream metadata

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/django_polymorphic/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/django_polymorphic/metadata.xml 
b/dev-python/django_polymorphic/metadata.xml
index 6e9f777e1ed..1e5c64d8967 100644
--- a/dev-python/django_polymorphic/metadata.xml
+++ b/dev-python/django_polymorphic/metadata.xml
@@ -7,5 +7,6 @@


django-polymorphic
+   django-polymorphic/django-polymorphic

 



[gentoo-commits] repo/gentoo:master commit in: dev-python/django_polymorphic/

2021-08-29 Thread Arthur Zamarin
commit: c3cd6ab2cb306e661a6c3fe09067ac8a3ff85651
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Aug 29 04:30:01 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Aug 29 19:29:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3cd6ab2

dev-python/django_polymorphic: enable py3.10

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/django_polymorphic/django_polymorphic-3.0.0.ebuild | 7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/dev-python/django_polymorphic/django_polymorphic-3.0.0.ebuild 
b/dev-python/django_polymorphic/django_polymorphic-3.0.0.ebuild
index a0b851b2915..53eef87e7fa 100644
--- a/dev-python/django_polymorphic/django_polymorphic-3.0.0.ebuild
+++ b/dev-python/django_polymorphic/django_polymorphic-3.0.0.ebuild
@@ -1,10 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
+EAPI=8
 
+PYTHON_COMPAT=( python3_{8..10} )
 inherit distutils-r1
 
 DESCRIPTION="Seamless Polymorphic Inheritance for Django Models"



[gentoo-commits] repo/gentoo:master commit in: dev-python/django_polymorphic/

2020-08-21 Thread Michał Górny
commit: 2fa43f10a72d5439635220dcf9a10a0de635c75f
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Aug 21 11:53:01 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Aug 21 13:35:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fa43f10

dev-python/django_polymorphic: Bump to 3.0.0

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

 dev-python/django_polymorphic/Manifest |  1 +
 .../django_polymorphic-3.0.0.ebuild| 35 ++
 2 files changed, 36 insertions(+)

diff --git a/dev-python/django_polymorphic/Manifest 
b/dev-python/django_polymorphic/Manifest
index 05724214938..32c9ea43c1a 100644
--- a/dev-python/django_polymorphic/Manifest
+++ b/dev-python/django_polymorphic/Manifest
@@ -1 +1,2 @@
 DIST django_polymorphic-2.1.2.tar.gz 103555 BLAKE2B 
b55764e4b2d48bd33fc9b62852c048981a80480bd5cd4603dc37cc5b8ee54a5e2558c99c11b3588910e577a1b28dd979ca82df49f788579c91129402be2abf73
 SHA512 
f23f3bbfd3e8a072804d374d5c7fa8f5ceb596463942795be303a2a349b1804e66adee445602ae263ec0b71894d9ad4a6712bad19c70320a6f87e07e97dbffef
+DIST django_polymorphic-3.0.0.tar.gz 103298 BLAKE2B 
f68e53de329a8b922fdf8b6daa212422cca8a0dcb31407e4423e8245fe4200c3d2986ca1c9b46013fcc3ae42cedd9fff006db64ca068f8ebff1e19dca2b45aa1
 SHA512 
7c7030a622d265db2a6d67c327df3044c6598d36ba9d6433f27171f9c07b34dad7a466372e0f7baefc9d2c344b96a2ff9aa28add1fa131c3869d61e4a4c46222

diff --git a/dev-python/django_polymorphic/django_polymorphic-3.0.0.ebuild 
b/dev-python/django_polymorphic/django_polymorphic-3.0.0.ebuild
new file mode 100644
index 000..db4810c125f
--- /dev/null
+++ b/dev-python/django_polymorphic/django_polymorphic-3.0.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Seamless Polymorphic Inheritance for Django Models"
+HOMEPAGE="https://pypi.org/project/django-polymorphic/;
+SRC_URI="https://github.com/django-polymorphic/django-polymorphic/archive/${PV}.tar.gz
 -> ${P}.tar.gz"
+S="${WORKDIR}/${P//_/-}"
+
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=dev-python/django-2.1[$PYTHON_USEDEP]
+"
+
+DEPEND="
+   test? (
+   $(python_gen_impl_dep sqlite)
+   ${RDEPEND}
+   dev-python/dj-database-url[${PYTHON_USEDEP}]
+   )
+"
+
+python_test() {
+   "${EPYTHON}" runtests.py || die "Tests fail with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/django_polymorphic/

2020-05-19 Thread Michał Górny
commit: 7ae3ba460a6cb1e95db86e218e8ac4e58c121900
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May 19 11:29:04 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May 19 11:29:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ae3ba46

dev-python/django_polymorphic: Require sqlite for tests

Closes: https://bugs.gentoo.org/723614
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/django_polymorphic/django_polymorphic-2.1.2.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/django_polymorphic/django_polymorphic-2.1.2.ebuild 
b/dev-python/django_polymorphic/django_polymorphic-2.1.2.ebuild
index b3ba1924496..28a0ff99f16 100644
--- a/dev-python/django_polymorphic/django_polymorphic-2.1.2.ebuild
+++ b/dev-python/django_polymorphic/django_polymorphic-2.1.2.ebuild
@@ -24,6 +24,7 @@ RDEPEND="
 
 DEPEND="
test? (
+   $(python_gen_impl_dep sqlite)
${RDEPEND}
dev-python/dj-database-url[${PYTHON_USEDEP}]
)



[gentoo-commits] repo/gentoo:master commit in: dev-python/django_polymorphic/

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

dev-python/django_polymorphic: Remove old

Signed-off-by: Michał Górny  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..000
--- 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}"
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/django_polymorphic/

2020-04-21 Thread Michał Górny
commit: 6ecde16134bb4a725c32f7e1aa34bb90ba0eaebd
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Apr 21 12:01:03 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Apr 21 12:05:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ecde161

dev-python/django_polymorphic: Bump to 2.1.2, py3.{7,8}

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

 dev-python/django_polymorphic/Manifest |  1 +
 .../django_polymorphic-2.1.2.ebuild| 34 ++
 2 files changed, 35 insertions(+)

diff --git a/dev-python/django_polymorphic/Manifest 
b/dev-python/django_polymorphic/Manifest
index 99ad4c92484..464355cce55 100644
--- a/dev-python/django_polymorphic/Manifest
+++ b/dev-python/django_polymorphic/Manifest
@@ -1 +1,2 @@
 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.1.2.ebuild 
b/dev-python/django_polymorphic/django_polymorphic-2.1.2.ebuild
new file mode 100644
index 000..b3ba1924496
--- /dev/null
+++ b/dev-python/django_polymorphic/django_polymorphic-2.1.2.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+inherit distutils-r1
+
+DESCRIPTION="Seamless Polymorphic Inheritance for Django Models"
+HOMEPAGE="https://pypi.org/project/django-polymorphic/;
+SRC_URI="https://github.com/django-polymorphic/django-polymorphic/archive/v${PV}.tar.gz
 -> ${P}.tar.gz"
+S="${WORKDIR}/${P//_/-}"
+
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=dev-python/django-1.11[$PYTHON_USEDEP]
+"
+
+DEPEND="
+   test? (
+   ${RDEPEND}
+   dev-python/dj-database-url[${PYTHON_USEDEP}]
+   )
+"
+
+python_test() {
+   "${EPYTHON}" runtests.py || die "Tests fail with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/django_polymorphic/

2020-04-21 Thread Michał Górny
commit: bf15145accae4f87821c86051f49bd35260ba110
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Apr 21 11:51:26 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Apr 21 12:05:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf15145a

dev-python/django_polymorphic: Remove unused django-setuptest dep

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

 dev-python/django_polymorphic/django_polymorphic-2.0.3.ebuild | 1 -
 1 file changed, 1 deletion(-)

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 b28e9c5f157..2df90a65614 100644
--- a/dev-python/django_polymorphic/django_polymorphic-2.0.3.ebuild
+++ b/dev-python/django_polymorphic/django_polymorphic-2.0.3.ebuild
@@ -28,7 +28,6 @@ DEPEND="
${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
-   >=dev-python/django-setuptest-0.2.1[${PYTHON_USEDEP}]
dev-python/dj-database-url[${PYTHON_USEDEP}]
)
 "



[gentoo-commits] repo/gentoo:master commit in: dev-python/django_polymorphic/

2020-04-21 Thread Michał Górny
commit: b3e4424d8c8fdac893a803d4193076839807ec8d
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Apr 21 12:04:14 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Apr 21 12:05:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3e4424d

dev-python/django_polymorphic: Retake for python@

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

 dev-python/django_polymorphic/metadata.xml | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-python/django_polymorphic/metadata.xml 
b/dev-python/django_polymorphic/metadata.xml
index 611e7ae022d..0e637b8f044 100644
--- a/dev-python/django_polymorphic/metadata.xml
+++ b/dev-python/django_polymorphic/metadata.xml
@@ -1,7 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
+  
+pyt...@gentoo.org
+Python
+  
   
 django_polymorphic
   



[gentoo-commits] repo/gentoo:master commit in: dev-python/django_polymorphic/

2018-11-17 Thread Virgil Dupras
commit: a6fb450b237343279d815ebf01802832b693ec0c
Author: Virgil Dupras  gentoo  org>
AuthorDate: Sat Nov 17 20:03:33 2018 +
Commit: Virgil Dupras  gentoo  org>
CommitDate: Sat Nov 17 20:03:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6fb450b

dev-python/django_polymorphic: remove old

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

 dev-python/django_polymorphic/Manifest |  4 
 .../django_polymorphic-0.7.2.ebuild| 26 
 .../django_polymorphic-0.9.2.ebuild| 26 
 .../django_polymorphic-1.2.ebuild  | 28 --
 .../django_polymorphic-2.0.2.ebuild| 28 --
 5 files changed, 112 deletions(-)

diff --git a/dev-python/django_polymorphic/Manifest 
b/dev-python/django_polymorphic/Manifest
index d4fb7729f31..99ad4c92484 100644
--- a/dev-python/django_polymorphic/Manifest
+++ b/dev-python/django_polymorphic/Manifest
@@ -1,5 +1 @@
-DIST django-polymorphic-1.2.tar.gz 100149 BLAKE2B 
ac7e92e113b595009d350282504845b6ba179549f555c523446ecf8a69a6915e2eedacc35e30333ac3579581b33528d0b7d5bf8ab6a900180c7f209cd1277fd8
 SHA512 
71d7293b5eb49ae49801d5d3e60af7c9bcb8729237fb92016dc14800c1955cac1ae5a9029a1d37048cdfd7200e1ee38d15e13859345b1032f202ff90f75fd325
-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 django_polymorphic-2.0.3.tar.gz 100447 BLAKE2B 
0a86212810d5a51637faa5b431355fcbe66ac7a14fbdf09952edde8895c7d53f46de8dd00d0e778eec8c141a9020b7775577489d94f4eff6d129ecbebcbf5e5a
 SHA512 
0ef4877820d7761bf603506d81fe7fe9121e8de9db7e0ef225f87f43a3c32b1b51fffbe4cd246fa94fac95c99b8a36f844c0109e1770eeca9e5051fe529e6f1a

diff --git a/dev-python/django_polymorphic/django_polymorphic-0.7.2.ebuild 
b/dev-python/django_polymorphic/django_polymorphic-0.7.2.ebuild
deleted file mode 100644
index 1958ce30ff7..000
--- a/dev-python/django_polymorphic/django_polymorphic-0.7.2.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Seamless Polymorphic Inheritance for Django Models"
-HOMEPAGE="https://pypi.org/project/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
-"
-
-DEPEND="
-   ${RDEPEND}
-   dev-python/setuptools
-"

diff --git a/dev-python/django_polymorphic/django_polymorphic-0.9.2.ebuild 
b/dev-python/django_polymorphic/django_polymorphic-0.9.2.ebuild
deleted file mode 100644
index 213f2695e98..000
--- a/dev-python/django_polymorphic/django_polymorphic-0.9.2.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Seamless Polymorphic Inheritance for Django Models"
-HOMEPAGE="https://pypi.org/project/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
-"
-
-DEPEND="
-   ${RDEPEND}
-   dev-python/setuptools
-"

diff --git a/dev-python/django_polymorphic/django_polymorphic-1.2.ebuild 
b/dev-python/django_polymorphic/django_polymorphic-1.2.ebuild
deleted file mode 100644
index d382d84bef5..000
--- a/dev-python/django_polymorphic/django_polymorphic-1.2.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# 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,6}} )
-
-inherit distutils-r1
-
-DESCRIPTION="Seamless Polymorphic Inheritance for Django Models"
-HOMEPAGE="https://pypi.org/project/django-polymorphic/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P//_/-}.tar.gz"
-

[gentoo-commits] repo/gentoo:master commit in: dev-python/django_polymorphic/

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

dev-python/django_polymorphic: fix broken CI

Signed-off-by: Virgil Dupras  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="



[gentoo-commits] repo/gentoo:master commit in: dev-python/django_polymorphic/

2018-11-11 Thread Dennis Lamm
commit: e3ed8b3af666a44ffaa2af3f8e9d8d0c34b12b0c
Author: Dennis Lamm  gentoo  org>
AuthorDate: Sun Nov 11 14:27:28 2018 +
Commit: Dennis Lamm  gentoo  org>
CommitDate: Sun Nov 11 14:34:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3ed8b3a

dev-python/django_polymorphic: bump to 2.0.3

Signed-off-by: Dennis Lamm  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-python/django_polymorphic/Manifest |  1 +
 .../django_polymorphic-2.0.3.ebuild| 40 ++
 2 files changed, 41 insertions(+)

diff --git a/dev-python/django_polymorphic/Manifest 
b/dev-python/django_polymorphic/Manifest
index c2387b5ca69..8d49423dbdc 100644
--- a/dev-python/django_polymorphic/Manifest
+++ b/dev-python/django_polymorphic/Manifest
@@ -2,3 +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

diff --git a/dev-python/django_polymorphic/django_polymorphic-2.0.3.ebuild 
b/dev-python/django_polymorphic/django_polymorphic-2.0.3.ebuild
new file mode 100644
index 000..949a7278ee6
--- /dev/null
+++ b/dev-python/django_polymorphic/django_polymorphic-2.0.3.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+PYTHON_COMPAT=( python{2_7,3_{4,5,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;
+
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+IUSE="test"
+
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=dev-python/django-1.11
+"
+
+DEPEND="
+   ${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   >=dev-python/django-setuptest-0.2.1[${PYTHON_USEDEP}]
+   dev-python/dj-database-url[${PYTHON_USEDEP}]
+   )
+"
+
+S="${WORKDIR}/${P//_/-}"
+
+python_test() {
+   "${EPYTHON}" runtests.py || die "Tests fail with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/django_polymorphic/

2018-05-08 Thread Slawek Lis
commit: 0e8751734bb02a441d41e6fe0b7c4414598727cc
Author: Slawomir Lis  gentoo  org>
AuthorDate: Tue May  8 19:10:06 2018 +
Commit: Slawek Lis  gentoo  org>
CommitDate: Tue May  8 19:10:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e875173

dev-python/django_polymorphic: version bump to 2.0.2

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 dev-python/django_polymorphic/Manifest |  1 +
 .../django_polymorphic-2.0.2.ebuild| 28 ++
 2 files changed, 29 insertions(+)

diff --git a/dev-python/django_polymorphic/Manifest 
b/dev-python/django_polymorphic/Manifest
index 52b69fb5f23..c2387b5ca69 100644
--- a/dev-python/django_polymorphic/Manifest
+++ b/dev-python/django_polymorphic/Manifest
@@ -1,3 +1,4 @@
 DIST django-polymorphic-1.2.tar.gz 100149 BLAKE2B 
ac7e92e113b595009d350282504845b6ba179549f555c523446ecf8a69a6915e2eedacc35e30333ac3579581b33528d0b7d5bf8ab6a900180c7f209cd1277fd8
 SHA512 
71d7293b5eb49ae49801d5d3e60af7c9bcb8729237fb92016dc14800c1955cac1ae5a9029a1d37048cdfd7200e1ee38d15e13859345b1032f202ff90f75fd325
+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

diff --git a/dev-python/django_polymorphic/django_polymorphic-2.0.2.ebuild 
b/dev-python/django_polymorphic/django_polymorphic-2.0.2.ebuild
new file mode 100644
index 000..198f9cd61a4
--- /dev/null
+++ b/dev-python/django_polymorphic/django_polymorphic-2.0.2.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+
+PYTHON_COMPAT=( python{2_7,3_{2,3,4,5,6}} )
+
+inherit distutils-r1
+
+DESCRIPTION="Seamless Polymorphic Inheritance for Django Models"
+HOMEPAGE="https://pypi.org/project/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.11[${PYTHON_USEDEP}]
+"
+
+DEPEND="
+   ${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+"
+
+S="${WORKDIR}/${P//_/-}"



[gentoo-commits] repo/gentoo:master commit in: dev-python/django_polymorphic/

2017-06-14 Thread Pacho Ramos
commit: 90696fedb8555637af8c5c74205ff32f8cbd4cf2
Author: Pacho Ramos  gentoo  org>
AuthorDate: Wed Jun 14 11:21:19 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Wed Jun 14 11:42:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90696fed

dev-python/django_polymorphic: Support newer python

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-python/django_polymorphic/django_polymorphic-1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/django_polymorphic/django_polymorphic-1.2.ebuild 
b/dev-python/django_polymorphic/django_polymorphic-1.2.ebuild
index 9897994e7e0..ef6b5345ef2 100644
--- a/dev-python/django_polymorphic/django_polymorphic-1.2.ebuild
+++ b/dev-python/django_polymorphic/django_polymorphic-1.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="5"
 
-PYTHON_COMPAT=( python{2_{6,7},3_{2,3,4,5}} )
+PYTHON_COMPAT=( python{2_{6,7},3_{2,3,4,5,6}} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/django_polymorphic/

2017-05-23 Thread Slawek Lis
commit: 43e539e4a23a63091f7ac2d648b982e08ff723f7
Author: Slawomir Lis  gentoo  org>
AuthorDate: Tue May 23 19:10:50 2017 +
Commit: Slawek Lis  gentoo  org>
CommitDate: Tue May 23 19:10:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43e539e4

dev-python/django_polymorphic: Fixed bug with wrong workdir

Reported in bug 619464

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-python/django_polymorphic/django_polymorphic-1.2.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-python/django_polymorphic/django_polymorphic-1.2.ebuild 
b/dev-python/django_polymorphic/django_polymorphic-1.2.ebuild
index 754962e60fe..9897994e7e0 100644
--- a/dev-python/django_polymorphic/django_polymorphic-1.2.ebuild
+++ b/dev-python/django_polymorphic/django_polymorphic-1.2.ebuild
@@ -24,3 +24,5 @@ DEPEND="
${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
 "
+
+S="${WORKDIR}/${P//_/-}"



[gentoo-commits] repo/gentoo:master commit in: dev-python/django_polymorphic/

2017-05-23 Thread Slawek Lis
commit: 1da20d51e5d19d506bbcd503eabdfa2ca09721d3
Author: Slawomir Lis  gentoo  org>
AuthorDate: Tue May 23 08:18:00 2017 +
Commit: Slawek Lis  gentoo  org>
CommitDate: Tue May 23 10:37:27 2017 +
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 000..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}]
+"



[gentoo-commits] repo/gentoo:master commit in: dev-python/django_polymorphic/

2016-06-22 Thread Slawek Lis
commit: 47d963c09383e068c6cd6488d3f5ad4b8036e5db
Author: Slawomir Lis  gentoo  org>
AuthorDate: Wed Jun 22 07:05:18 2016 +
Commit: Slawek Lis  gentoo  org>
CommitDate: Wed Jun 22 07:05:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47d963c0

version bump

Package-Manager: portage-2.3.0_rc1

 dev-python/django_polymorphic/Manifest |  1 +
 .../django_polymorphic-0.9.2.ebuild| 27 ++
 2 files changed, 28 insertions(+)

diff --git a/dev-python/django_polymorphic/Manifest 
b/dev-python/django_polymorphic/Manifest
index bc9c818..07eeca3 100644
--- a/dev-python/django_polymorphic/Manifest
+++ b/dev-python/django_polymorphic/Manifest
@@ -1 +1,2 @@
 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-0.9.2.ebuild 
b/dev-python/django_polymorphic/django_polymorphic-0.9.2.ebuild
new file mode 100644
index 000..66c04b6
--- /dev/null
+++ b/dev-python/django_polymorphic/django_polymorphic-0.9.2.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+PYTHON_COMPAT=( python{2_{6,7},3_3} )
+
+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
+"
+
+DEPEND="
+   ${RDEPEND}
+   dev-python/setuptools
+"



[gentoo-commits] repo/gentoo:master commit in: dev-python/django_polymorphic/

2015-11-05 Thread Slawek Lis
commit: a168b7d715e6eb5d4d6933a775aed569a2f90fa6
Author: Sławomir Lis  gentoo  org>
AuthorDate: Thu Nov  5 13:20:03 2015 +
Commit: Slawek Lis  gentoo  org>
CommitDate: Thu Nov  5 13:34:42 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a168b7d7

added django_polymorphic

Package-Manager: portage-2.2.23

 dev-python/django_polymorphic/Manifest |  1 +
 .../django_polymorphic-0.7.2.ebuild| 27 ++
 dev-python/django_polymorphic/metadata.xml |  7 ++
 3 files changed, 35 insertions(+)

diff --git a/dev-python/django_polymorphic/Manifest 
b/dev-python/django_polymorphic/Manifest
new file mode 100644
index 000..bc9c818
--- /dev/null
+++ b/dev-python/django_polymorphic/Manifest
@@ -0,0 +1 @@
+DIST django_polymorphic-0.7.2.tar.gz 36041 SHA256 
f2f64fcf818b824316fb86fb1b5e8b18fa0b82c58eb881c05a0d06045cf4539a SHA512 
afe391f635fcde0490a4bfd64d373794134a2e56066e07236299c07669eaa8afbef6f6d1a6116061716edb95ef1db0c0e4da91a7e8516f517206499d41051250
 WHIRLPOOL 
dae7a2e6b7c29eab63de736498b9cb991e36a06df42df1da3632e0e257d0987ea1f1e9a7e3367e2e4b5b88efbe6bfd031759a94f94fa6400645db1075a52a393

diff --git a/dev-python/django_polymorphic/django_polymorphic-0.7.2.ebuild 
b/dev-python/django_polymorphic/django_polymorphic-0.7.2.ebuild
new file mode 100644
index 000..acbf277
--- /dev/null
+++ b/dev-python/django_polymorphic/django_polymorphic-0.7.2.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+PYTHON_COMPAT=( python{2_{6,7},3_3} )
+
+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
+"
+
+DEPEND="
+   ${RDEPEND}
+   dev-python/setuptools
+"

diff --git a/dev-python/django_polymorphic/metadata.xml 
b/dev-python/django_polymorphic/metadata.xml
new file mode 100644
index 000..e3ff5b2
--- /dev/null
+++ b/dev-python/django_polymorphic/metadata.xml
@@ -0,0 +1,7 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+s...@gentoo.org
+  
+
\ No newline at end of file