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

2024-06-29 Thread Petr Vaněk
commit: 1ce67500cbff749308178d2e72d6b0dc7f7fa7af
Author: Petr Vaněk  gentoo  org>
AuthorDate: Sat Jun 29 12:45:11 2024 +
Commit: Petr Vaněk  gentoo  org>
CommitDate: Sat Jun 29 13:12:21 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ce67500

dev-python/django-prometheus: enable py3.13

Signed-off-by: Petr Vaněk  gentoo.org>

 dev-python/django-prometheus/django-prometheus-2.3.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/django-prometheus/django-prometheus-2.3.1.ebuild 
b/dev-python/django-prometheus/django-prometheus-2.3.1.ebuild
index 4a0ebc82be1a..c592b33b4dfa 100644
--- a/dev-python/django-prometheus/django-prometheus-2.3.1.ebuild
+++ b/dev-python/django-prometheus/django-prometheus-2.3.1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
 PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
 
 inherit distutils-r1 pypi
 



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

2023-07-28 Thread Michał Górny
commit: 7d1cdcaf0e5e8eb1404955a39cf74328f9c1e431
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jul 28 15:55:41 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jul 28 15:58:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d1cdcaf

dev-python/django-prometheus: Enable py3.12

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

 dev-python/django-prometheus/django-prometheus-2.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/django-prometheus/django-prometheus-2.3.1.ebuild 
b/dev-python/django-prometheus/django-prometheus-2.3.1.ebuild
index 12308447e035..5f89d7bf957a 100644
--- a/dev-python/django-prometheus/django-prometheus-2.3.1.ebuild
+++ b/dev-python/django-prometheus/django-prometheus-2.3.1.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
 PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1 pypi
 



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

2023-07-24 Thread Michał Górny
commit: dd697eb0d06904a15d81a9c7dfa8b23bcd26495c
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul 24 11:18:39 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul 24 11:31:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd697eb0

dev-python/django-prometheus: Remove old

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

 dev-python/django-prometheus/Manifest  |  1 -
 .../django-prometheus-2.2.0-r1.ebuild  | 32 --
 2 files changed, 33 deletions(-)

diff --git a/dev-python/django-prometheus/Manifest 
b/dev-python/django-prometheus/Manifest
index 8e4ca9e2304b..11b5f94729b7 100644
--- a/dev-python/django-prometheus/Manifest
+++ b/dev-python/django-prometheus/Manifest
@@ -1,2 +1 @@
-DIST django-prometheus-2.2.0.tar.gz 24995 BLAKE2B 
db79cbed99d4d5cb7d9ce22dfee69914a63373417b176b4311406f9a1fdcada16447d6ec8cb19ebd14789f520aa1d5755aace824e5462611f81a0cc688566f19
 SHA512 
a72c8345f220799ad0709e0e73912229267b5e01fc67ae7f647e53ccf7c7e170ad2456c81070a002dc411e840b1129d55719a7aa891b4dabe262837c8c7b3db5
 DIST django-prometheus-2.3.1.tar.gz 24718 BLAKE2B 
a20f140736107e1c959fed33ff9a736cbc3266189598924e5d285c44a9fd1f16b7e41ba85829a2526cd49116523e1da3d1f96c9a1d73f84db18557cee3254982
 SHA512 
523cfa7023e1e8921c687bd010a4c6384e1e4142fb702887d1d0bd60194b5111e92e53fec07df89eaea07cd7aa806edef79ab303a67d866d18eacde257db3c03

diff --git a/dev-python/django-prometheus/django-prometheus-2.2.0-r1.ebuild 
b/dev-python/django-prometheus/django-prometheus-2.2.0-r1.ebuild
deleted file mode 100644
index 12308447e035..
--- a/dev-python/django-prometheus/django-prometheus-2.2.0-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Library to export Django metrics for Prometheus"
-HOMEPAGE="
-   https://github.com/korfuri/django-prometheus/
-   https://pypi.org/project/django-prometheus/
-"
-
-LICENSE="Apache-1.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-   dev-python/django[${PYTHON_USEDEP}]
-   >=dev-python/prometheus-client-0.7[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
-   sed -i "/pytest-runner/d" setup.py || die
-   distutils-r1_python_prepare_all
-}



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

