[gentoo-commits] repo/gentoo:master commit in: dev-python/django-debug-toolbar/

2024-02-01 Thread Michał Górny
commit: 954c34c53854816aec53ccf75ef95940a9b57802
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Feb  2 04:07:40 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Feb  2 04:12:24 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=954c34c5

dev-python/django-debug-toolbar: Bump to 4.3.0

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

 dev-python/django-debug-toolbar/Manifest   |  1 +
 .../django-debug-toolbar-4.3.0.ebuild  | 36 ++
 2 files changed, 37 insertions(+)

diff --git a/dev-python/django-debug-toolbar/Manifest 
b/dev-python/django-debug-toolbar/Manifest
index fe8b6a3f728c..9d3db59fb928 100644
--- a/dev-python/django-debug-toolbar/Manifest
+++ b/dev-python/django-debug-toolbar/Manifest
@@ -1 +1,2 @@
 DIST django_debug_toolbar-4.2.0.tar.gz 259709 BLAKE2B 
81172bca569f6080710db2180650b0620670a4b4d2919d8b1694bf9f15425d9378f6cd0cbb852544fca0809388bb13867500a38c9046e1feaa241cde973936d9
 SHA512 
ff36d92132fd9338e88a2f078747c1e54e7633aecc6babea28ccb0c080b0beb99feccf1d1c00960ba109e3e6e4805562c36c6571842ea3baeda860c71ffcbd50
+DIST django_debug_toolbar-4.3.0.tar.gz 261173 BLAKE2B 
d5332d205be3a08826ac8b1bf1cb1ed8cd06b66cd5efb203a4290c9e75aab96c822d46c93830182cf6bd6fe2b867e14d5a82d52f6f72aebeaa9aa8ff1bc4e558
 SHA512 
48e06187289fc92216e5d7c0a77f88ce2fd105eef5ae2bc8dd0d398929c86a9fe021ea1f88f03083174f846f7e43cd07353e1175694733bfa0d55e4aa612c7f3

diff --git a/dev-python/django-debug-toolbar/django-debug-toolbar-4.3.0.ebuild 
b/dev-python/django-debug-toolbar/django-debug-toolbar-4.3.0.ebuild
new file mode 100644
index ..4093cf1ca591
--- /dev/null
+++ b/dev-python/django-debug-toolbar/django-debug-toolbar-4.3.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 2023-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A configurable set of panels that display various debug 
information"
+HOMEPAGE="
+   https://github.com/jazzband/django-debug-toolbar/
+   https://pypi.org/project/django-debug-toolbar/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-python/django[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+   test? (
+   dev-python/html5lib[${PYTHON_USEDEP}]
+   )
+"
+
+python_test() {
+   "${EPYTHON}" -m django test -v 2 --settings tests.settings \
+   || die "Tests failed with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-debug-toolbar/, dev-python/django-debug-toolbar/files/

2023-12-30 Thread Alfredo Tupone
commit: 6053ed3a3d3178ef3260734ae6c6776e2b02789f
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Sat Dec 30 19:07:30 2023 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Sat Dec 30 19:17:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6053ed3a

dev-python/django-debug-toolbar: PythonCompatUpdate

Signed-off-by: Alfredo Tupone  gentoo.org>

 ...0.ebuild => django-debug-toolbar-4.2.0-r1.ebuild} |  4 +++-
 .../files/django-debug-toolbar-4.2.0-py312.patch | 20 
 2 files changed, 23 insertions(+), 1 deletion(-)

diff --git a/dev-python/django-debug-toolbar/django-debug-toolbar-4.2.0.ebuild 
b/dev-python/django-debug-toolbar/django-debug-toolbar-4.2.0-r1.ebuild
similarity index 89%
rename from dev-python/django-debug-toolbar/django-debug-toolbar-4.2.0.ebuild
rename to dev-python/django-debug-toolbar/django-debug-toolbar-4.2.0-r1.ebuild
index 570f8b5e767c..31ff14e414eb 100644
--- a/dev-python/django-debug-toolbar/django-debug-toolbar-4.2.0.ebuild
+++ b/dev-python/django-debug-toolbar/django-debug-toolbar-4.2.0-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1 pypi
 
@@ -30,6 +30,8 @@ BDEPEND="
)
 "
 