2023-05-03 Thread Michał Górny
commit: 29712993327faac4737662dd7502d228da17a5a4
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May  3 06:45:39 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May  3 07:51:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29712993

dev-python/django-prometheus: Bump to 2.3.1

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

 dev-python/django-prometheus/Manifest  |  1 +
 .../django-prometheus-2.3.1.ebuild | 32 ++
 2 files changed, 33 insertions(+)

diff --git a/dev-python/django-prometheus/Manifest 
b/dev-python/django-prometheus/Manifest
index 6e515861f6ef..8e4ca9e2304b 100644
--- a/dev-python/django-prometheus/Manifest
+++ b/dev-python/django-prometheus/Manifest
@@ -1 +1,2 @@
 DIST django-prometheus-2.2.0.tar.gz 24995 BLAKE2B 
db79cbed99d4d5cb7d9ce22dfee69914a63373417b176b4311406f9a1fdcada16447d6ec8cb19ebd14789f520aa1d5755aace824e5462611f81a0cc688566f19
 SHA512 
a72c8345f220799ad0709e0e73912229267b5e01fc67ae7f647e53ccf7c7e170ad2456c81070a002dc411e840b1129d55719a7aa891b4dabe262837c8c7b3db5
+DIST django-prometheus-2.3.1.tar.gz 24718 BLAKE2B 
a20f140736107e1c959fed33ff9a736cbc3266189598924e5d285c44a9fd1f16b7e41ba85829a2526cd49116523e1da3d1f96c9a1d73f84db18557cee3254982
 SHA512 
523cfa7023e1e8921c687bd010a4c6384e1e4142fb702887d1d0bd60194b5111e92e53fec07df89eaea07cd7aa806edef79ab303a67d866d18eacde257db3c03

diff --git a/dev-python/django-prometheus/django-prometheus-2.3.1.ebuild 
b/dev-python/django-prometheus/django-prometheus-2.3.1.ebuild
new file mode 100644
index ..680ccac5129a
--- /dev/null
+++ b/dev-python/django-prometheus/django-prometheus-2.3.1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Library to export Django metrics for Prometheus"
+HOMEPAGE="
+   https://github.com/korfuri/django-prometheus/
+   https://pypi.org/project/django-prometheus/
+"
+
+LICENSE="Apache-1.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   dev-python/django[${PYTHON_USEDEP}]
+   >=dev-python/prometheus_client-0.7[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   sed -i "/pytest-runner/d" setup.py || die
+   distutils-r1_python_prepare_all
+}



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

2023-02-17 Thread Michał Górny
commit: e12aa2b1a43196d0b8a9bf61792fdc375b30dd48
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Feb 17 09:15:07 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Feb 17 09:31:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e12aa2b1

dev-python/django-prometheus: PEP517, py3.11, pypi.eclass

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

 .../django-prometheus-2.2.0-r1.ebuild  | 32 ++
 1 file changed, 32 insertions(+)

diff --git a/dev-python/django-prometheus/django-prometheus-2.2.0-r1.ebuild 
b/dev-python/django-prometheus/django-prometheus-2.2.0-r1.ebuild
new file mode 100644
index ..680ccac5129a
--- /dev/null
+++ b/dev-python/django-prometheus/django-prometheus-2.2.0-r1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Library to export Django metrics for Prometheus"
+HOMEPAGE="
+   https://github.com/korfuri/django-prometheus/
+   https://pypi.org/project/django-prometheus/
+"
+
+LICENSE="Apache-1.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   dev-python/django[${PYTHON_USEDEP}]
+   >=dev-python/prometheus_client-0.7[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   sed -i "/pytest-runner/d" setup.py || die
+   distutils-r1_python_prepare_all
+}



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

2022-06-04 Thread Michał Górny
commit: 32179729a2559de44cea84db4ba7b76090966de5
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jun  4 17:46:30 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jun  4 17:48:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32179729

dev-python/django-prometheus: Add python@ as maint.

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

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

diff --git a/dev-python/django-prometheus/metadata.xml 
b/dev-python/django-prometheus/metadata.xml
index 3d385e04b5ba..46f5d0924156 100644
--- a/dev-python/django-prometheus/metadata.xml
+++ b/dev-python/django-prometheus/metadata.xml
@@ -1,7 +1,10 @@
 
 https://www.gentoo.org/dtd/metadata.dtd";>
 
-   
+   
+   pyt...@gentoo.org
+   Python
+   


django-prometheus



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

2021-12-19 Thread Arthur Zamarin
commit: 4e51f20fc9cfbc5e53656f4b575cc0406125a3d2
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Dec 19 20:50:26 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Dec 19 20:50:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e51f20f

dev-python/django-prometheus: add 2.2.0

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

 dev-python/django-prometheus/Manifest  |  1 +
 .../django-prometheus-2.2.0.ebuild | 27 ++
 2 files changed, 28 insertions(+)

diff --git a/dev-python/django-prometheus/Manifest 
b/dev-python/django-prometheus/Manifest
index 21085c684db9..eb1086f1ce59 100644
--- a/dev-python/django-prometheus/Manifest
+++ b/dev-python/django-prometheus/Manifest
@@ -1 +1,2 @@
 DIST django-prometheus-2.1.0.tar.gz 24615 BLAKE2B 
381aa345fac29e71e2b883fb485dce1d6ca3f13fc863d6ca9a62d5cd8f605f8cca727fbc3a3946e707d80f89d7fbaf544610cfb4857a45bc3dc13eeb22aeb4d6
 SHA512 
0c102467b99df409e31f99fb77d16558bd01c9c11f04ac0f80b59e486bc6e03979e16785083980c43ee3caad26b7a6bf618f9592fcca788ec2793a30d6b44241
+DIST django-prometheus-2.2.0.tar.gz 24995 BLAKE2B 
db79cbed99d4d5cb7d9ce22dfee69914a63373417b176b4311406f9a1fdcada16447d6ec8cb19ebd14789f520aa1d5755aace824e5462611f81a0cc688566f19
 SHA512 
a72c8345f220799ad0709e0e73912229267b5e01fc67ae7f647e53ccf7c7e170ad2456c81070a002dc411e840b1129d55719a7aa891b4dabe262837c8c7b3db5

diff --git a/dev-python/django-prometheus/django-prometheus-2.2.0.ebuild 
b/dev-python/django-prometheus/django-prometheus-2.2.0.ebuild
new file mode 100644
index ..79c9b92ea2d7
--- /dev/null
+++ b/dev-python/django-prometheus/django-prometheus-2.2.0.ebuild
@@ -0,0 +1,27 @@
+# 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="Library to export Django metrics for Prometheus"
+HOMEPAGE="https://github.com/korfuri/django-prometheus";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-1.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   dev-python/django[${PYTHON_USEDEP}]
+   >=dev-python/prometheus_client-0.7[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   sed -i "/pytest-runner/d" setup.py || die
+   distutils-r1_python_prepare_all
+}



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

2021-11-01 Thread Arthur Zamarin
commit: 06ed271507f5e293ccc26314b031619a0cd643a4
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Nov  1 09:44:34 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Nov  1 10:08:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06ed2715

dev-python/django-prometheus: add github upstream metadata

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

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

diff --git a/dev-python/django-prometheus/metadata.xml 
b/dev-python/django-prometheus/metadata.xml
index c1c161f0bc2..3d385e04b5b 100644
--- a/dev-python/django-prometheus/metadata.xml
+++ b/dev-python/django-prometheus/metadata.xml
@@ -5,5 +5,6 @@


django-prometheus
+   korfuri/django-prometheus

 



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

2021-11-01 Thread Arthur Zamarin
commit: a84f911add214864060449ee45da0995f03ab2df
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Nov  1 09:43:09 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Nov  1 10:08:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a84f911a

dev-python/django-prometheus: enable tests

Closes: https://bugs.gentoo.org/797874
Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/django-prometheus/django-prometheus-2.1.0.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-python/django-prometheus/django-prometheus-2.1.0.ebuild 
b/dev-python/django-prometheus/django-prometheus-2.1.0.ebuild
index 108c87dc5cd..8a4134d77e2 100644
--- a/dev-python/django-prometheus/django-prometheus-2.1.0.ebuild
+++ b/dev-python/django-prometheus/django-prometheus-2.1.0.ebuild
@@ -16,6 +16,8 @@ KEYWORDS="~amd64"
 
 RDEPEND=">=dev-python/prometheus_client-0.7[${PYTHON_USEDEP}]"
 