+PATCHES=( "${FILESDIR}"/${P}-py312.patch )
+
 python_test() {
"${EPYTHON}" -m django test -v 2 --settings tests.settings \
|| die "Tests failed with ${EPYTHON}"

diff --git 
a/dev-python/django-debug-toolbar/files/django-debug-toolbar-4.2.0-py312.patch 
b/dev-python/django-debug-toolbar/files/django-debug-toolbar-4.2.0-py312.patch
new file mode 100644
index ..69a5558da31b
--- /dev/null
+++ 
b/dev-python/django-debug-toolbar/files/django-debug-toolbar-4.2.0-py312.patch
@@ -0,0 +1,20 @@
+--- a/tests/panels/test_profiling.py   2023-12-30 20:02:22.263807899 +0100
 b/tests/panels/test_profiling.py   2023-12-30 20:03:44.655458186 +0100
+@@ -1,3 +1,6 @@
++import sys
++import unittest
++
+ from django.contrib.auth.models import User
+ from django.db import IntegrityError, transaction
+ from django.http import HttpResponse
+@@ -50,6 +53,10 @@
+ self.assertNotIn("render", content)
+ self.assertValidHTML(content)
+ 
++@unittest.skipUnless(
++sys.version_info < (3, 12, 0),
++"Python 3.12 no longer contains a frame for list comprehensions.",
++)
+ def test_listcomp_escaped(self):
+ self._get_response = lambda request: listcomp_view(request)
+ response = self.panel.process_request(self.request)



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-debug-toolbar/

2023-12-30 Thread Michał Górny
commit: 5cdd6d024950821fe9071e2fc5891ea1d46d5c6d
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Dec 30 18:27:12 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Dec 30 18:27:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cdd6d02

dev-python/django-debug-toolbar: Remove old

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

 dev-python/django-debug-toolbar/Manifest   |  1 -
 .../django-debug-toolbar-4.1.ebuild| 41 --
 2 files changed, 42 deletions(-)

diff --git a/dev-python/django-debug-toolbar/Manifest 
b/dev-python/django-debug-toolbar/Manifest
index 642306af4c36..fe8b6a3f728c 100644
--- a/dev-python/django-debug-toolbar/Manifest
+++ b/dev-python/django-debug-toolbar/Manifest
@@ -1,2 +1 @@
-DIST django-debug-toolbar-4.1.gh.tar.gz 267550 BLAKE2B 
80ebec1ee6f09d44089e119107a3696b8db82263976b4d191aaeea89658b0fbfb7ca1e2975aa73ad5c9240ac3010816710b5f7386165b1d7bdf335f8ef82b896
 SHA512 
8e9cc1ffcd8be7e345fff78e60cde8c4b44ef751dbf6a6bc061d452ccb60c68eda9f7e7a17efc32be3a62601921dff87f52ba2fe0e47a17fb820bf025cac0035
 DIST django_debug_toolbar-4.2.0.tar.gz 259709 BLAKE2B 
81172bca569f6080710db2180650b0620670a4b4d2919d8b1694bf9f15425d9378f6cd0cbb852544fca0809388bb13867500a38c9046e1feaa241cde973936d9
 SHA512 
ff36d92132fd9338e88a2f078747c1e54e7633aecc6babea28ccb0c080b0beb99feccf1d1c00960ba109e3e6e4805562c36c6571842ea3baeda860c71ffcbd50

diff --git a/dev-python/django-debug-toolbar/django-debug-toolbar-4.1.ebuild 
b/dev-python/django-debug-toolbar/django-debug-toolbar-4.1.ebuild
deleted file mode 100644
index 2fbcb24e5a3a..
--- a/dev-python/django-debug-toolbar/django-debug-toolbar-4.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="A configurable set of panels that display various debug 
information"
-HOMEPAGE="
-   https://github.com/jazzband/django-debug-toolbar/
-   https://pypi.org/project/django-debug-toolbar/
-"
-# no tests in sdist, as of 4.0.0
-SRC_URI="
-   https://github.com/jazzband/django-debug-toolbar/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-   dev-python/django[${PYTHON_USEDEP}]
-"
-
-BDEPEND="
-   test? (
-   dev-python/html5lib[${PYTHON_USEDEP}]
-   )
-"
-
-python_test() {
-   "${EPYTHON}" -m django test -v 2 --settings tests.settings \
-   || die "Tests failed with ${EPYTHON}"
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-debug-toolbar/

2023-08-10 Thread Michał Górny
commit: f10de0e14ba3e3da3638e3e03606d0f2b416535c
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Aug 11 05:19:33 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Aug 11 05:34:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f10de0e1

dev-python/django-debug-toolbar: Bump to 4.2.0

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

 dev-python/django-debug-toolbar/Manifest   |  1 +
 .../django-debug-toolbar-4.2.0.ebuild  | 36 ++
 2 files changed, 37 insertions(+)

diff --git a/dev-python/django-debug-toolbar/Manifest 
b/dev-python/django-debug-toolbar/Manifest
index 4901f95ab1eb..642306af4c36 100644
--- a/dev-python/django-debug-toolbar/Manifest
+++ b/dev-python/django-debug-toolbar/Manifest
@@ -1 +1,2 @@
 DIST django-debug-toolbar-4.1.gh.tar.gz 267550 BLAKE2B 
80ebec1ee6f09d44089e119107a3696b8db82263976b4d191aaeea89658b0fbfb7ca1e2975aa73ad5c9240ac3010816710b5f7386165b1d7bdf335f8ef82b896
 SHA512 
8e9cc1ffcd8be7e345fff78e60cde8c4b44ef751dbf6a6bc061d452ccb60c68eda9f7e7a17efc32be3a62601921dff87f52ba2fe0e47a17fb820bf025cac0035
+DIST django_debug_toolbar-4.2.0.tar.gz 259709 BLAKE2B 
81172bca569f6080710db2180650b0620670a4b4d2919d8b1694bf9f15425d9378f6cd0cbb852544fca0809388bb13867500a38c9046e1feaa241cde973936d9
 SHA512 
ff36d92132fd9338e88a2f078747c1e54e7633aecc6babea28ccb0c080b0beb99feccf1d1c00960ba109e3e6e4805562c36c6571842ea3baeda860c71ffcbd50

diff --git a/dev-python/django-debug-toolbar/django-debug-toolbar-4.2.0.ebuild 
b/dev-python/django-debug-toolbar/django-debug-toolbar-4.2.0.ebuild
new file mode 100644
index ..570f8b5e767c
--- /dev/null
+++ b/dev-python/django-debug-toolbar/django-debug-toolbar-4.2.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A configurable set of panels that display various debug 
information"
+HOMEPAGE="
+   https://github.com/jazzband/django-debug-toolbar/
+   https://pypi.org/project/django-debug-toolbar/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-python/django[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+   test? (
+   dev-python/html5lib[${PYTHON_USEDEP}]
+   )
+"
+
+python_test() {
+   "${EPYTHON}" -m django test -v 2 --settings tests.settings \
+   || die "Tests failed with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-debug-toolbar/

2023-07-24 Thread Michał Górny
commit: 19a6ceef3a5001f065103ec7f36b63cb0ff630bb
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul 24 11:18:35 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul 24 11:31:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19a6ceef

dev-python/django-debug-toolbar: Remove old

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

 dev-python/django-debug-toolbar/Manifest   |  2 --
 .../django-debug-toolbar-3.8.1.ebuild  | 24 -
 .../django-debug-toolbar-4.0.0.ebuild  | 39 --
 3 files changed, 65 deletions(-)

diff --git a/dev-python/django-debug-toolbar/Manifest 
b/dev-python/django-debug-toolbar/Manifest
index c2f27e55cea3..4901f95ab1eb 100644
--- a/dev-python/django-debug-toolbar/Manifest
+++ b/dev-python/django-debug-toolbar/Manifest
@@ -1,3 +1 @@
-DIST django-debug-toolbar-3.8.1.gh.tar.gz 269449 BLAKE2B 
e93da38cdb6aa160dab65816858b1f7ca532ad22617e1859669fc508472086a93807aa874fde92ef95e6e33268a2f14de19d1498a15ca92ec89a9f8b3bf2a323
 SHA512 
4fa7b3fa3f9767cf1edba26c9de625675bcb1bafcb6d88d7ab95c331da6865f5c3cdb25848a6d2f4befdf9b2e65db4123b496f06a1b2e39eb3ee71f0c3384d26
-DIST django-debug-toolbar-4.0.0.gh.tar.gz 265429 BLAKE2B 
ee444246fc71bef989451bbb53e35d2be072ec9b219dfc9a9018fe736a9b750d271adc5af040374cfcb6a8e4ed26260640a952308576997e2bf42da3aec9fec4
 SHA512 
6a6d586a9a3c87811193c19a5fd5cb425700573a1ece71ed13d76caba208da14a1beb32e2dbc69e8ea7f09d52f42bf3b71f9608f91cc51ec41ab92558bf7e2c9
 DIST django-debug-toolbar-4.1.gh.tar.gz 267550 BLAKE2B 
80ebec1ee6f09d44089e119107a3696b8db82263976b4d191aaeea89658b0fbfb7ca1e2975aa73ad5c9240ac3010816710b5f7386165b1d7bdf335f8ef82b896
 SHA512 
8e9cc1ffcd8be7e345fff78e60cde8c4b44ef751dbf6a6bc061d452ccb60c68eda9f7e7a17efc32be3a62601921dff87f52ba2fe0e47a17fb820bf025cac0035

diff --git a/dev-python/django-debug-toolbar/django-debug-toolbar-3.8.1.ebuild 
b/dev-python/django-debug-toolbar/django-debug-toolbar-3.8.1.ebuild
deleted file mode 100644
index a3cbe8809461..
--- a/dev-python/django-debug-toolbar/django-debug-toolbar-3.8.1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{9..11} )
-inherit distutils-r1
-
-DESCRIPTION="A configurable set of panels that display various debug 
information"
-HOMEPAGE="https://pypi.org/project/django-debug-toolbar/;
-SRC_URI="https://github.com/jazzband/${PN}/archive/refs/tags/${PV}.tar.gz
-   -> ${P}.gh.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="dev-python/django[${PYTHON_USEDEP}]"
-
-python_test() {
-   "${EPYTHON}" -m django test -v 2 --settings tests.settings \
-   || die "Tests failed with ${EPYTHON}"
-}

diff --git a/dev-python/django-debug-toolbar/django-debug-toolbar-4.0.0.ebuild 
b/dev-python/django-debug-toolbar/django-debug-toolbar-4.0.0.ebuild
deleted file mode 100644
index 45f737ea8197..
--- a/dev-python/django-debug-toolbar/django-debug-toolbar-4.0.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="A configurable set of panels that display various debug 
information"
-HOMEPAGE="
-   https://github.com/jazzband/django-debug-toolbar/
-   https://pypi.org/project/django-debug-toolbar/
-"
-# no tests in sdist, as of 4.0.0
-SRC_URI="
-   https://github.com/jazzband/django-debug-toolbar/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-   dev-python/django[${PYTHON_USEDEP}]
-"
-
-BDEPEND="test? (
-   dev-python/html5lib[${PYTHON_USEDEP}]
-)"
-
-python_test() {
-   "${EPYTHON}" -m django test -v 2 --settings tests.settings \
-   || die "Tests failed with ${EPYTHON}"
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-debug-toolbar/

2023-05-16 Thread Michał Górny
commit: e22b017059ca732feeed5c265f5175614eb5a50d
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 17 03:31:48 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 17 03:33:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e22b0170

dev-python/django-debug-toolbar: Bump to 4.1

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

 dev-python/django-debug-toolbar/Manifest   |  1 +
 .../django-debug-toolbar-4.1.ebuild| 41 ++
 2 files changed, 42 insertions(+)

diff --git a/dev-python/django-debug-toolbar/Manifest 
b/dev-python/django-debug-toolbar/Manifest
index a696a2a74824..c2f27e55cea3 100644
--- a/dev-python/django-debug-toolbar/Manifest
+++ b/dev-python/django-debug-toolbar/Manifest
@@ -1,2 +1,3 @@
 DIST django-debug-toolbar-3.8.1.gh.tar.gz 269449 BLAKE2B 
e93da38cdb6aa160dab65816858b1f7ca532ad22617e1859669fc508472086a93807aa874fde92ef95e6e33268a2f14de19d1498a15ca92ec89a9f8b3bf2a323
 SHA512 
4fa7b3fa3f9767cf1edba26c9de625675bcb1bafcb6d88d7ab95c331da6865f5c3cdb25848a6d2f4befdf9b2e65db4123b496f06a1b2e39eb3ee71f0c3384d26
 DIST django-debug-toolbar-4.0.0.gh.tar.gz 265429 BLAKE2B 
ee444246fc71bef989451bbb53e35d2be072ec9b219dfc9a9018fe736a9b750d271adc5af040374cfcb6a8e4ed26260640a952308576997e2bf42da3aec9fec4
 SHA512 
6a6d586a9a3c87811193c19a5fd5cb425700573a1ece71ed13d76caba208da14a1beb32e2dbc69e8ea7f09d52f42bf3b71f9608f91cc51ec41ab92558bf7e2c9
+DIST django-debug-toolbar-4.1.gh.tar.gz 267550 BLAKE2B 
80ebec1ee6f09d44089e119107a3696b8db82263976b4d191aaeea89658b0fbfb7ca1e2975aa73ad5c9240ac3010816710b5f7386165b1d7bdf335f8ef82b896
 SHA512 
8e9cc1ffcd8be7e345fff78e60cde8c4b44ef751dbf6a6bc061d452ccb60c68eda9f7e7a17efc32be3a62601921dff87f52ba2fe0e47a17fb820bf025cac0035

diff --git a/dev-python/django-debug-toolbar/django-debug-toolbar-4.1.ebuild 
b/dev-python/django-debug-toolbar/django-debug-toolbar-4.1.ebuild
new file mode 100644
index ..2fbcb24e5a3a
--- /dev/null
+++ b/dev-python/django-debug-toolbar/django-debug-toolbar-4.1.ebuild
@@ -0,0 +1,41 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="A configurable set of panels that display various debug 
information"
+HOMEPAGE="
+   https://github.com/jazzband/django-debug-toolbar/
+   https://pypi.org/project/django-debug-toolbar/
+"
+# no tests in sdist, as of 4.0.0
+SRC_URI="
+   https://github.com/jazzband/django-debug-toolbar/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   dev-python/django[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+   test? (
+   dev-python/html5lib[${PYTHON_USEDEP}]
+   )
+"
+
+python_test() {
+   "${EPYTHON}" -m django test -v 2 --settings tests.settings \
+   || die "Tests failed with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-debug-toolbar/

2023-05-05 Thread Alfredo Tupone
commit: 327963b2b52b13e6990003d9f9cf51615a9ea1e4
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Fri May  5 12:39:30 2023 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Fri May  5 12:40:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=327963b2

dev-python/django-debug-toolbar: add test deps

Closes: https://bugs.gentoo.org/905737
Signed-off-by: Alfredo Tupone  gentoo.org>

 dev-python/django-debug-toolbar/django-debug-toolbar-4.0.0.ebuild | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/dev-python/django-debug-toolbar/django-debug-toolbar-4.0.0.ebuild 
b/dev-python/django-debug-toolbar/django-debug-toolbar-4.0.0.ebuild
index 18838ad2c3ec..45f737ea8197 100644
--- a/dev-python/django-debug-toolbar/django-debug-toolbar-4.0.0.ebuild
+++ b/dev-python/django-debug-toolbar/django-debug-toolbar-4.0.0.ebuild
@@ -18,6 +18,8 @@ SRC_URI="
https://github.com/jazzband/django-debug-toolbar/archive/${PV}.tar.gz
-> ${P}.gh.tar.gz
 "
+IUSE="test"
+RESTRICT="!test? ( test )"
 
 LICENSE="BSD"
 SLOT="0"
@@ -27,6 +29,10 @@ RDEPEND="
dev-python/django[${PYTHON_USEDEP}]
 "
 
+BDEPEND="test? (
+   dev-python/html5lib[${PYTHON_USEDEP}]
+)"
+
 python_test() {
"${EPYTHON}" -m django test -v 2 --settings tests.settings \
|| die "Tests failed with ${EPYTHON}"



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-debug-toolbar/

2023-05-04 Thread Michał Górny
commit: d41485fe5a725fe9c6b5d5c6a63f470ffc42d990
Author: Michał Górny  gentoo  org>
AuthorDate: Fri May  5 05:18:53 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri May  5 05:21:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d41485fe

dev-python/django-debug-toolbar: Bump to 4.0.0

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

 dev-python/django-debug-toolbar/Manifest   |  1 +
 .../django-debug-toolbar-4.0.0.ebuild  | 33 ++
 2 files changed, 34 insertions(+)

diff --git a/dev-python/django-debug-toolbar/Manifest 
b/dev-python/django-debug-toolbar/Manifest
index 65939af67ea9..a696a2a74824 100644
--- a/dev-python/django-debug-toolbar/Manifest
+++ b/dev-python/django-debug-toolbar/Manifest
@@ -1 +1,2 @@
 DIST django-debug-toolbar-3.8.1.gh.tar.gz 269449 BLAKE2B 
e93da38cdb6aa160dab65816858b1f7ca532ad22617e1859669fc508472086a93807aa874fde92ef95e6e33268a2f14de19d1498a15ca92ec89a9f8b3bf2a323
 SHA512 
4fa7b3fa3f9767cf1edba26c9de625675bcb1bafcb6d88d7ab95c331da6865f5c3cdb25848a6d2f4befdf9b2e65db4123b496f06a1b2e39eb3ee71f0c3384d26
+DIST django-debug-toolbar-4.0.0.gh.tar.gz 265429 BLAKE2B 
ee444246fc71bef989451bbb53e35d2be072ec9b219dfc9a9018fe736a9b750d271adc5af040374cfcb6a8e4ed26260640a952308576997e2bf42da3aec9fec4
 SHA512 
6a6d586a9a3c87811193c19a5fd5cb425700573a1ece71ed13d76caba208da14a1beb32e2dbc69e8ea7f09d52f42bf3b71f9608f91cc51ec41ab92558bf7e2c9

diff --git a/dev-python/django-debug-toolbar/django-debug-toolbar-4.0.0.ebuild 
b/dev-python/django-debug-toolbar/django-debug-toolbar-4.0.0.ebuild
new file mode 100644
index ..18838ad2c3ec
--- /dev/null
+++ b/dev-python/django-debug-toolbar/django-debug-toolbar-4.0.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="A configurable set of panels that display various debug 
information"
+HOMEPAGE="
+   https://github.com/jazzband/django-debug-toolbar/
+   https://pypi.org/project/django-debug-toolbar/
+"
+# no tests in sdist, as of 4.0.0
+SRC_URI="
+   https://github.com/jazzband/django-debug-toolbar/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   dev-python/django[${PYTHON_USEDEP}]
+"
+
+python_test() {
+   "${EPYTHON}" -m django test -v 2 --settings tests.settings \
+   || die "Tests failed with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-debug-toolbar/

2023-05-04 Thread Alfredo Tupone
commit: 1363da5b9c01e1c348fccd21f1b81dabd326db50
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Thu May  4 20:22:14 2023 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Thu May  4 20:22:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1363da5b

dev-python/django-debug-toolbar: add test

Closes: https://bugs.gentoo.org/905354
Signed-off-by: Alfredo Tupone  gentoo.org>

 dev-python/django-debug-toolbar/django-debug-toolbar-3.8.1.ebuild | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/dev-python/django-debug-toolbar/django-debug-toolbar-3.8.1.ebuild 
b/dev-python/django-debug-toolbar/django-debug-toolbar-3.8.1.ebuild
index 8937c1b48d37..a3cbe8809461 100644
--- a/dev-python/django-debug-toolbar/django-debug-toolbar-3.8.1.ebuild
+++ b/dev-python/django-debug-toolbar/django-debug-toolbar-3.8.1.ebuild
@@ -15,6 +15,10 @@ 
SRC_URI="https://github.com/jazzband/${PN}/archive/refs/tags/${PV}.tar.gz
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64"
-RESTRICT="test" # Need some effort to do that
 
 RDEPEND="dev-python/django[${PYTHON_USEDEP}]"
+
+python_test() {
+   "${EPYTHON}" -m django test -v 2 --settings tests.settings \
+   || die "Tests failed with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-debug-toolbar/

2023-04-09 Thread Alfredo Tupone
commit: 5d781c5d6d793215365460e4e2c6d18208ac74ea
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Sun Apr  9 09:27:59 2023 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Sun Apr  9 09:28:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d781c5d

dev-python/django-debug-toolbar: new package, add 3.8.1

Signed-off-by: Alfredo Tupone  gentoo.org>

 dev-python/django-debug-toolbar/Manifest |  1 +
 .../django-debug-toolbar-3.8.1.ebuild| 20 
 dev-python/django-debug-toolbar/metadata.xml | 12 
 3 files changed, 33 insertions(+)

diff --git a/dev-python/django-debug-toolbar/Manifest 
b/dev-python/django-debug-toolbar/Manifest
new file mode 100644
index ..65939af67ea9
--- /dev/null
+++ b/dev-python/django-debug-toolbar/Manifest
@@ -0,0 +1 @@
+DIST django-debug-toolbar-3.8.1.gh.tar.gz 269449 BLAKE2B 
e93da38cdb6aa160dab65816858b1f7ca532ad22617e1859669fc508472086a93807aa874fde92ef95e6e33268a2f14de19d1498a15ca92ec89a9f8b3bf2a323
 SHA512 
4fa7b3fa3f9767cf1edba26c9de625675bcb1bafcb6d88d7ab95c331da6865f5c3cdb25848a6d2f4befdf9b2e65db4123b496f06a1b2e39eb3ee71f0c3384d26

diff --git a/dev-python/django-debug-toolbar/django-debug-toolbar-3.8.1.ebuild 
b/dev-python/django-debug-toolbar/django-debug-toolbar-3.8.1.ebuild
new file mode 100644
index ..8937c1b48d37
--- /dev/null
+++ b/dev-python/django-debug-toolbar/django-debug-toolbar-3.8.1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{9..11} )
+inherit distutils-r1
+
+DESCRIPTION="A configurable set of panels that display various debug 
information"
+HOMEPAGE="https://pypi.org/project/django-debug-toolbar/;
+SRC_URI="https://github.com/jazzband/${PN}/archive/refs/tags/${PV}.tar.gz
+   -> ${P}.gh.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+RESTRICT="test" # Need some effort to do that
+
+RDEPEND="dev-python/django[${PYTHON_USEDEP}]"

diff --git a/dev-python/django-debug-toolbar/metadata.xml 
b/dev-python/django-debug-toolbar/metadata.xml
new file mode 100644
index ..fd28509eea42
--- /dev/null
+++ b/dev-python/django-debug-toolbar/metadata.xml
@@ -0,0 +1,12 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   tup...@gentoo.org
+   Tupone Alfredo
+   
+   
+   django-debug-toolbar
+   jazzband/django-debug-toolbar
+   
+



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-debug-toolbar/

2022-05-16 Thread Michał Górny
commit: 61289296035a3827973b67988b307d38a1be7f55
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 16 13:15:52 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 16 13:17:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61289296

dev-python/django-debug-toolbar: Remove old

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

 dev-python/django-debug-toolbar/Manifest   |  2 -
 .../django-debug-toolbar-3.2.4-r1.ebuild   | 50 -
 .../django-debug-toolbar-3.2.4.ebuild  | 48 
 .../django-debug-toolbar-3.3.ebuild| 52 --
 4 files changed, 152 deletions(-)

diff --git a/dev-python/django-debug-toolbar/Manifest 
b/dev-python/django-debug-toolbar/Manifest
index 2f0a94beea19..ff2cfce33043 100644
--- a/dev-python/django-debug-toolbar/Manifest
+++ b/dev-python/django-debug-toolbar/Manifest
@@ -1,3 +1 @@
-DIST django-debug-toolbar-3.2.4.tar.gz 255283 BLAKE2B 
8be7f569c7f1eab06c4a60fca19bce6c348594406cdfe6de7e6be50849272714e9f3b51db4803e7cd58e97fe44a7422b07b05b2208f4447a4d69e0b77c856cb4
 SHA512 
19d3ba91b8738ade108f7eaded2859ad3e4bcae7cd0115e2cf63698d1fef01773f09a05f6bc0af53f9c3d4a2a288635a5cb2d215a2eb9f8acd6c65175a1ccaef
-DIST django-debug-toolbar-3.3.tar.gz 259488 BLAKE2B 
ea69c02f95bc82690fbef6d826c0e48229e6ce27ec55f26cf9991736789c8e8bd0f4b180fbc1a36a3bc3f890798925e5ff2ef5bd09e6a743adb0770d53cf1e9b
 SHA512 
e9f919f74f58345fec402d9595e739e3619cae90d03f8c5efe7b4c5c191b339e594efd4b9823b3952a3f50d3c5bb7257a0e9eb6a7e60059433a61a8f684a1b21
 DIST django-debug-toolbar-3.4.tar.gz 259964 BLAKE2B 
3cd33e0cb7db9afca41961df6b3c7623c1ab698e5751a55a8e12b5339d95af9e44892465a81cdfb822054899a11430d371081243a48c09caf47e764c31243712
 SHA512 
c6ecc0e1304cc0f3db60670518dc9b0631606a786a2ea71db940dfc641865214c9d2b9a8f302232a4664663f1745996351f3ac9b3b5928a6323779bdb3dcc11e

diff --git 
a/dev-python/django-debug-toolbar/django-debug-toolbar-3.2.4-r1.ebuild 
b/dev-python/django-debug-toolbar/django-debug-toolbar-3.2.4-r1.ebuild
deleted file mode 100644
index 415fa5669079..
--- a/dev-python/django-debug-toolbar/django-debug-toolbar-3.2.4-r1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="A configurable set of panels that display debug information"
-HOMEPAGE="
-   https://pypi.org/project/django-debug-toolbar/
-   https://github.com/jazzband/django-debug-toolbar/;
-SRC_URI="
-   https://github.com/jazzband/django-debug-toolbar/archive/${PV}.tar.gz
-   -> ${P}.tar.gz"
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc examples test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   >=dev-python/django-1.11[${PYTHON_USEDEP}]
-   >=dev-python/sqlparse-0.2.0[${PYTHON_USEDEP}]
-"
-DEPEND="
-   test? (
-   $(python_gen_impl_dep sqlite)
-   ${RDEPEND}
-   )
-"
-
-distutils_enable_sphinx docs
-
-python_test() {
-   emake TEST_ARGS='-v 2 tests' test
-}
-
-python_install_all() {
-   if use examples; then
-   docinto examples
-   dodoc -r example/.
-   docompress -x /usr/share/doc/${PF}/examples
-   fi
-
-   distutils-r1_python_install_all
-}

diff --git a/dev-python/django-debug-toolbar/django-debug-toolbar-3.2.4.ebuild 
b/dev-python/django-debug-toolbar/django-debug-toolbar-3.2.4.ebuild
deleted file mode 100644
index f64d97c58419..
--- a/dev-python/django-debug-toolbar/django-debug-toolbar-3.2.4.ebuild
+++ /dev/null
@@ -1,48 +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="A configurable set of panels that display debug information"
-HOMEPAGE="
-   https://pypi.org/project/django-debug-toolbar/
-   https://github.com/jazzband/django-debug-toolbar/;
-SRC_URI="
-   https://github.com/jazzband/django-debug-toolbar/archive/${PV}.tar.gz
-   -> ${P}.tar.gz"
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc examples test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   >=dev-python/django-1.11[${PYTHON_USEDEP}]
-   >=dev-python/sqlparse-0.2.0[${PYTHON_USEDEP}]
-"
-DEPEND="
-   test? (
-   $(python_gen_impl_dep sqlite)
-   ${RDEPEND}
-   )
-"
-
-distutils_enable_sphinx docs
-
-python_test() {
-   emake TEST_ARGS='-v 2 tests' test
-}
-
-python_install_all() {
-   if use examples; then
-   docinto examples
-   dodoc -r example/.
-   docompress -x /usr/share/doc/${PF}/examples
-   fi
-
-   distutils-r1_python_install_all
-}

diff --git 

[gentoo-commits] repo/gentoo:master commit in: dev-python/django-debug-toolbar/

2022-05-04 Thread Michał Górny
commit: 164001708efbc0dcbe19890c1d4a9cc6bb6af2c1
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May  4 07:39:19 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May  4 08:19:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16400170

dev-python/django-debug-toolbar: Bump to 3.4

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

 dev-python/django-debug-toolbar/Manifest   |  1 +
 .../django-debug-toolbar-3.4.ebuild| 52 ++
 2 files changed, 53 insertions(+)

diff --git a/dev-python/django-debug-toolbar/Manifest 
b/dev-python/django-debug-toolbar/Manifest
index 2aa96ac4a7de..2f0a94beea19 100644
--- a/dev-python/django-debug-toolbar/Manifest
+++ b/dev-python/django-debug-toolbar/Manifest
@@ -1,2 +1,3 @@
 DIST django-debug-toolbar-3.2.4.tar.gz 255283 BLAKE2B 
8be7f569c7f1eab06c4a60fca19bce6c348594406cdfe6de7e6be50849272714e9f3b51db4803e7cd58e97fe44a7422b07b05b2208f4447a4d69e0b77c856cb4
 SHA512 
19d3ba91b8738ade108f7eaded2859ad3e4bcae7cd0115e2cf63698d1fef01773f09a05f6bc0af53f9c3d4a2a288635a5cb2d215a2eb9f8acd6c65175a1ccaef
 DIST django-debug-toolbar-3.3.tar.gz 259488 BLAKE2B 
ea69c02f95bc82690fbef6d826c0e48229e6ce27ec55f26cf9991736789c8e8bd0f4b180fbc1a36a3bc3f890798925e5ff2ef5bd09e6a743adb0770d53cf1e9b
 SHA512 
e9f919f74f58345fec402d9595e739e3619cae90d03f8c5efe7b4c5c191b339e594efd4b9823b3952a3f50d3c5bb7257a0e9eb6a7e60059433a61a8f684a1b21
+DIST django-debug-toolbar-3.4.tar.gz 259964 BLAKE2B 
3cd33e0cb7db9afca41961df6b3c7623c1ab698e5751a55a8e12b5339d95af9e44892465a81cdfb822054899a11430d371081243a48c09caf47e764c31243712
 SHA512 
c6ecc0e1304cc0f3db60670518dc9b0631606a786a2ea71db940dfc641865214c9d2b9a8f302232a4664663f1745996351f3ac9b3b5928a6323779bdb3dcc11e

diff --git a/dev-python/django-debug-toolbar/django-debug-toolbar-3.4.ebuild 
b/dev-python/django-debug-toolbar/django-debug-toolbar-3.4.ebuild
new file mode 100644
index ..1d724aaa1b7b
--- /dev/null
+++ b/dev-python/django-debug-toolbar/django-debug-toolbar-3.4.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="A configurable set of panels that display debug information"
+HOMEPAGE="
+   https://pypi.org/project/django-debug-toolbar/
+   https://github.com/jazzband/django-debug-toolbar/
+"
+SRC_URI="
+   https://github.com/jazzband/django-debug-toolbar/archive/${PV}.tar.gz
+   -> ${P}.tar.gz
+"
+
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc examples test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=dev-python/django-3.3[${PYTHON_USEDEP}]
+   >=dev-python/sqlparse-0.2.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   $(python_gen_impl_dep sqlite)
+   ${RDEPEND}
+   )
+"
+
+distutils_enable_sphinx docs
+
+python_test() {
+   emake TEST_ARGS='-v 2 tests' test
+}
+
+python_install_all() {
+   if use examples; then
+   docinto examples
+   dodoc -r example/.
+   docompress -x /usr/share/doc/${PF}/examples
+   fi
+
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-debug-toolbar/

2022-04-30 Thread Michał Górny
commit: 1910d8b53a2481a3fe9feb1c6c3c2f888281
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Apr 30 15:54:35 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Apr 30 15:59:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1910d8b5

dev-python/django-debug-toolbar: Bump to 3.3

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

 dev-python/django-debug-toolbar/Manifest   |  1 +
 .../django-debug-toolbar-3.3.ebuild| 52 ++
 2 files changed, 53 insertions(+)

diff --git a/dev-python/django-debug-toolbar/Manifest 
b/dev-python/django-debug-toolbar/Manifest
index 0d527e0f4aa0..2aa96ac4a7de 100644
--- a/dev-python/django-debug-toolbar/Manifest
+++ b/dev-python/django-debug-toolbar/Manifest
@@ -1 +1,2 @@
 DIST django-debug-toolbar-3.2.4.tar.gz 255283 BLAKE2B 
8be7f569c7f1eab06c4a60fca19bce6c348594406cdfe6de7e6be50849272714e9f3b51db4803e7cd58e97fe44a7422b07b05b2208f4447a4d69e0b77c856cb4
 SHA512 
19d3ba91b8738ade108f7eaded2859ad3e4bcae7cd0115e2cf63698d1fef01773f09a05f6bc0af53f9c3d4a2a288635a5cb2d215a2eb9f8acd6c65175a1ccaef
+DIST django-debug-toolbar-3.3.tar.gz 259488 BLAKE2B 
ea69c02f95bc82690fbef6d826c0e48229e6ce27ec55f26cf9991736789c8e8bd0f4b180fbc1a36a3bc3f890798925e5ff2ef5bd09e6a743adb0770d53cf1e9b
 SHA512 
e9f919f74f58345fec402d9595e739e3619cae90d03f8c5efe7b4c5c191b339e594efd4b9823b3952a3f50d3c5bb7257a0e9eb6a7e60059433a61a8f684a1b21

diff --git a/dev-python/django-debug-toolbar/django-debug-toolbar-3.3.ebuild 
b/dev-python/django-debug-toolbar/django-debug-toolbar-3.3.ebuild
new file mode 100644
index ..1d724aaa1b7b
--- /dev/null
+++ b/dev-python/django-debug-toolbar/django-debug-toolbar-3.3.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="A configurable set of panels that display debug information"
+HOMEPAGE="
+   https://pypi.org/project/django-debug-toolbar/
+   https://github.com/jazzband/django-debug-toolbar/
+"
+SRC_URI="
+   https://github.com/jazzband/django-debug-toolbar/archive/${PV}.tar.gz
+   -> ${P}.tar.gz
+"
+
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc examples test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=dev-python/django-3.3[${PYTHON_USEDEP}]
+   >=dev-python/sqlparse-0.2.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   $(python_gen_impl_dep sqlite)
+   ${RDEPEND}
+   )
+"
+
+distutils_enable_sphinx docs
+
+python_test() {
+   emake TEST_ARGS='-v 2 tests' test
+}
+
+python_install_all() {
+   if use examples; then
+   docinto examples
+   dodoc -r example/.
+   docompress -x /usr/share/doc/${PF}/examples
+   fi
+
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-debug-toolbar/

2022-02-26 Thread Michał Górny
commit: 89c497211c7f6e9232e5621552c67da314649583
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Feb 26 17:45:20 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Feb 26 17:59:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89c49721

dev-python/django-debug-toolbar: Remove old

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

 dev-python/django-debug-toolbar/Manifest   |  2 -
 .../django-debug-toolbar-3.2.2.ebuild  | 48 --
 .../django-debug-toolbar-3.2.3.ebuild  | 48 --
 3 files changed, 98 deletions(-)

diff --git a/dev-python/django-debug-toolbar/Manifest 
b/dev-python/django-debug-toolbar/Manifest
index 5408efee5237..0d527e0f4aa0 100644
--- a/dev-python/django-debug-toolbar/Manifest
+++ b/dev-python/django-debug-toolbar/Manifest
@@ -1,3 +1 @@
-DIST django-debug-toolbar-3.2.2.tar.gz 239313 BLAKE2B 
0e53709a3857cefc0ff7a7176ca248891122b2d758264c32171198a22b0c105af414eaba0095b1435b4f071120038f4665bd84438d77a8f65156c056d523f60f
 SHA512 
df1956d63e88d3cf9f831609b6191446a162afbf396cb6d20e5a42aab4276ab385943cc305cad58a9f388382b0dffabc8baedf2150182a4302e7da58ab3d6a5c
-DIST django-debug-toolbar-3.2.3.tar.gz 255447 BLAKE2B 
82265a855588d1a809ace7fe36c93f0b5d779acc66aa922b39c61c5e860b25e983ccf230b166f1654a41ce7e5ca32eb5f9e998c8621b14af0e3cabed2c094a40
 SHA512 
877df07a757525ea8b36ccb59e20bd7c928425dbb8520b7de065f5a9be29681ee68417ee1f7cdd7dee269556f2fcf3a7e2635005fbe578dd7f1237f0a450ee29
 DIST django-debug-toolbar-3.2.4.tar.gz 255283 BLAKE2B 
8be7f569c7f1eab06c4a60fca19bce6c348594406cdfe6de7e6be50849272714e9f3b51db4803e7cd58e97fe44a7422b07b05b2208f4447a4d69e0b77c856cb4
 SHA512 
19d3ba91b8738ade108f7eaded2859ad3e4bcae7cd0115e2cf63698d1fef01773f09a05f6bc0af53f9c3d4a2a288635a5cb2d215a2eb9f8acd6c65175a1ccaef

diff --git a/dev-python/django-debug-toolbar/django-debug-toolbar-3.2.2.ebuild 
b/dev-python/django-debug-toolbar/django-debug-toolbar-3.2.2.ebuild
deleted file mode 100644
index f64d97c58419..
--- a/dev-python/django-debug-toolbar/django-debug-toolbar-3.2.2.ebuild
+++ /dev/null
@@ -1,48 +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="A configurable set of panels that display debug information"
-HOMEPAGE="
-   https://pypi.org/project/django-debug-toolbar/
-   https://github.com/jazzband/django-debug-toolbar/;
-SRC_URI="
-   https://github.com/jazzband/django-debug-toolbar/archive/${PV}.tar.gz
-   -> ${P}.tar.gz"
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc examples test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   >=dev-python/django-1.11[${PYTHON_USEDEP}]
-   >=dev-python/sqlparse-0.2.0[${PYTHON_USEDEP}]
-"
-DEPEND="
-   test? (
-   $(python_gen_impl_dep sqlite)
-   ${RDEPEND}
-   )
-"
-
-distutils_enable_sphinx docs
-
-python_test() {
-   emake TEST_ARGS='-v 2 tests' test
-}
-
-python_install_all() {
-   if use examples; then
-   docinto examples
-   dodoc -r example/.
-   docompress -x /usr/share/doc/${PF}/examples
-   fi
-
-   distutils-r1_python_install_all
-}

diff --git a/dev-python/django-debug-toolbar/django-debug-toolbar-3.2.3.ebuild 
b/dev-python/django-debug-toolbar/django-debug-toolbar-3.2.3.ebuild
deleted file mode 100644
index f64d97c58419..
--- a/dev-python/django-debug-toolbar/django-debug-toolbar-3.2.3.ebuild
+++ /dev/null
@@ -1,48 +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="A configurable set of panels that display debug information"
-HOMEPAGE="
-   https://pypi.org/project/django-debug-toolbar/
-   https://github.com/jazzband/django-debug-toolbar/;
-SRC_URI="
-   https://github.com/jazzband/django-debug-toolbar/archive/${PV}.tar.gz
-   -> ${P}.tar.gz"
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc examples test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   >=dev-python/django-1.11[${PYTHON_USEDEP}]
-   >=dev-python/sqlparse-0.2.0[${PYTHON_USEDEP}]
-"
-DEPEND="
-   test? (
-   $(python_gen_impl_dep sqlite)
-   ${RDEPEND}
-   )
-"
-
-distutils_enable_sphinx docs
-
-python_test() {
-   emake TEST_ARGS='-v 2 tests' test
-}
-
-python_install_all() {
-   if use examples; then
-   docinto examples
-   dodoc -r example/.
-   docompress -x /usr/share/doc/${PF}/examples
-   fi
-
-   distutils-r1_python_install_all
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-debug-toolbar/

2022-02-26 Thread Michał Górny
commit: e82ea9867321af24d1c16e02dd04b5202999780f
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Feb 26 17:45:43 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Feb 26 17:59:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e82ea986

dev-python/django-debug-toolbar: Migrate to PEP517 build

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

 .../django-debug-toolbar-3.2.4-r1.ebuild   | 50 ++
 1 file changed, 50 insertions(+)

diff --git 
a/dev-python/django-debug-toolbar/django-debug-toolbar-3.2.4-r1.ebuild 
b/dev-python/django-debug-toolbar/django-debug-toolbar-3.2.4-r1.ebuild
new file mode 100644
index ..415fa5669079
--- /dev/null
+++ b/dev-python/django-debug-toolbar/django-debug-toolbar-3.2.4-r1.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="A configurable set of panels that display debug information"
+HOMEPAGE="
+   https://pypi.org/project/django-debug-toolbar/
+   https://github.com/jazzband/django-debug-toolbar/;
+SRC_URI="
+   https://github.com/jazzband/django-debug-toolbar/archive/${PV}.tar.gz
+   -> ${P}.tar.gz"
+
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc examples test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=dev-python/django-1.11[${PYTHON_USEDEP}]
+   >=dev-python/sqlparse-0.2.0[${PYTHON_USEDEP}]
+"
+DEPEND="
+   test? (
+   $(python_gen_impl_dep sqlite)
+   ${RDEPEND}
+   )
+"
+
+distutils_enable_sphinx docs
+
+python_test() {
+   emake TEST_ARGS='-v 2 tests' test
+}
+
+python_install_all() {
+   if use examples; then
+   docinto examples
+   dodoc -r example/.
+   docompress -x /usr/share/doc/${PF}/examples
+   fi
+
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-debug-toolbar/

2021-12-16 Thread Michał Górny
commit: 8e5137502b508cb15508dc84a9fef872b7f3e258
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Dec 16 08:07:17 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Dec 16 08:46:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e513750

dev-python/django-debug-toolbar: Bump to 3.2.4

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

 dev-python/django-debug-toolbar/Manifest   |  1 +
 .../django-debug-toolbar-3.2.4.ebuild  | 48 ++
 2 files changed, 49 insertions(+)

diff --git a/dev-python/django-debug-toolbar/Manifest 
b/dev-python/django-debug-toolbar/Manifest
index af20df6534b6..5408efee5237 100644
--- a/dev-python/django-debug-toolbar/Manifest
+++ b/dev-python/django-debug-toolbar/Manifest
@@ -1,2 +1,3 @@
 DIST django-debug-toolbar-3.2.2.tar.gz 239313 BLAKE2B 
0e53709a3857cefc0ff7a7176ca248891122b2d758264c32171198a22b0c105af414eaba0095b1435b4f071120038f4665bd84438d77a8f65156c056d523f60f
 SHA512 
df1956d63e88d3cf9f831609b6191446a162afbf396cb6d20e5a42aab4276ab385943cc305cad58a9f388382b0dffabc8baedf2150182a4302e7da58ab3d6a5c
 DIST django-debug-toolbar-3.2.3.tar.gz 255447 BLAKE2B 
82265a855588d1a809ace7fe36c93f0b5d779acc66aa922b39c61c5e860b25e983ccf230b166f1654a41ce7e5ca32eb5f9e998c8621b14af0e3cabed2c094a40
 SHA512 
877df07a757525ea8b36ccb59e20bd7c928425dbb8520b7de065f5a9be29681ee68417ee1f7cdd7dee269556f2fcf3a7e2635005fbe578dd7f1237f0a450ee29
+DIST django-debug-toolbar-3.2.4.tar.gz 255283 BLAKE2B 
8be7f569c7f1eab06c4a60fca19bce6c348594406cdfe6de7e6be50849272714e9f3b51db4803e7cd58e97fe44a7422b07b05b2208f4447a4d69e0b77c856cb4
 SHA512 
19d3ba91b8738ade108f7eaded2859ad3e4bcae7cd0115e2cf63698d1fef01773f09a05f6bc0af53f9c3d4a2a288635a5cb2d215a2eb9f8acd6c65175a1ccaef

diff --git a/dev-python/django-debug-toolbar/django-debug-toolbar-3.2.4.ebuild 
b/dev-python/django-debug-toolbar/django-debug-toolbar-3.2.4.ebuild
new file mode 100644
index ..f64d97c58419
--- /dev/null
+++ b/dev-python/django-debug-toolbar/django-debug-toolbar-3.2.4.ebuild
@@ -0,0 +1,48 @@
+# 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="A configurable set of panels that display debug information"
+HOMEPAGE="
+   https://pypi.org/project/django-debug-toolbar/
+   https://github.com/jazzband/django-debug-toolbar/;
+SRC_URI="
+   https://github.com/jazzband/django-debug-toolbar/archive/${PV}.tar.gz
+   -> ${P}.tar.gz"
+
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc examples test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=dev-python/django-1.11[${PYTHON_USEDEP}]
+   >=dev-python/sqlparse-0.2.0[${PYTHON_USEDEP}]
+"
+DEPEND="
+   test? (
+   $(python_gen_impl_dep sqlite)
+   ${RDEPEND}
+   )
+"
+
+distutils_enable_sphinx docs
+
+python_test() {
+   emake TEST_ARGS='-v 2 tests' test
+}
+
+python_install_all() {
+   if use examples; then
+   docinto examples
+   dodoc -r example/.
+   docompress -x /usr/share/doc/${PF}/examples
+   fi
+
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-debug-toolbar/

2021-12-13 Thread Michał Górny
commit: 6eb9ee4f8aa80eeb55891c3e25ae2187ee5791e7
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Dec 13 07:34:45 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Dec 13 08:09:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6eb9ee4f

dev-python/django-debug-toolbar: Bump to 3.2.3

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

 dev-python/django-debug-toolbar/Manifest   |  1 +
 .../django-debug-toolbar-3.2.3.ebuild  | 48 ++
 2 files changed, 49 insertions(+)

diff --git a/dev-python/django-debug-toolbar/Manifest 
b/dev-python/django-debug-toolbar/Manifest
index e6226b98c63f..af20df6534b6 100644
--- a/dev-python/django-debug-toolbar/Manifest
+++ b/dev-python/django-debug-toolbar/Manifest
@@ -1 +1,2 @@
 DIST django-debug-toolbar-3.2.2.tar.gz 239313 BLAKE2B 
0e53709a3857cefc0ff7a7176ca248891122b2d758264c32171198a22b0c105af414eaba0095b1435b4f071120038f4665bd84438d77a8f65156c056d523f60f
 SHA512 
df1956d63e88d3cf9f831609b6191446a162afbf396cb6d20e5a42aab4276ab385943cc305cad58a9f388382b0dffabc8baedf2150182a4302e7da58ab3d6a5c
+DIST django-debug-toolbar-3.2.3.tar.gz 255447 BLAKE2B 
82265a855588d1a809ace7fe36c93f0b5d779acc66aa922b39c61c5e860b25e983ccf230b166f1654a41ce7e5ca32eb5f9e998c8621b14af0e3cabed2c094a40
 SHA512 
877df07a757525ea8b36ccb59e20bd7c928425dbb8520b7de065f5a9be29681ee68417ee1f7cdd7dee269556f2fcf3a7e2635005fbe578dd7f1237f0a450ee29

diff --git a/dev-python/django-debug-toolbar/django-debug-toolbar-3.2.3.ebuild 
b/dev-python/django-debug-toolbar/django-debug-toolbar-3.2.3.ebuild
new file mode 100644
index ..f64d97c58419
--- /dev/null
+++ b/dev-python/django-debug-toolbar/django-debug-toolbar-3.2.3.ebuild
@@ -0,0 +1,48 @@
+# 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="A configurable set of panels that display debug information"
+HOMEPAGE="
+   https://pypi.org/project/django-debug-toolbar/
+   https://github.com/jazzband/django-debug-toolbar/;
+SRC_URI="
+   https://github.com/jazzband/django-debug-toolbar/archive/${PV}.tar.gz
+   -> ${P}.tar.gz"
+
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc examples test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=dev-python/django-1.11[${PYTHON_USEDEP}]
+   >=dev-python/sqlparse-0.2.0[${PYTHON_USEDEP}]
+"
+DEPEND="
+   test? (
+   $(python_gen_impl_dep sqlite)
+   ${RDEPEND}
+   )
+"
+
+distutils_enable_sphinx docs
+
+python_test() {
+   emake TEST_ARGS='-v 2 tests' test
+}
+
+python_install_all() {
+   if use examples; then
+   docinto examples
+   dodoc -r example/.
+   docompress -x /usr/share/doc/${PF}/examples
+   fi
+
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-debug-toolbar/

2021-10-17 Thread Michał Górny
commit: 089b1fdf410cf543d5b1768a650586d79c0c380b
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct 17 07:37:50 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct 17 07:41:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=089b1fdf

dev-python/django-debug-toolbar: Remove old

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

 dev-python/django-debug-toolbar/Manifest   |  1 -
 .../django-debug-toolbar-3.2.1.ebuild  | 47 --
 2 files changed, 48 deletions(-)

diff --git a/dev-python/django-debug-toolbar/Manifest 
b/dev-python/django-debug-toolbar/Manifest
index e39f0a9061b..e6226b98c63 100644
--- a/dev-python/django-debug-toolbar/Manifest
+++ b/dev-python/django-debug-toolbar/Manifest
@@ -1,2 +1 @@
-DIST django-debug-toolbar-3.2.1.tar.gz 231177 BLAKE2B 
b07ed03a92b5799dafd1b15b41335c5da6994be1001b579c85e0923ccc092e617ce04c9a2f4344716213cdd62425737838a8539ca5b566928bf8b4c133e8451e
 SHA512 
d28e13cc2e3bbb27e9c728037229adac444180e3831b88c9ac1aa0e139bd1e85f9190c7a324afe3292bde4ad0c919bd17fbde4998be266f81314b9b22c4a28e6
 DIST django-debug-toolbar-3.2.2.tar.gz 239313 BLAKE2B 
0e53709a3857cefc0ff7a7176ca248891122b2d758264c32171198a22b0c105af414eaba0095b1435b4f071120038f4665bd84438d77a8f65156c056d523f60f
 SHA512 
df1956d63e88d3cf9f831609b6191446a162afbf396cb6d20e5a42aab4276ab385943cc305cad58a9f388382b0dffabc8baedf2150182a4302e7da58ab3d6a5c

diff --git a/dev-python/django-debug-toolbar/django-debug-toolbar-3.2.1.ebuild 
b/dev-python/django-debug-toolbar/django-debug-toolbar-3.2.1.ebuild
deleted file mode 100644
index 06f03d13eb9..000
--- a/dev-python/django-debug-toolbar/django-debug-toolbar-3.2.1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="A configurable set of panels that display debug information"
-HOMEPAGE="
-   https://pypi.org/project/django-debug-toolbar/
-   https://github.com/jazzband/django-debug-toolbar/;
-SRC_URI="https://github.com/jazzband/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc examples test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   >=dev-python/django-1.11[${PYTHON_USEDEP}]
-   >=dev-python/sqlparse-0.2.0[${PYTHON_USEDEP}]
-"
-DEPEND="
-   test? (
-   $(python_gen_impl_dep sqlite)
-   ${RDEPEND}
-   )
-"
-
-distutils_enable_sphinx docs
-
-python_test() {
-   emake TEST_ARGS='-v 2 tests' test
-}
-
-python_install_all() {
-   if use examples; then
-   docinto examples
-   dodoc -r example/.
-   docompress -x /usr/share/doc/${PF}/examples
-   fi
-
-   distutils-r1_python_install_all
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-debug-toolbar/

2021-08-14 Thread Michał Górny
commit: fa033ad8bf2e2039f2953caf61a5c8c054bc87cc
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Aug 15 05:45:16 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Aug 15 05:45:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa033ad8

dev-python/django-debug-toolbar: Bump to 3.2.2

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

 dev-python/django-debug-toolbar/Manifest   |  1 +
 .../django-debug-toolbar-3.2.2.ebuild  | 48 ++
 2 files changed, 49 insertions(+)

diff --git a/dev-python/django-debug-toolbar/Manifest 
b/dev-python/django-debug-toolbar/Manifest
index 545c8a5dda0..e39f0a9061b 100644
--- a/dev-python/django-debug-toolbar/Manifest
+++ b/dev-python/django-debug-toolbar/Manifest
@@ -1 +1,2 @@
 DIST django-debug-toolbar-3.2.1.tar.gz 231177 BLAKE2B 
b07ed03a92b5799dafd1b15b41335c5da6994be1001b579c85e0923ccc092e617ce04c9a2f4344716213cdd62425737838a8539ca5b566928bf8b4c133e8451e
 SHA512 
d28e13cc2e3bbb27e9c728037229adac444180e3831b88c9ac1aa0e139bd1e85f9190c7a324afe3292bde4ad0c919bd17fbde4998be266f81314b9b22c4a28e6
+DIST django-debug-toolbar-3.2.2.tar.gz 239313 BLAKE2B 
0e53709a3857cefc0ff7a7176ca248891122b2d758264c32171198a22b0c105af414eaba0095b1435b4f071120038f4665bd84438d77a8f65156c056d523f60f
 SHA512 
df1956d63e88d3cf9f831609b6191446a162afbf396cb6d20e5a42aab4276ab385943cc305cad58a9f388382b0dffabc8baedf2150182a4302e7da58ab3d6a5c

diff --git a/dev-python/django-debug-toolbar/django-debug-toolbar-3.2.2.ebuild 
b/dev-python/django-debug-toolbar/django-debug-toolbar-3.2.2.ebuild
new file mode 100644
index 000..f64d97c5841
--- /dev/null
+++ b/dev-python/django-debug-toolbar/django-debug-toolbar-3.2.2.ebuild
@@ -0,0 +1,48 @@
+# 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="A configurable set of panels that display debug information"
+HOMEPAGE="
+   https://pypi.org/project/django-debug-toolbar/
+   https://github.com/jazzband/django-debug-toolbar/;
+SRC_URI="
+   https://github.com/jazzband/django-debug-toolbar/archive/${PV}.tar.gz
+   -> ${P}.tar.gz"
+
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc examples test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=dev-python/django-1.11[${PYTHON_USEDEP}]
+   >=dev-python/sqlparse-0.2.0[${PYTHON_USEDEP}]
+"
+DEPEND="
+   test? (
+   $(python_gen_impl_dep sqlite)
+   ${RDEPEND}
+   )
+"
+
+distutils_enable_sphinx docs
+
+python_test() {
+   emake TEST_ARGS='-v 2 tests' test
+}
+
+python_install_all() {
+   if use examples; then
+   docinto examples
+   dodoc -r example/.
+   docompress -x /usr/share/doc/${PF}/examples
+   fi
+
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-debug-toolbar/

2021-07-24 Thread John Helmert III
commit: aa8e0ced3f4f882179e3ffa58df0362d9d66db9f
Author: John Helmert III  gentoo  org>
AuthorDate: Sat Jul 24 06:20:44 2021 +
Commit: John Helmert III  gentoo  org>
CommitDate: Sat Jul 24 06:21:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa8e0ced

dev-python/django-debug-toolbar: drop 3.1

Bug: https://bugs.gentoo.org/782922
Signed-off-by: John Helmert III  gentoo.org>

 dev-python/django-debug-toolbar/Manifest   |  1 -
 .../django-debug-toolbar-3.1.ebuild| 54 --
 2 files changed, 55 deletions(-)

diff --git a/dev-python/django-debug-toolbar/Manifest 
b/dev-python/django-debug-toolbar/Manifest
index b900f9ce820..545c8a5dda0 100644
--- a/dev-python/django-debug-toolbar/Manifest
+++ b/dev-python/django-debug-toolbar/Manifest
@@ -1,2 +1 @@
-DIST django-debug-toolbar-3.1.tar.gz 228867 BLAKE2B 
af3d8011136ba30e690e03548d757405e9cd89fb5473b277720a3151149e92be212e50a6ec3d95903382716c9594405a1e93a7a1bf231f220f4b5c8ae1e38480
 SHA512 
c4cfa3cd98adfba7362e259e18a0240b886f294ba10f5c64e12887b00d4dc952e9b80cac0f78e7193a15566585f43d988f6d287e4d0dcc84c4f8395c7006e2b0
 DIST django-debug-toolbar-3.2.1.tar.gz 231177 BLAKE2B 
b07ed03a92b5799dafd1b15b41335c5da6994be1001b579c85e0923ccc092e617ce04c9a2f4344716213cdd62425737838a8539ca5b566928bf8b4c133e8451e
 SHA512 
d28e13cc2e3bbb27e9c728037229adac444180e3831b88c9ac1aa0e139bd1e85f9190c7a324afe3292bde4ad0c919bd17fbde4998be266f81314b9b22c4a28e6

diff --git a/dev-python/django-debug-toolbar/django-debug-toolbar-3.1.ebuild 
b/dev-python/django-debug-toolbar/django-debug-toolbar-3.1.ebuild
deleted file mode 100644
index fabcab58d00..000
--- a/dev-python/django-debug-toolbar/django-debug-toolbar-3.1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-
-inherit distutils-r1
-
-DESCRIPTION="A configurable set of panels that display debug information"
-HOMEPAGE="
-   https://pypi.org/project/django-debug-toolbar/
-   https://github.com/jazzband/django-debug-toolbar/;
-SRC_URI="https://github.com/jazzband/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc examples test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   >=dev-python/django-1.11[${PYTHON_USEDEP}]
-   >=dev-python/sqlparse-0.2.0[${PYTHON_USEDEP}]
-"
-DEPEND="
-   test? (
-   $(python_gen_impl_dep sqlite)
-   ${RDEPEND}
-   )
-"
-
-distutils_enable_sphinx docs
-
-python_prepare_all() {
-   # This prevents distutils from installing 'tests' package, rm magic no 
more needed
-   sed -e "/find_packages/s:'tests':'tests.\*', 'tests':" -i setup.py || 
die
-
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   emake test
-}
-
-python_install_all() {
-   if use examples; then
-   docinto examples
-   dodoc -r example/.
-   docompress -x /usr/share/doc/${PF}/examples
-   fi
-
-   distutils-r1_python_install_all
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-debug-toolbar/

2021-04-15 Thread Michał Górny
commit: 99e945fc723eba5791a56ab1f5ec05f892503a20
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Apr 15 06:27:36 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Apr 15 06:32:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99e945fc

dev-python/django-debug-toolbar: Bump to 3.2.1

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

 dev-python/django-debug-toolbar/Manifest   |  1 +
 .../django-debug-toolbar-3.2.1.ebuild  | 47 ++
 2 files changed, 48 insertions(+)

diff --git a/dev-python/django-debug-toolbar/Manifest 
b/dev-python/django-debug-toolbar/Manifest
index c707abcbdff..b900f9ce820 100644
--- a/dev-python/django-debug-toolbar/Manifest
+++ b/dev-python/django-debug-toolbar/Manifest
@@ -1 +1,2 @@
 DIST django-debug-toolbar-3.1.tar.gz 228867 BLAKE2B 
af3d8011136ba30e690e03548d757405e9cd89fb5473b277720a3151149e92be212e50a6ec3d95903382716c9594405a1e93a7a1bf231f220f4b5c8ae1e38480
 SHA512 
c4cfa3cd98adfba7362e259e18a0240b886f294ba10f5c64e12887b00d4dc952e9b80cac0f78e7193a15566585f43d988f6d287e4d0dcc84c4f8395c7006e2b0
+DIST django-debug-toolbar-3.2.1.tar.gz 231177 BLAKE2B 
b07ed03a92b5799dafd1b15b41335c5da6994be1001b579c85e0923ccc092e617ce04c9a2f4344716213cdd62425737838a8539ca5b566928bf8b4c133e8451e
 SHA512 
d28e13cc2e3bbb27e9c728037229adac444180e3831b88c9ac1aa0e139bd1e85f9190c7a324afe3292bde4ad0c919bd17fbde4998be266f81314b9b22c4a28e6

diff --git a/dev-python/django-debug-toolbar/django-debug-toolbar-3.2.1.ebuild 
b/dev-python/django-debug-toolbar/django-debug-toolbar-3.2.1.ebuild
new file mode 100644
index 000..06f03d13eb9
--- /dev/null
+++ b/dev-python/django-debug-toolbar/django-debug-toolbar-3.2.1.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="A configurable set of panels that display debug information"
+HOMEPAGE="
+   https://pypi.org/project/django-debug-toolbar/
+   https://github.com/jazzband/django-debug-toolbar/;
+SRC_URI="https://github.com/jazzband/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc examples test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=dev-python/django-1.11[${PYTHON_USEDEP}]
+   >=dev-python/sqlparse-0.2.0[${PYTHON_USEDEP}]
+"
+DEPEND="
+   test? (
+   $(python_gen_impl_dep sqlite)
+   ${RDEPEND}
+   )
+"
+
+distutils_enable_sphinx docs
+
+python_test() {
+   emake TEST_ARGS='-v 2 tests' test
+}
+
+python_install_all() {
+   if use examples; then
+   docinto examples
+   dodoc -r example/.
+   docompress -x /usr/share/doc/${PF}/examples
+   fi
+
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-debug-toolbar/

2020-12-11 Thread Michał Górny
commit: caa8a730ac4796e6ddc505391765200d42cbdc1f
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Dec 11 12:26:34 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Dec 11 12:48:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=caa8a730

dev-python/django-debug-toolbar: Update HOMEPAGE

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

 .../django-debug-toolbar/django-debug-toolbar-3.1.ebuild  |  4 ++--
 dev-python/django-debug-toolbar/metadata.xml  | 15 ---
 2 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/dev-python/django-debug-toolbar/django-debug-toolbar-3.1.ebuild 
b/dev-python/django-debug-toolbar/django-debug-toolbar-3.1.ebuild
index 5f9abc45151..e0aa5296f38 100644
--- a/dev-python/django-debug-toolbar/django-debug-toolbar-3.1.ebuild
+++ b/dev-python/django-debug-toolbar/django-debug-toolbar-3.1.ebuild
@@ -10,8 +10,8 @@ inherit distutils-r1
 DESCRIPTION="A configurable set of panels that display debug information"
 HOMEPAGE="
https://pypi.org/project/django-debug-toolbar/
-   https://github.com/django-debug-toolbar/django-debug-toolbar/;
-SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+   https://github.com/jazzband/django-debug-toolbar/;
+SRC_URI="https://github.com/jazzband/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 SLOT="0"
 LICENSE="BSD"

diff --git a/dev-python/django-debug-toolbar/metadata.xml 
b/dev-python/django-debug-toolbar/metadata.xml
index c3f31e95560..77f1654b40b 100644
--- a/dev-python/django-debug-toolbar/metadata.xml
+++ b/dev-python/django-debug-toolbar/metadata.xml
@@ -1,11 +1,12 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-pyt...@gentoo.org
-Python
-  
-  
-django-debug-toolbar/django-debug-toolbar
-  
+   
+   pyt...@gentoo.org
+   Python
+   
+   
+   jazzband/django-debug-toolbar
+   django-debug-toolbar
+   
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-debug-toolbar/

2020-09-27 Thread Hanno Böck
commit: e83267a2c0c0405aea8fe70b9011393514d05eff
Author: Hanno Böck  gentoo  org>
AuthorDate: Sun Sep 27 15:19:40 2020 +
Commit: Hanno Böck  gentoo  org>
CommitDate: Sun Sep 27 15:19:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e83267a2

dev-python/django-debug-toolbar: Bump and python 3.8 support

Closes: https://bugs.gentoo.org/744490
Signed-off-by: Hanno Böck  gentoo.org>
Package-Manager: Portage-3.0.8, Repoman-3.0.1

 dev-python/django-debug-toolbar/Manifest   |  1 +
 .../django-debug-toolbar-3.1.ebuild| 54 ++
 2 files changed, 55 insertions(+)

diff --git a/dev-python/django-debug-toolbar/Manifest 
b/dev-python/django-debug-toolbar/Manifest
index c0d4d33f4d0..b32928778e0 100644
--- a/dev-python/django-debug-toolbar/Manifest
+++ b/dev-python/django-debug-toolbar/Manifest
@@ -1 +1,2 @@
 DIST django-debug-toolbar-2.2.tar.gz 322475 BLAKE2B 
cff55a26f4d95353edff3d7f678a052c262636afc94307e22e4d9dc1b6bbe3c0bc1a4997c4904a397de97218b462d52e67ac0f80bb05de7736cb278c7dca58ee
 SHA512 
5cd9e50852bd7efeb83879c5e9fe10fe6df5087b746e9cb2a0e13e66b3fe0a815a6eaea4b273258e7e682149bc29ad8979268d2be263539c522624e3f16aa5f5
+DIST django-debug-toolbar-3.1.tar.gz 228867 BLAKE2B 
af3d8011136ba30e690e03548d757405e9cd89fb5473b277720a3151149e92be212e50a6ec3d95903382716c9594405a1e93a7a1bf231f220f4b5c8ae1e38480
 SHA512 
c4cfa3cd98adfba7362e259e18a0240b886f294ba10f5c64e12887b00d4dc952e9b80cac0f78e7193a15566585f43d988f6d287e4d0dcc84c4f8395c7006e2b0

diff --git a/dev-python/django-debug-toolbar/django-debug-toolbar-3.1.ebuild 
b/dev-python/django-debug-toolbar/django-debug-toolbar-3.1.ebuild
new file mode 100644
index 000..5f9abc45151
--- /dev/null
+++ b/dev-python/django-debug-toolbar/django-debug-toolbar-3.1.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8,9} )
+
+inherit distutils-r1
+
+DESCRIPTION="A configurable set of panels that display debug information"
+HOMEPAGE="
+   https://pypi.org/project/django-debug-toolbar/
+   https://github.com/django-debug-toolbar/django-debug-toolbar/;
+SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc examples test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=dev-python/django-1.11[${PYTHON_USEDEP}]
+   >=dev-python/sqlparse-0.2.0[${PYTHON_USEDEP}]
+"
+DEPEND="
+   test? (
+   $(python_gen_impl_dep sqlite)
+   ${RDEPEND}
+   )
+"
+
+distutils_enable_sphinx docs
+
+python_prepare_all() {
+   # This prevents distutils from installing 'tests' package, rm magic no 
more needed
+   sed -e "/find_packages/s:'tests':'tests.\*', 'tests':" -i setup.py || 
die
+
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   emake test
+}
+
+python_install_all() {
+   if use examples; then
+   docinto examples
+   dodoc -r example/.
+   docompress -x /usr/share/doc/${PF}/examples
+   fi
+
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-debug-toolbar/

2020-05-19 Thread Michał Górny
commit: 62d4988eaa8c6e322d0d54f9b2b55e202c482d4b
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May 19 12:05:18 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May 19 12:05:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62d4988e

dev-python/django-debug-toolbar: Require sqlite, modernize

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

 .../django-debug-toolbar-2.2.ebuild | 21 +
 1 file changed, 9 insertions(+), 12 deletions(-)

diff --git a/dev-python/django-debug-toolbar/django-debug-toolbar-2.2.ebuild 
b/dev-python/django-debug-toolbar/django-debug-toolbar-2.2.ebuild
index 2874326eb20..ee772858946 100644
--- a/dev-python/django-debug-toolbar/django-debug-toolbar-2.2.ebuild
+++ b/dev-python/django-debug-toolbar/django-debug-toolbar-2.2.ebuild
@@ -16,37 +16,34 @@ 
SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 SLOT="0"
 LICENSE="BSD"
 KEYWORDS="~amd64 ~x86"
-IUSE="doc examples"
+IUSE="doc examples test"
+RESTRICT="!test? ( test )"
 
 RDEPEND="
>=dev-python/django-1.11[${PYTHON_USEDEP}]
>=dev-python/sqlparse-0.2.0[${PYTHON_USEDEP}]
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
 "
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
+DEPEND="
+   test? (
+   $(python_gen_impl_dep sqlite)
+   ${RDEPEND}
+   )
 "
 
-python_prepare_all() {
-   # Prevent non essential d'loading by intersphinx
-   sed -e 's:intersphinx_mapping:_&:' -i docs/conf.py || die
+distutils_enable_sphinx docs
 
+python_prepare_all() {
# This prevents distutils from installing 'tests' package, rm magic no 
more needed
sed -e "/find_packages/s:'tests':'tests.\*', 'tests':" -i setup.py || 
die
 
distutils-r1_python_prepare_all
 }
 
-python_compile_all() {
-   use doc && emake -C docs html
-}
-
 python_test() {
emake test
 }
 
 python_install_all() {
-   use doc && local HTML_DOCS=( docs/_build/html/. )
if use examples; then
docinto examples
dodoc -r example/.



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-debug-toolbar/

2020-03-19 Thread David Seifert
commit: 6aca328b0aec47b517003289b2d8351093fa3885
Author: David Seifert  gentoo  org>
AuthorDate: Thu Mar 19 21:55:39 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu Mar 19 21:55:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6aca328b

dev-python/django-debug-toolbar: Remove old

Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: David Seifert  gentoo.org>

 dev-python/django-debug-toolbar/Manifest   |  2 -
 .../django-debug-toolbar-2.0.ebuild| 52 --
 .../django-debug-toolbar-2.1.ebuild| 52 --
 3 files changed, 106 deletions(-)

diff --git a/dev-python/django-debug-toolbar/Manifest 
b/dev-python/django-debug-toolbar/Manifest
index 208cac6027f..c0d4d33f4d0 100644
--- a/dev-python/django-debug-toolbar/Manifest
+++ b/dev-python/django-debug-toolbar/Manifest
@@ -1,3 +1 @@
-DIST django-debug-toolbar-2.0.tar.gz 321249 BLAKE2B 
cd4f9e7d55deaf404369ba89eaffe0c730a058450c8368e39bfe3f5562019f5978ff33b93dc0463dc0fa6e6ba1047335d45997929dc3d2b576a78ff7cd5f75f0
 SHA512 
8440705a2e38f2c035a1dde4eb14ec829ead502cbbebcae46889e26877c0843389107bf14249afe9742638c4880b362fd699aed935e271bc1ade8f0a54bfea46
-DIST django-debug-toolbar-2.1.tar.gz 321132 BLAKE2B 
4765a25bd7aa2578c65cd0918bf47de047e131deb896cdd7b80111e9628e4f7c39ad6dc84fc4114310fb1a8195fea263810b279e8b19b6e621879b8eb2961f82
 SHA512 
3cfd11b28ec6573977a0476388e8f4d63441c5b390fe974294bc059a83fc95a44c3c8df18a549403756f7929181750aec51d70b38cfe3bce1d40ba24e6b72e9d
 DIST django-debug-toolbar-2.2.tar.gz 322475 BLAKE2B 
cff55a26f4d95353edff3d7f678a052c262636afc94307e22e4d9dc1b6bbe3c0bc1a4997c4904a397de97218b462d52e67ac0f80bb05de7736cb278c7dca58ee
 SHA512 
5cd9e50852bd7efeb83879c5e9fe10fe6df5087b746e9cb2a0e13e66b3fe0a815a6eaea4b273258e7e682149bc29ad8979268d2be263539c522624e3f16aa5f5

diff --git a/dev-python/django-debug-toolbar/django-debug-toolbar-2.0.ebuild 
b/dev-python/django-debug-toolbar/django-debug-toolbar-2.0.ebuild
deleted file mode 100644
index 9d096f197bd..000
--- a/dev-python/django-debug-toolbar/django-debug-toolbar-2.0.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="A configurable set of panels that display debug information"
-HOMEPAGE="
-   https://pypi.org/project/django-debug-toolbar/
-   https://github.com/django-debug-toolbar/django-debug-toolbar/;
-SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc examples"
-
-RDEPEND="
-   >=dev-python/django-1.11[${PYTHON_USEDEP}]
-   >=dev-python/sqlparse-0.2.0[${PYTHON_USEDEP}]
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-"
-
-python_prepare_all() {
-   # Prevent non essential d'loading by intersphinx
-   sed -e 's:intersphinx_mapping:_&:' -i docs/conf.py || die
-
-   # This prevents distutils from installing 'tests' package, rm magic no 
more needed
-   sed -e "/find_packages/s:'tests':'tests.\*', 'tests':" -i setup.py || 
die
-
-   distutils-r1_python_prepare_all
-}
-
-python_compile_all() {
-   use doc && emake -C docs html
-}
-
-python_test() {
-   emake test
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( docs/_build/html/. )
-   use examples && local EXAMPLES=( example/. )
-   distutils-r1_python_install_all
-}

diff --git a/dev-python/django-debug-toolbar/django-debug-toolbar-2.1.ebuild 
b/dev-python/django-debug-toolbar/django-debug-toolbar-2.1.ebuild
deleted file mode 100644
index 3b1d9adcb3b..000
--- a/dev-python/django-debug-toolbar/django-debug-toolbar-2.1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_6 python3_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="A configurable set of panels that display debug information"
-HOMEPAGE="
-   https://pypi.org/project/django-debug-toolbar/
-   https://github.com/django-debug-toolbar/django-debug-toolbar/;
-SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc examples"
-
-RDEPEND="
-   >=dev-python/django-1.11[${PYTHON_USEDEP}]
-   >=dev-python/sqlparse-0.2.0[${PYTHON_USEDEP}]
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-"
-
-python_prepare_all() {
-   # Prevent non essential d'loading by intersphinx
-   sed -e 's:intersphinx_mapping:_&:' -i docs/conf.py || die
-
-   # This prevents distutils from installing 'tests' package, rm magic no 
more needed
-   sed -e 

[gentoo-commits] repo/gentoo:master commit in: dev-python/django-debug-toolbar/

2020-03-11 Thread William Hubbs
commit: 779100e1ae0d5de35037db162ff66b13dc4052e5
Author: William Hubbs  sony  com>
AuthorDate: Wed Mar 11 21:04:24 2020 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Mar 11 21:56:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=779100e1

dev-python/django-debug-toolbar: 22.2 bump

Signed-off-by: William Hubbs  gentoo.org>

 dev-python/django-debug-toolbar/Manifest   |  1 +
 .../django-debug-toolbar-2.2.ebuild| 52 ++
 2 files changed, 53 insertions(+)

diff --git a/dev-python/django-debug-toolbar/Manifest 
b/dev-python/django-debug-toolbar/Manifest
index ade1d684004..208cac6027f 100644
--- a/dev-python/django-debug-toolbar/Manifest
+++ b/dev-python/django-debug-toolbar/Manifest
@@ -1,2 +1,3 @@
 DIST django-debug-toolbar-2.0.tar.gz 321249 BLAKE2B 
cd4f9e7d55deaf404369ba89eaffe0c730a058450c8368e39bfe3f5562019f5978ff33b93dc0463dc0fa6e6ba1047335d45997929dc3d2b576a78ff7cd5f75f0
 SHA512 
8440705a2e38f2c035a1dde4eb14ec829ead502cbbebcae46889e26877c0843389107bf14249afe9742638c4880b362fd699aed935e271bc1ade8f0a54bfea46
 DIST django-debug-toolbar-2.1.tar.gz 321132 BLAKE2B 
4765a25bd7aa2578c65cd0918bf47de047e131deb896cdd7b80111e9628e4f7c39ad6dc84fc4114310fb1a8195fea263810b279e8b19b6e621879b8eb2961f82
 SHA512 
3cfd11b28ec6573977a0476388e8f4d63441c5b390fe974294bc059a83fc95a44c3c8df18a549403756f7929181750aec51d70b38cfe3bce1d40ba24e6b72e9d
+DIST django-debug-toolbar-2.2.tar.gz 322475 BLAKE2B 
cff55a26f4d95353edff3d7f678a052c262636afc94307e22e4d9dc1b6bbe3c0bc1a4997c4904a397de97218b462d52e67ac0f80bb05de7736cb278c7dca58ee
 SHA512 
5cd9e50852bd7efeb83879c5e9fe10fe6df5087b746e9cb2a0e13e66b3fe0a815a6eaea4b273258e7e682149bc29ad8979268d2be263539c522624e3f16aa5f5

diff --git a/dev-python/django-debug-toolbar/django-debug-toolbar-2.2.ebuild 
b/dev-python/django-debug-toolbar/django-debug-toolbar-2.2.ebuild
new file mode 100644
index 000..3b1d9adcb3b
--- /dev/null
+++ b/dev-python/django-debug-toolbar/django-debug-toolbar-2.2.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_6 python3_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="A configurable set of panels that display debug information"
+HOMEPAGE="
+   https://pypi.org/project/django-debug-toolbar/
+   https://github.com/django-debug-toolbar/django-debug-toolbar/;
+SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc examples"
+
+RDEPEND="
+   >=dev-python/django-1.11[${PYTHON_USEDEP}]
+   >=dev-python/sqlparse-0.2.0[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+"
+
+python_prepare_all() {
+   # Prevent non essential d'loading by intersphinx
+   sed -e 's:intersphinx_mapping:_&:' -i docs/conf.py || die
+
+   # This prevents distutils from installing 'tests' package, rm magic no 
more needed
+   sed -e "/find_packages/s:'tests':'tests.\*', 'tests':" -i setup.py || 
die
+
+   distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+   use doc && emake -C docs html
+}
+
+python_test() {
+   emake test
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/_build/html/. )
+   use examples && local EXAMPLES=( example/. )
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-debug-toolbar/

2020-02-11 Thread William Hubbs
commit: 229d75f50ad73bd12120901b1ea9a91ee4e28f41
Author: William Hubbs  sony  com>
AuthorDate: Tue Feb 11 18:43:31 2020 +
Commit: William Hubbs  gentoo  org>
CommitDate: Tue Feb 11 20:10:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=229d75f5

dev-python/django-debug-toolbar: add python3_8

Signed-off-by: William Hubbs  gentoo.org>

 dev-python/django-debug-toolbar/django-debug-toolbar-2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/django-debug-toolbar/django-debug-toolbar-2.1.ebuild 
b/dev-python/django-debug-toolbar/django-debug-toolbar-2.1.ebuild
index 353fa1f7bd7..291dec9baac 100644
--- a/dev-python/django-debug-toolbar/django-debug-toolbar-2.1.ebuild
+++ b/dev-python/django-debug-toolbar/django-debug-toolbar-2.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_6 python3_7 )
+PYTHON_COMPAT=( python3_6 python3_7 python3_8 )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-debug-toolbar/

2020-01-26 Thread William Hubbs
commit: 6a639dfa78a055ad5c520c8f438863748832297f
Author: William Hubbs  gentoo  org>
AuthorDate: Sun Jan 26 20:10:35 2020 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sun Jan 26 20:10:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a639dfa

dev-python/django-debug-toolbar: 2.1 bump

Signed-off-by: William Hubbs  gentoo.org>

 dev-python/django-debug-toolbar/Manifest   |  1 +
 .../django-debug-toolbar-2.1.ebuild| 52 ++
 2 files changed, 53 insertions(+)

diff --git a/dev-python/django-debug-toolbar/Manifest 
b/dev-python/django-debug-toolbar/Manifest
index 53d9e796404..ade1d684004 100644
--- a/dev-python/django-debug-toolbar/Manifest
+++ b/dev-python/django-debug-toolbar/Manifest
@@ -1 +1,2 @@
 DIST django-debug-toolbar-2.0.tar.gz 321249 BLAKE2B 
cd4f9e7d55deaf404369ba89eaffe0c730a058450c8368e39bfe3f5562019f5978ff33b93dc0463dc0fa6e6ba1047335d45997929dc3d2b576a78ff7cd5f75f0
 SHA512 
8440705a2e38f2c035a1dde4eb14ec829ead502cbbebcae46889e26877c0843389107bf14249afe9742638c4880b362fd699aed935e271bc1ade8f0a54bfea46
+DIST django-debug-toolbar-2.1.tar.gz 321132 BLAKE2B 
4765a25bd7aa2578c65cd0918bf47de047e131deb896cdd7b80111e9628e4f7c39ad6dc84fc4114310fb1a8195fea263810b279e8b19b6e621879b8eb2961f82
 SHA512 
3cfd11b28ec6573977a0476388e8f4d63441c5b390fe974294bc059a83fc95a44c3c8df18a549403756f7929181750aec51d70b38cfe3bce1d40ba24e6b72e9d

diff --git a/dev-python/django-debug-toolbar/django-debug-toolbar-2.1.ebuild 
b/dev-python/django-debug-toolbar/django-debug-toolbar-2.1.ebuild
new file mode 100644
index 000..353fa1f7bd7
--- /dev/null
+++ b/dev-python/django-debug-toolbar/django-debug-toolbar-2.1.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_6 python3_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="A configurable set of panels that display debug information"
+HOMEPAGE="
+   https://pypi.org/project/django-debug-toolbar/
+   https://github.com/django-debug-toolbar/django-debug-toolbar/;
+SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc examples"
+
+RDEPEND="
+   >=dev-python/django-1.11[${PYTHON_USEDEP}]
+   >=dev-python/python-sqlparse-0.2.0[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+"
+
+python_prepare_all() {
+   # Prevent non essential d'loading by intersphinx
+   sed -e 's:intersphinx_mapping:_&:' -i docs/conf.py || die
+
+   # This prevents distutils from installing 'tests' package, rm magic no 
more needed
+   sed -e "/find_packages/s:'tests':'tests.\*', 'tests':" -i setup.py || 
die
+
+   distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+   use doc && emake -C docs html
+}
+
+python_test() {
+   emake test
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/_build/html/. )
+   use examples && local EXAMPLES=( example/. )
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-debug-toolbar/

2020-01-25 Thread Michał Górny
commit: faff004f7df423a7d511f1d1c37244b17b1515da
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jan 25 20:35:22 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jan 25 20:54:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=faff004f

dev-python/django-debug-toolbar: Remove old

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

 dev-python/django-debug-toolbar/Manifest   |  2 -
 .../django-debug-toolbar-1.11.ebuild   | 52 --
 .../django-debug-toolbar-1.5.ebuild| 52 --
 3 files changed, 106 deletions(-)

diff --git a/dev-python/django-debug-toolbar/Manifest 
b/dev-python/django-debug-toolbar/Manifest
index d14cb7886d6..53d9e796404 100644
--- a/dev-python/django-debug-toolbar/Manifest
+++ b/dev-python/django-debug-toolbar/Manifest
@@ -1,3 +1 @@
-DIST django-debug-toolbar-1.11.tar.gz 321727 BLAKE2B 
89eab65bc0306da9fd81affbffc312eb99d04f19c66d9e5c6016df323a987e1b3fe1d177d409d68548aede869ed6d3e71adb5f4f4e5cb85a9ab431eca5664033
 SHA512 
8085b02fc25571e7b3bff02ff2bda8bec81a6000c6ed9e2aea10ec45eb1a3e5adf2ee95fcfbb0a11660fd716ebf2e35a9bdefbaf767b4afc732368a197857e62
-DIST django-debug-toolbar-1.5.tar.gz 315928 BLAKE2B 
8dde3c655baa6bd5f3b5d3ae0ba57b8c5746fc41bcfae9f506ad5c49ff64cdb51f0b9d67ee42695f884493cf21bd76fdcf943d88d97641b5d804d54c59163562
 SHA512 
9a421b80016bdaee8dd3ba2a9b7c3b788b54a4f464cdd5697e36536268e4d3d926bf77088a715e87f192dc8a20a100d8adac68c9c26a1191a5343e377240bf64
 DIST django-debug-toolbar-2.0.tar.gz 321249 BLAKE2B 
cd4f9e7d55deaf404369ba89eaffe0c730a058450c8368e39bfe3f5562019f5978ff33b93dc0463dc0fa6e6ba1047335d45997929dc3d2b576a78ff7cd5f75f0
 SHA512 
8440705a2e38f2c035a1dde4eb14ec829ead502cbbebcae46889e26877c0843389107bf14249afe9742638c4880b362fd699aed935e271bc1ade8f0a54bfea46

diff --git a/dev-python/django-debug-toolbar/django-debug-toolbar-1.11.ebuild 
b/dev-python/django-debug-toolbar/django-debug-toolbar-1.11.ebuild
deleted file mode 100644
index 4de469ee23f..000
--- a/dev-python/django-debug-toolbar/django-debug-toolbar-1.11.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="A configurable set of panels that display debug information"
-HOMEPAGE="
-   https://pypi.org/project/django-debug-toolbar/
-   https://github.com/django-debug-toolbar/django-debug-toolbar/;
-SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc examples"
-
-RDEPEND="
-   >=dev-python/django-1.11[${PYTHON_USEDEP}]
-   >=dev-python/python-sqlparse-0.2.0[${PYTHON_USEDEP}]
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-"
-
-python_prepare_all() {
-   # Prevent non essential d'loading by intersphinx
-   sed -e 's:intersphinx_mapping:_&:' -i docs/conf.py || die
-
-   # This prevents distutils from installing 'tests' package, rm magic no 
more needed
-   sed -e "/find_packages/s:'tests':'tests.\*', 'tests':" -i setup.py || 
die
-
-   distutils-r1_python_prepare_all
-}
-
-python_compile_all() {
-   use doc && emake -C docs html
-}
-
-python_test() {
-   emake test
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( docs/_build/html/. )
-   use examples && local EXAMPLES=( example/. )
-   distutils-r1_python_install_all
-}

diff --git a/dev-python/django-debug-toolbar/django-debug-toolbar-1.5.ebuild 
b/dev-python/django-debug-toolbar/django-debug-toolbar-1.5.ebuild
deleted file mode 100644
index e0cda67f041..000
--- a/dev-python/django-debug-toolbar/django-debug-toolbar-1.5.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="A configurable set of panels that display debug information"
-HOMEPAGE="
-   https://pypi.org/project/django-debug-toolbar/
-   https://github.com/django-debug-toolbar/django-debug-toolbar/;
-SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="amd64 x86"
-IUSE="doc examples"
-
-RDEPEND="
-   >=dev-python/django-1.8[${PYTHON_USEDEP}]
-   >=dev-python/python-sqlparse-0.2.0[${PYTHON_USEDEP}]
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-"
-
-python_prepare_all() {
-   # Prevent non essential d'loading by intersphinx
-   sed -e 's:intersphinx_mapping:_&:' -i docs/conf.py || die
-
-   # This prevents distutils from installing 'tests' package, rm magic no 
more needed
-   sed -e "/find_packages/s:'tests':'tests.\*', 'tests':" 

[gentoo-commits] repo/gentoo:master commit in: dev-python/django-debug-toolbar/

2019-07-11 Thread William Hubbs
commit: 3bf1a1743b3910e3e055d54aa78564e5263488e7
Author: William Hubbs  sony  com>
AuthorDate: Thu Jul 11 22:18:36 2019 +
Commit: William Hubbs  gentoo  org>
CommitDate: Thu Jul 11 22:19:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bf1a174

dev-python/django-debug-toolbar: 2.0 bump

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: William Hubbs  gentoo.org>

 dev-python/django-debug-toolbar/Manifest   |  1 +
 .../django-debug-toolbar-2.0.ebuild| 52 ++
 2 files changed, 53 insertions(+)

diff --git a/dev-python/django-debug-toolbar/Manifest 
b/dev-python/django-debug-toolbar/Manifest
index 8533b850242..d14cb7886d6 100644
--- a/dev-python/django-debug-toolbar/Manifest
+++ b/dev-python/django-debug-toolbar/Manifest
@@ -1,2 +1,3 @@
 DIST django-debug-toolbar-1.11.tar.gz 321727 BLAKE2B 
89eab65bc0306da9fd81affbffc312eb99d04f19c66d9e5c6016df323a987e1b3fe1d177d409d68548aede869ed6d3e71adb5f4f4e5cb85a9ab431eca5664033
 SHA512 
8085b02fc25571e7b3bff02ff2bda8bec81a6000c6ed9e2aea10ec45eb1a3e5adf2ee95fcfbb0a11660fd716ebf2e35a9bdefbaf767b4afc732368a197857e62
 DIST django-debug-toolbar-1.5.tar.gz 315928 BLAKE2B 
8dde3c655baa6bd5f3b5d3ae0ba57b8c5746fc41bcfae9f506ad5c49ff64cdb51f0b9d67ee42695f884493cf21bd76fdcf943d88d97641b5d804d54c59163562
 SHA512 
9a421b80016bdaee8dd3ba2a9b7c3b788b54a4f464cdd5697e36536268e4d3d926bf77088a715e87f192dc8a20a100d8adac68c9c26a1191a5343e377240bf64
+DIST django-debug-toolbar-2.0.tar.gz 321249 BLAKE2B 
cd4f9e7d55deaf404369ba89eaffe0c730a058450c8368e39bfe3f5562019f5978ff33b93dc0463dc0fa6e6ba1047335d45997929dc3d2b576a78ff7cd5f75f0
 SHA512 
8440705a2e38f2c035a1dde4eb14ec829ead502cbbebcae46889e26877c0843389107bf14249afe9742638c4880b362fd699aed935e271bc1ade8f0a54bfea46

diff --git a/dev-python/django-debug-toolbar/django-debug-toolbar-2.0.ebuild 
b/dev-python/django-debug-toolbar/django-debug-toolbar-2.0.ebuild
new file mode 100644
index 000..fe591fca5ad
--- /dev/null
+++ b/dev-python/django-debug-toolbar/django-debug-toolbar-2.0.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{5,6} )
+
+inherit distutils-r1
+
+DESCRIPTION="A configurable set of panels that display debug information"
+HOMEPAGE="
+   https://pypi.org/project/django-debug-toolbar/
+   https://github.com/django-debug-toolbar/django-debug-toolbar/;
+SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc examples"
+
+RDEPEND="
+   >=dev-python/django-1.11[${PYTHON_USEDEP}]
+   >=dev-python/python-sqlparse-0.2.0[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+"
+
+python_prepare_all() {
+   # Prevent non essential d'loading by intersphinx
+   sed -e 's:intersphinx_mapping:_&:' -i docs/conf.py || die
+
+   # This prevents distutils from installing 'tests' package, rm magic no 
more needed
+   sed -e "/find_packages/s:'tests':'tests.\*', 'tests':" -i setup.py || 
die
+
+   distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+   use doc && emake -C docs html
+}
+
+python_test() {
+   emake test
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/_build/html/. )
+   use examples && local EXAMPLES=( example/. )
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-debug-toolbar/

2019-03-27 Thread William Hubbs
commit: 2d2b09fbdad8ae01cb846906e6254a1618a9d0da
Author: William Hubbs  sony  com>
AuthorDate: Wed Mar 27 20:38:58 2019 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Mar 27 21:06:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d2b09fb

dev-python/django-debug-toolbar: remove python2_7 from 1.11

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: William Hubbs  gentoo.org>

 dev-python/django-debug-toolbar/django-debug-toolbar-1.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/django-debug-toolbar/django-debug-toolbar-1.11.ebuild 
b/dev-python/django-debug-toolbar/django-debug-toolbar-1.11.ebuild
index 08bd4b0acde..6ce87590e4a 100644
--- a/dev-python/django-debug-toolbar/django-debug-toolbar-1.11.ebuild
+++ b/dev-python/django-debug-toolbar/django-debug-toolbar-1.11.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
+PYTHON_COMPAT=( python3_{4,5,6} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-debug-toolbar/

2019-03-12 Thread William Hubbs
commit: 6c95eb028a8c38807ccb1eb3f41046b4902550a4
Author: William Hubbs  sony  com>
AuthorDate: Tue Mar 12 21:49:31 2019 +
Commit: William Hubbs  gentoo  org>
CommitDate: Tue Mar 12 21:52:08 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c95eb02

dev-python/django-debug-toolbar: 1.11 bump

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: William Hubbs  gentoo.org>

 dev-python/django-debug-toolbar/Manifest   |  1 +
 .../django-debug-toolbar-1.11.ebuild   | 52 ++
 2 files changed, 53 insertions(+)

diff --git a/dev-python/django-debug-toolbar/Manifest 
b/dev-python/django-debug-toolbar/Manifest
index 01ba026b592..8533b850242 100644
--- a/dev-python/django-debug-toolbar/Manifest
+++ b/dev-python/django-debug-toolbar/Manifest
@@ -1 +1,2 @@
+DIST django-debug-toolbar-1.11.tar.gz 321727 BLAKE2B 
89eab65bc0306da9fd81affbffc312eb99d04f19c66d9e5c6016df323a987e1b3fe1d177d409d68548aede869ed6d3e71adb5f4f4e5cb85a9ab431eca5664033
 SHA512 
8085b02fc25571e7b3bff02ff2bda8bec81a6000c6ed9e2aea10ec45eb1a3e5adf2ee95fcfbb0a11660fd716ebf2e35a9bdefbaf767b4afc732368a197857e62
 DIST django-debug-toolbar-1.5.tar.gz 315928 BLAKE2B 
8dde3c655baa6bd5f3b5d3ae0ba57b8c5746fc41bcfae9f506ad5c49ff64cdb51f0b9d67ee42695f884493cf21bd76fdcf943d88d97641b5d804d54c59163562
 SHA512 
9a421b80016bdaee8dd3ba2a9b7c3b788b54a4f464cdd5697e36536268e4d3d926bf77088a715e87f192dc8a20a100d8adac68c9c26a1191a5343e377240bf64

diff --git a/dev-python/django-debug-toolbar/django-debug-toolbar-1.11.ebuild 
b/dev-python/django-debug-toolbar/django-debug-toolbar-1.11.ebuild
new file mode 100644
index 000..08bd4b0acde
--- /dev/null
+++ b/dev-python/django-debug-toolbar/django-debug-toolbar-1.11.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
+
+inherit distutils-r1
+
+DESCRIPTION="A configurable set of panels that display debug information"
+HOMEPAGE="
+   https://pypi.org/project/django-debug-toolbar/
+   https://github.com/django-debug-toolbar/django-debug-toolbar/;
+SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc examples"
+
+RDEPEND="
+   >=dev-python/django-1.11[${PYTHON_USEDEP}]
+   >=dev-python/python-sqlparse-0.2.0[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+"
+
+python_prepare_all() {
+   # Prevent non essential d'loading by intersphinx
+   sed -e 's:intersphinx_mapping:_&:' -i docs/conf.py || die
+
+   # This prevents distutils from installing 'tests' package, rm magic no 
more needed
+   sed -e "/find_packages/s:'tests':'tests.\*', 'tests':" -i setup.py || 
die
+
+   distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+   use doc && emake -C docs html
+}
+
+python_test() {
+   emake test
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/_build/html/. )
+   use examples && local EXAMPLES=( example/. )
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-debug-toolbar/

2018-01-03 Thread Michał Górny
commit: 2f5ead4e49238cbad0dd2a3442608d47c3458001
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan  2 22:52:26 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jan  3 09:11:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f5ead4e

dev-python/django-debug-toolbar: Clean old up

 dev-python/django-debug-toolbar/Manifest   |  1 -
 .../django-debug-toolbar-1.3.2.ebuild  | 52 --
 2 files changed, 53 deletions(-)

diff --git a/dev-python/django-debug-toolbar/Manifest 
b/dev-python/django-debug-toolbar/Manifest
index 880b43fab37..01ba026b592 100644
--- a/dev-python/django-debug-toolbar/Manifest
+++ b/dev-python/django-debug-toolbar/Manifest
@@ -1,2 +1 @@
-DIST django-debug-toolbar-1.3.2.tar.gz 316106 BLAKE2B 
41ca813e252d54096ae6077e247f36292d986a1ecc5d8e34bf856edd9f272e74d8078b6402aaa44805837b9dcbd762702b08502726f104f5363226b14ca668db
 SHA512 
d1428f1f729a190ddbf3a260bc428d7a78421519be60c7f07ad3e7f3498414d4ac0ec64d5772fcf89d6521f83bd9226fae104c43b4f0ad4deaf7cfb427d24b1c
 DIST django-debug-toolbar-1.5.tar.gz 315928 BLAKE2B 
8dde3c655baa6bd5f3b5d3ae0ba57b8c5746fc41bcfae9f506ad5c49ff64cdb51f0b9d67ee42695f884493cf21bd76fdcf943d88d97641b5d804d54c59163562
 SHA512 
9a421b80016bdaee8dd3ba2a9b7c3b788b54a4f464cdd5697e36536268e4d3d926bf77088a715e87f192dc8a20a100d8adac68c9c26a1191a5343e377240bf64

diff --git a/dev-python/django-debug-toolbar/django-debug-toolbar-1.3.2.ebuild 
b/dev-python/django-debug-toolbar/django-debug-toolbar-1.3.2.ebuild
deleted file mode 100644
index 558b7505df8..000
--- a/dev-python/django-debug-toolbar/django-debug-toolbar-1.3.2.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_4 pypy )
-
-inherit distutils-r1
-
-DESCRIPTION="A configurable set of panels that display debug information"
-HOMEPAGE="
-   https://pypi.python.org/pypi/django-debug-toolbar/
-   https://github.com/django-debug-toolbar/django-debug-toolbar/;
-SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="amd64 x86"
-IUSE="doc examples"
-
-RDEPEND="
-   >=dev-python/django-1.4.2[${PYTHON_USEDEP}]
-   >=dev-python/python-sqlparse-0.1.10[${PYTHON_USEDEP}]
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-"
-
-python_prepare_all() {
-   # Prevent non essential d'loading by intersphinx
-   sed -e 's:intersphinx_mapping:_&:' -i docs/conf.py || die
-
-   # This prevents distutils from installing 'tests' package, rm magic no 
more needed
-   sed -e "/find_packages/s:'tests':'tests.\*', 'tests':" -i setup.py || 
die
-
-   distutils-r1_python_prepare_all
-}
-
-python_compile_all() {
-   use doc && emake -C docs html
-}
-
-python_test() {
-   emake test
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( docs/_build/html/. )
-   use examples && local EXAMPLES=( example/. )
-   distutils-r1_python_install_all
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-debug-toolbar/

2017-09-25 Thread Michael Palimaka
commit: cc844313c8f70e581ba11c9db6279eee7a5c5421
Author: Michael Palimaka  gentoo  org>
AuthorDate: Mon Sep 25 13:34:22 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Mon Sep 25 13:44:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc844313

dev-python/django-debug-toolbar: stabilise 1.5 for x86

Bug: https://bugs.gentoo.org/625000
Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-python/django-debug-toolbar/django-debug-toolbar-1.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/django-debug-toolbar/django-debug-toolbar-1.5.ebuild 
b/dev-python/django-debug-toolbar/django-debug-toolbar-1.5.ebuild
index ac918f5a1eb..b80879e83b4 100644
--- a/dev-python/django-debug-toolbar/django-debug-toolbar-1.5.ebuild
+++ b/dev-python/django-debug-toolbar/django-debug-toolbar-1.5.ebuild
@@ -15,7 +15,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 SLOT="0"
 LICENSE="BSD"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="doc examples"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-debug-toolbar/

2017-07-31 Thread Tobias Klausmann
commit: 7e1178835cf710af3af86baabce7d549df079941
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Jul 31 10:29:54 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Jul 31 10:30:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e117883

dev-python/django-debug-toolbar-1.5-r0: amd64 stable

Gentoo-Bug: 625000

 dev-python/django-debug-toolbar/django-debug-toolbar-1.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/django-debug-toolbar/django-debug-toolbar-1.5.ebuild 
b/dev-python/django-debug-toolbar/django-debug-toolbar-1.5.ebuild
index a7ae92e4634..ac918f5a1eb 100644
--- a/dev-python/django-debug-toolbar/django-debug-toolbar-1.5.ebuild
+++ b/dev-python/django-debug-toolbar/django-debug-toolbar-1.5.ebuild
@@ -15,7 +15,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 SLOT="0"
 LICENSE="BSD"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="doc examples"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-debug-toolbar/

2016-08-24 Thread Johann Schmitz
commit: 3e8ef749a93eb7c98bfe28d97434cac559957c0f
Author: Johann Schmitz  gentoo  org>
AuthorDate: Thu Aug 25 04:39:18 2016 +
Commit: Johann Schmitz  gentoo  org>
CommitDate: Thu Aug 25 04:39:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e8ef749

dev-python/django-debug-toolbar: Version bump to 1.5

Package-Manager: portage-2.2.28

 dev-python/django-debug-toolbar/Manifest   |  1 +
 .../django-debug-toolbar-1.5.ebuild| 53 ++
 2 files changed, 54 insertions(+)

diff --git a/dev-python/django-debug-toolbar/Manifest 
b/dev-python/django-debug-toolbar/Manifest
index 80da15c..3747b4d 100644
--- a/dev-python/django-debug-toolbar/Manifest
+++ b/dev-python/django-debug-toolbar/Manifest
@@ -1,2 +1,3 @@
 DIST django-debug-toolbar-1.3.2.tar.gz 316106 SHA256 
3cb9128c17a672864b0daa16065c9d80ff910cbc3b344a3e5d82eb0fb30a185c SHA512 
d1428f1f729a190ddbf3a260bc428d7a78421519be60c7f07ad3e7f3498414d4ac0ec64d5772fcf89d6521f83bd9226fae104c43b4f0ad4deaf7cfb427d24b1c
 WHIRLPOOL 
f088dc6c4fb766a9e38b2f736a66126bdb75bd3cd7762c8ba06650b401639a644831e848012bd001cbd8ffdaad6b823303765f5f44d8bc79688f2d9b7da4592d
 DIST django-debug-toolbar-1.4.tar.gz 315912 SHA256 
08a6070bed7a64a4d9e57d2acc6bd2a854e6b1ee78482fc6f47c5c7db6d139d7 SHA512 
639b1608f51abdc395d1dd853d7f549a53f616734398bbb76a002e8cde5cc15379d7a0dbedb1d5d388ec1af2338a69d6a56a53390f189b01ecc178c6ef3cea79
 WHIRLPOOL 
a29c4d3831228af98eb51449f3a9f01de1b5c1627a022a527c47c238f5de22ec254127fc92a6cdfe34bc5d3fa9d5b119f8b1240ab8bcdf06ba6d0150f9a3eac2
+DIST django-debug-toolbar-1.5.tar.gz 315928 SHA256 
10024b7850e4274f1d5762668da18ee05670054be43e497c8d8b12f7c655bee3 SHA512 
9a421b80016bdaee8dd3ba2a9b7c3b788b54a4f464cdd5697e36536268e4d3d926bf77088a715e87f192dc8a20a100d8adac68c9c26a1191a5343e377240bf64
 WHIRLPOOL 
438beaa6b40ff3c91093203a26ffaac545056c4c74963254c1a86bd0fbf0d021744fd5c41e07eeb79b98adda4b92d7b2e261a6222032c417ae8180856de3bfee

diff --git a/dev-python/django-debug-toolbar/django-debug-toolbar-1.5.ebuild 
b/dev-python/django-debug-toolbar/django-debug-toolbar-1.5.ebuild
new file mode 100644
index ..9d1fb38
--- /dev/null
+++ b/dev-python/django-debug-toolbar/django-debug-toolbar-1.5.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{3,4} pypy )
+
+inherit distutils-r1
+
+DESCRIPTION="A configurable set of panels that display debug information"
+HOMEPAGE="
+   https://pypi.python.org/pypi/django-debug-toolbar/
+   https://github.com/django-debug-toolbar/django-debug-toolbar/;
+SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc examples"
+
+RDEPEND="
+   >=dev-python/django-1.8[${PYTHON_USEDEP}]
+   >=dev-python/python-sqlparse-0.2.0[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+"
+
+python_prepare_all() {
+   # Prevent non essential d'loading by intersphinx
+   sed -e 's:intersphinx_mapping:_&:' -i docs/conf.py || die
+
+   # This prevents distutils from installing 'tests' package, rm magic no 
more needed
+   sed -e "/find_packages/s:'tests':'tests.\*', 'tests':" -i setup.py || 
die
+
+   distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+   use doc && emake -C docs html
+}
+
+python_test() {
+   emake test
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/_build/html/. )
+   use examples && local EXAMPLES=( example/. )
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-debug-toolbar/

2015-10-19 Thread Justin Lecher
commit: 3383813980c26c582b5fb470c85974aebe67c8c1
Author: Justin Lecher  gentoo  org>
AuthorDate: Mon Oct 19 14:48:02 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Mon Oct 19 16:29:11 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33838139

dev-python/django-debug-toolbar: Version Bump

Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher  gentoo.org>

 dev-python/django-debug-toolbar/Manifest   |  1 +
 .../django-debug-toolbar-1.4.ebuild| 53 ++
 2 files changed, 54 insertions(+)

diff --git a/dev-python/django-debug-toolbar/Manifest 
b/dev-python/django-debug-toolbar/Manifest
index ed99dfe..80da15c 100644
--- a/dev-python/django-debug-toolbar/Manifest
+++ b/dev-python/django-debug-toolbar/Manifest
@@ -1 +1,2 @@
 DIST django-debug-toolbar-1.3.2.tar.gz 316106 SHA256 
3cb9128c17a672864b0daa16065c9d80ff910cbc3b344a3e5d82eb0fb30a185c SHA512 
d1428f1f729a190ddbf3a260bc428d7a78421519be60c7f07ad3e7f3498414d4ac0ec64d5772fcf89d6521f83bd9226fae104c43b4f0ad4deaf7cfb427d24b1c
 WHIRLPOOL 
f088dc6c4fb766a9e38b2f736a66126bdb75bd3cd7762c8ba06650b401639a644831e848012bd001cbd8ffdaad6b823303765f5f44d8bc79688f2d9b7da4592d
+DIST django-debug-toolbar-1.4.tar.gz 315912 SHA256 
08a6070bed7a64a4d9e57d2acc6bd2a854e6b1ee78482fc6f47c5c7db6d139d7 SHA512 
639b1608f51abdc395d1dd853d7f549a53f616734398bbb76a002e8cde5cc15379d7a0dbedb1d5d388ec1af2338a69d6a56a53390f189b01ecc178c6ef3cea79
 WHIRLPOOL 
a29c4d3831228af98eb51449f3a9f01de1b5c1627a022a527c47c238f5de22ec254127fc92a6cdfe34bc5d3fa9d5b119f8b1240ab8bcdf06ba6d0150f9a3eac2

diff --git a/dev-python/django-debug-toolbar/django-debug-toolbar-1.4.ebuild 
b/dev-python/django-debug-toolbar/django-debug-toolbar-1.4.ebuild
new file mode 100644
index 000..39b3b90
--- /dev/null
+++ b/dev-python/django-debug-toolbar/django-debug-toolbar-1.4.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{3,4} pypy )
+
+inherit distutils-r1
+
+DESCRIPTION="A configurable set of panels that display debug information"
+HOMEPAGE="
+   https://pypi.python.org/pypi/django-debug-toolbar/
+   https://github.com/django-debug-toolbar/django-debug-toolbar/;
+SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc examples"
+
+RDEPEND="
+   >=dev-python/django-1.7[${PYTHON_USEDEP}]
+   >=dev-python/python-sqlparse-0.1.10[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+"
+
+python_prepare_all() {
+   # Prevent non essential d'loading by intersphinx
+   sed -e 's:intersphinx_mapping:_&:' -i docs/conf.py || die
+
+   # This prevents distutils from installing 'tests' package, rm magic no 
more needed
+   sed -e "/find_packages/s:'tests':'tests.\*', 'tests':" -i setup.py || 
die
+
+   distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+   use doc && emake -C docs html
+}
+
+python_test() {
+   emake test
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/_build/html/. )
+   use examples && local EXAMPLES=( example/. )
+   distutils-r1_python_install_all
+}