+distutils_enable_tests pytest
+
 python_prepare_all() {
sed -i "/pytest-runner/d" setup.py || die
distutils-r1_python_prepare_all



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

2021-11-01 Thread Arthur Zamarin
commit: 9827dc46288d783e240596e69bd2b9956ff4063e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Nov  1 09:43:58 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Nov  1 10:08:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9827dc46

dev-python/django-prometheus: enable py3.10

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

 dev-python/django-prometheus/django-prometheus-2.1.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/django-prometheus/django-prometheus-2.1.0.ebuild 
b/dev-python/django-prometheus/django-prometheus-2.1.0.ebuild
index 8a4134d77e2..a669adb8d16 100644
--- a/dev-python/django-prometheus/django-prometheus-2.1.0.ebuild
+++ b/dev-python/django-prometheus/django-prometheus-2.1.0.ebuild
@@ -3,12 +3,12 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 inherit distutils-r1
 
 DESCRIPTION="Library to export Django metrics for Prometheus"
 HOMEPAGE="https://github.com/korfuri/django-prometheus";
-SRC_URI="mirror://pypi/${PN:0:1}"/${PN}/${P}.tar.gz
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-1.0"
 SLOT="0"



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

2021-05-15 Thread William Hubbs
commit: e18419f2db4db81b2c495f73bf5ee73ec163e19e
Author: William Hubbs  gentoo  org>
AuthorDate: Sat May 15 23:43:58 2021 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sat May 15 23:44:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e18419f2

dev-python/django-prometheus: remove myself from maintainers

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: William Hubbs  gentoo.org>

 dev-python/django-prometheus/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/dev-python/django-prometheus/metadata.xml 
b/dev-python/django-prometheus/metadata.xml
index 6d36a86afae..ed9690ec5c4 100644
--- a/dev-python/django-prometheus/metadata.xml
+++ b/dev-python/django-prometheus/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-   
-   willi...@gentoo.org
-   William Hubbs
-   
+   


django-prometheus



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

2020-03-26 Thread Michał Górny
commit: 7dc9333d30cf8dd260dada0d3533b1e9d8563b1f
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 26 20:42:08 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 26 20:42:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dc9333d

dev-python/django-prometheus: Remove redundant versions

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

 dev-python/django-prometheus/Manifest  |  2 --
 .../django-prometheus/django-prometheus-1.0.15.ebuild  | 18 --
 .../django-prometheus/django-prometheus-1.1.0.ebuild   | 18 --
 3 files changed, 38 deletions(-)

diff --git a/dev-python/django-prometheus/Manifest 
b/dev-python/django-prometheus/Manifest
index bfca67e3f6b..6494f3455ee 100644
--- a/dev-python/django-prometheus/Manifest
+++ b/dev-python/django-prometheus/Manifest
@@ -1,3 +1 @@
-DIST django-prometheus-1.0.15.tar.gz 13708 BLAKE2B 
64d72224da9cb481108ad17ed1409d97108353a39894f824428743f3ee894292352de4d4beebf1984294e34cea7b6d0144c5066d0fe5cca7d9c682f9410355d3
 SHA512 
48794f6d07ebdd3487060e62e808a66a97630045433dd91a27f1095f79a72197124c44c5d178c89785b8d048e8e828f84804c789cb5c2f0a053cf18864cde6eb
-DIST django-prometheus-1.1.0.tar.gz 18237 BLAKE2B 
9b32e95750b57122a42d2e0b7f257407885a08db446e013933d2e81a525bf99f872f82c7f081f4c8c3c18f899c48ffa947ac8a89b751babaa8a8348f3f50b757
 SHA512 
9fa8c0175d1f8f714954f1c16715007e5c074568cc703d57e62f24686db1e16c40fc02244c4f9721995636723d90435bb3b2348282530d969b543bce39e65774
 DIST django-prometheus-2.0.0.tar.gz 20028 BLAKE2B 
272f192cc0ee4492fa6dbbb65ba6696fdf8fbddc0724290d9b55e5aedb740c2c92cb609969240004b4faca4569580ab451284c2f4bbde589ee61bb96ec448ff3
 SHA512 
8345c23c8032f0dbecd8e801bd6673e7e3804003ebee0a15b0c8ce3b2d4c6b6f47e7c41e33df2b18a0497eb453972d8b231b88fb51184fafc58d306a9430fdec

diff --git a/dev-python/django-prometheus/django-prometheus-1.0.15.ebuild 
b/dev-python/django-prometheus/django-prometheus-1.0.15.ebuild
deleted file mode 100644
index d2ca210237d..000
--- a/dev-python/django-prometheus/django-prometheus-1.0.15.ebuild
+++ /dev/null
@@ -1,18 +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="Library to export django metrics for prometheus"
-HOMEPAGE="https://github.com/korfuri/django-prometheus";
-SRC_URI="mirror://pypi/${PN:0:1}"/${PN}/${P}.tar.gz
-
-LICENSE="Apache-1.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND=">=dev-python/prometheus_client-0.0.21[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}"

diff --git a/dev-python/django-prometheus/django-prometheus-1.1.0.ebuild 
b/dev-python/django-prometheus/django-prometheus-1.1.0.ebuild
deleted file mode 100644
index aa4a3906edd..000
--- a/dev-python/django-prometheus/django-prometheus-1.1.0.ebuild
+++ /dev/null
@@ -1,18 +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="Library to export django metrics for prometheus"
-HOMEPAGE="https://github.com/korfuri/django-prometheus";
-SRC_URI="mirror://pypi/${PN:0:1}"/${PN}/${P}.tar.gz
-
-LICENSE="Apache-1.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND=">=dev-python/prometheus_client-0.7[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}"



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

2020-03-13 Thread William Hubbs
commit: 749d96fe8dd409e12d5abb35cebaf5be75bc12e9
Author: William Hubbs  gentoo  org>
AuthorDate: Fri Mar 13 22:17:49 2020 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri Mar 13 22:19:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=749d96fe

dev-python/django_prometheus: fix sed to remove pytest-runner

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

 dev-python/django-prometheus/django-prometheus-2.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/django-prometheus/django-prometheus-2.0.0.ebuild 
b/dev-python/django-prometheus/django-prometheus-2.0.0.ebuild
index a745970dbcd..09c740ab364 100644
--- a/dev-python/django-prometheus/django-prometheus-2.0.0.ebuild
+++ b/dev-python/django-prometheus/django-prometheus-2.0.0.ebuild
@@ -18,6 +18,6 @@ DEPEND=">=dev-python/prometheus_client-0.7[${PYTHON_USEDEP}]"
 RDEPEND="${DEPEND}"
 
 python_prepare_all() {
-   sed -i "s/'pytest-runner'//" setup.py || die
+   sed -i "/pytest-runner/d" setup.py || die
distutils-r1_python_prepare_all
 }



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

2020-03-11 Thread William Hubbs
commit: d5ffac9c5150984895f6d1f7e6379f289d40fa11
Author: William Hubbs  sony  com>
AuthorDate: Wed Mar 11 21:33:43 2020 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Mar 11 21:56:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5ffac9c

dev-python/django-prometheus: 2.0.0 bump

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

 dev-python/django-prometheus/Manifest  |  1 +
 .../django-prometheus-2.0.0.ebuild | 23 ++
 2 files changed, 24 insertions(+)

diff --git a/dev-python/django-prometheus/Manifest 
b/dev-python/django-prometheus/Manifest
index 0a58d024189..bfca67e3f6b 100644
--- a/dev-python/django-prometheus/Manifest
+++ b/dev-python/django-prometheus/Manifest
@@ -1,2 +1,3 @@
 DIST django-prometheus-1.0.15.tar.gz 13708 BLAKE2B 
64d72224da9cb481108ad17ed1409d97108353a39894f824428743f3ee894292352de4d4beebf1984294e34cea7b6d0144c5066d0fe5cca7d9c682f9410355d3
 SHA512 
48794f6d07ebdd3487060e62e808a66a97630045433dd91a27f1095f79a72197124c44c5d178c89785b8d048e8e828f84804c789cb5c2f0a053cf18864cde6eb
 DIST django-prometheus-1.1.0.tar.gz 18237 BLAKE2B 
9b32e95750b57122a42d2e0b7f257407885a08db446e013933d2e81a525bf99f872f82c7f081f4c8c3c18f899c48ffa947ac8a89b751babaa8a8348f3f50b757
 SHA512 
9fa8c0175d1f8f714954f1c16715007e5c074568cc703d57e62f24686db1e16c40fc02244c4f9721995636723d90435bb3b2348282530d969b543bce39e65774
+DIST django-prometheus-2.0.0.tar.gz 20028 BLAKE2B 
272f192cc0ee4492fa6dbbb65ba6696fdf8fbddc0724290d9b55e5aedb740c2c92cb609969240004b4faca4569580ab451284c2f4bbde589ee61bb96ec448ff3
 SHA512 
8345c23c8032f0dbecd8e801bd6673e7e3804003ebee0a15b0c8ce3b2d4c6b6f47e7c41e33df2b18a0497eb453972d8b231b88fb51184fafc58d306a9430fdec

diff --git a/dev-python/django-prometheus/django-prometheus-2.0.0.ebuild 
b/dev-python/django-prometheus/django-prometheus-2.0.0.ebuild
new file mode 100644
index 000..a745970dbcd
--- /dev/null
+++ b/dev-python/django-prometheus/django-prometheus-2.0.0.ebuild
@@ -0,0 +1,23 @@
+# 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="Library to export django metrics for prometheus"
+HOMEPAGE="https://github.com/korfuri/django-prometheus";
+SRC_URI="mirror://pypi/${PN:0:1}"/${PN}/${P}.tar.gz
+
+LICENSE="Apache-1.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND=">=dev-python/prometheus_client-0.7[${PYTHON_USEDEP}]"
+RDEPEND="${DEPEND}"
+
+python_prepare_all() {
+   sed -i "s/'pytest-runner'//" setup.py || die
+   distutils-r1_python_prepare_all
+}



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

2020-02-04 Thread Michał Górny
commit: 4bbdcc09c99ef1c9342314c1cdfc768a77d4cf1c
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb  5 05:30:05 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb  5 05:50:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bbdcc09

dev-python/django-prometheus: Remove py2

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

 dev-python/django-prometheus/django-prometheus-1.0.15.ebuild | 2 +-
 dev-python/django-prometheus/django-prometheus-1.1.0.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/django-prometheus/django-prometheus-1.0.15.ebuild 
b/dev-python/django-prometheus/django-prometheus-1.0.15.ebuild
index fe4f6926188..9475961ac43 100644
--- a/dev-python/django-prometheus/django-prometheus-1.0.15.ebuild
+++ b/dev-python/django-prometheus/django-prometheus-1.0.15.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 inherit distutils-r1
 
 DESCRIPTION="Library to export django metrics for prometheus"

diff --git a/dev-python/django-prometheus/django-prometheus-1.1.0.ebuild 
b/dev-python/django-prometheus/django-prometheus-1.1.0.ebuild
index abb290d08b4..7ad6293b28e 100644
--- a/dev-python/django-prometheus/django-prometheus-1.1.0.ebuild
+++ b/dev-python/django-prometheus/django-prometheus-1.1.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_6 python3_7 )
+PYTHON_COMPAT=( python3_6 python3_7 )
 inherit distutils-r1
 
 DESCRIPTION="Library to export django metrics for prometheus"



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

2020-01-26 Thread William Hubbs
commit: a0bd3410eff04c0f011b60740721cbb1fb4deac7
Author: William Hubbs  gentoo  org>
AuthorDate: Sun Jan 26 20:20:56 2020 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sun Jan 26 20:23:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0bd3410

dev-python/django-prometheus: 1.1.0 bump

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

 dev-python/django-prometheus/Manifest  |  1 +
 .../django-prometheus/django-prometheus-1.1.0.ebuild   | 18 ++
 2 files changed, 19 insertions(+)

diff --git a/dev-python/django-prometheus/Manifest 
b/dev-python/django-prometheus/Manifest
index 8fe0bdcce31..0a58d024189 100644
--- a/dev-python/django-prometheus/Manifest
+++ b/dev-python/django-prometheus/Manifest
@@ -1 +1,2 @@
 DIST django-prometheus-1.0.15.tar.gz 13708 BLAKE2B 
64d72224da9cb481108ad17ed1409d97108353a39894f824428743f3ee894292352de4d4beebf1984294e34cea7b6d0144c5066d0fe5cca7d9c682f9410355d3
 SHA512 
48794f6d07ebdd3487060e62e808a66a97630045433dd91a27f1095f79a72197124c44c5d178c89785b8d048e8e828f84804c789cb5c2f0a053cf18864cde6eb
+DIST django-prometheus-1.1.0.tar.gz 18237 BLAKE2B 
9b32e95750b57122a42d2e0b7f257407885a08db446e013933d2e81a525bf99f872f82c7f081f4c8c3c18f899c48ffa947ac8a89b751babaa8a8348f3f50b757
 SHA512 
9fa8c0175d1f8f714954f1c16715007e5c074568cc703d57e62f24686db1e16c40fc02244c4f9721995636723d90435bb3b2348282530d969b543bce39e65774

diff --git a/dev-python/django-prometheus/django-prometheus-1.1.0.ebuild 
b/dev-python/django-prometheus/django-prometheus-1.1.0.ebuild
new file mode 100644
index 000..abb290d08b4
--- /dev/null
+++ b/dev-python/django-prometheus/django-prometheus-1.1.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_6 python3_7 )
+inherit distutils-r1
+
+DESCRIPTION="Library to export django metrics for prometheus"
+HOMEPAGE="https://github.com/korfuri/django-prometheus";
+SRC_URI="mirror://pypi/${PN:0:1}"/${PN}/${P}.tar.gz
+
+LICENSE="Apache-1.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND=">=dev-python/prometheus_client-0.7[${PYTHON_USEDEP}]"
+RDEPEND="${DEPEND}"



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

2019-07-15 Thread William Hubbs
commit: e9bc478ec8e7431a862a441010e46497e9e81fb3
Author: William Hubbs  sony  com>
AuthorDate: Mon Jul 15 22:15:58 2019 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Jul 15 22:17:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9bc478e

dev-python/django-prometheus: export django metrics to prometheus

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-prometheus/Manifest  |  1 +
 .../django-prometheus/django-prometheus-1.0.15.ebuild  | 18 ++
 dev-python/django-prometheus/metadata.xml  |  8 
 3 files changed, 27 insertions(+)

diff --git a/dev-python/django-prometheus/Manifest 
b/dev-python/django-prometheus/Manifest
new file mode 100644
index 000..8fe0bdcce31
--- /dev/null
+++ b/dev-python/django-prometheus/Manifest
@@ -0,0 +1 @@
+DIST django-prometheus-1.0.15.tar.gz 13708 BLAKE2B 
64d72224da9cb481108ad17ed1409d97108353a39894f824428743f3ee894292352de4d4beebf1984294e34cea7b6d0144c5066d0fe5cca7d9c682f9410355d3
 SHA512 
48794f6d07ebdd3487060e62e808a66a97630045433dd91a27f1095f79a72197124c44c5d178c89785b8d048e8e828f84804c789cb5c2f0a053cf18864cde6eb

diff --git a/dev-python/django-prometheus/django-prometheus-1.0.15.ebuild 
b/dev-python/django-prometheus/django-prometheus-1.0.15.ebuild
new file mode 100644
index 000..fe4f6926188
--- /dev/null
+++ b/dev-python/django-prometheus/django-prometheus-1.0.15.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_6 )
+inherit distutils-r1
+
+DESCRIPTION="Library to export django metrics for prometheus"
+HOMEPAGE="https://github.com/korfuri/django-prometheus";
+SRC_URI="mirror://pypi/${PN:0:1}"/${PN}/${P}.tar.gz
+
+LICENSE="Apache-1.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND=">=dev-python/prometheus_client-0.0.21[${PYTHON_USEDEP}]"
+RDEPEND="${DEPEND}"

diff --git a/dev-python/django-prometheus/metadata.xml 
b/dev-python/django-prometheus/metadata.xml
new file mode 100644
index 000..c36c37139fa
--- /dev/null
+++ b/dev-python/django-prometheus/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   willi...@gentoo.org
+   William Hubbs
+   
+