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

2024-01-13 Thread Michał Górny
commit: e6ead0fce26e5a079b668db763aee9b7d0d68418
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jan 14 02:45:15 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jan 14 03:23:36 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6ead0fc

dev-python/crispy-bootstrap3: Bump to 2024.1

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

 dev-python/crispy-bootstrap3/Manifest  |  1 +
 .../crispy-bootstrap3-2024.1.ebuild| 34 ++
 2 files changed, 35 insertions(+)

diff --git a/dev-python/crispy-bootstrap3/Manifest 
b/dev-python/crispy-bootstrap3/Manifest
index bd68dc06355a..3d16f2567662 100644
--- a/dev-python/crispy-bootstrap3/Manifest
+++ b/dev-python/crispy-bootstrap3/Manifest
@@ -1 +1,2 @@
 DIST crispy-bootstrap3-2022.1.gh.tar.gz 25773 BLAKE2B 
492f8b41fcdbb92bf40213aa31f98db9818cf0810cd5808e0436f838e9a0c3bea2e1cd3d5d8412034ecd3e97c2c80ba379cfbccab6675184eeb90d8e316041d8
 SHA512 
632bb7ec654227c7a95ea6019742517e5f04b41b570274adc52d1d828168327b8f2fd5e8f0171098500721ef449b408f79c5918b208adca1948ca61b0d2862a6
+DIST crispy-bootstrap3-2024.1.gh.tar.gz 26766 BLAKE2B 
40a90ab97755e72a5e46dfcb7a2763bf21acbb5bb53117c92fa419bcc52d2faf46e189d0b3c09d1c0d835979a137299f3b7b3a503548efc38e4507415791
 SHA512 
d647da99f0939e3221130a10ca44eb122be2d7796c0f2d29b4c9c4c8948f8cad788a7218bb59b2ccf032298cc7be177a222e14a924c3f543a77eba73699f0c0e

diff --git a/dev-python/crispy-bootstrap3/crispy-bootstrap3-2024.1.ebuild 
b/dev-python/crispy-bootstrap3/crispy-bootstrap3-2024.1.ebuild
new file mode 100644
index ..b9ad81d871d8
--- /dev/null
+++ b/dev-python/crispy-bootstrap3/crispy-bootstrap3-2024.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 2023-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="Bootstrap3 template pack for django-crispy-forms"
+HOMEPAGE="
+   https://github.com/django-crispy-forms/crispy-bootstrap3/
+   https://pypi.org/project/crispy-bootstrap3/
+"
+SRC_URI="
+   
https://github.com/django-crispy-forms/crispy-bootstrap3/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-python/django-crispy-forms[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/pytest-django[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



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

2023-10-15 Thread Michał Górny
commit: 3a845204faf0ab336d427e3aae66dd710512e894
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Oct 16 03:51:57 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Oct 16 03:51:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a845204

dev-python/crispy-bootstrap3: Enable py3.12

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

 .../crispy-bootstrap3-2022.1.ebuild| 23 ++
 1 file changed, 15 insertions(+), 8 deletions(-)

diff --git a/dev-python/crispy-bootstrap3/crispy-bootstrap3-2022.1.ebuild 
b/dev-python/crispy-bootstrap3/crispy-bootstrap3-2022.1.ebuild
index aa01b8d7ac26..fa1e6bbbaacd 100644
--- a/dev-python/crispy-bootstrap3/crispy-bootstrap3-2022.1.ebuild
+++ b/dev-python/crispy-bootstrap3/crispy-bootstrap3-2022.1.ebuild
@@ -4,24 +4,31 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
+
 inherit distutils-r1
 
 DESCRIPTION="Bootstrap3 template pack for django-crispy-forms"
 HOMEPAGE="
+   https://github.com/django-crispy-forms/crispy-bootstrap3/
https://pypi.org/project/crispy-bootstrap3/
 "
-SRC_URI="https://github.com/django-crispy-forms/${PN}/archive/refs/tags/${PV}.tar.gz
-   -> ${P}.gh.tar.gz"
+SRC_URI="
+   
https://github.com/django-crispy-forms/crispy-bootstrap3/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
 
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="test"
 
-RDEPEND="dev-python/django-crispy-forms[${PYTHON_USEDEP}]"
-BDEPEND="test? (
-   dev-python/pytest-django[${PYTHON_USEDEP}]
-)"
+RDEPEND="
+   dev-python/django-crispy-forms[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/pytest-django[${PYTHON_USEDEP}]
+   )
+"
 
 distutils_enable_tests pytest



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

2023-04-02 Thread Alfredo Tupone
commit: 47346b7476387a1849996fe4a49eccece96954f1
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Sun Apr  2 12:43:46 2023 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Sun Apr  2 12:44:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47346b74

dev-python/crispy-bootstrap3: fix test deps

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

 dev-python/crispy-bootstrap3/crispy-bootstrap3-2022.1.ebuild | 4 
 1 file changed, 4 insertions(+)

diff --git a/dev-python/crispy-bootstrap3/crispy-bootstrap3-2022.1.ebuild 
b/dev-python/crispy-bootstrap3/crispy-bootstrap3-2022.1.ebuild
index 7fbae1ced281..aa01b8d7ac26 100644
--- a/dev-python/crispy-bootstrap3/crispy-bootstrap3-2022.1.ebuild
+++ b/dev-python/crispy-bootstrap3/crispy-bootstrap3-2022.1.ebuild
@@ -17,7 +17,11 @@ 
SRC_URI="https://github.com/django-crispy-forms/${PN}/archive/refs/tags/${PV}.ta
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
+IUSE="test"
 
 RDEPEND="dev-python/django-crispy-forms[${PYTHON_USEDEP}]"
+BDEPEND="test? (
+   dev-python/pytest-django[${PYTHON_USEDEP}]
+)"
 
 distutils_enable_tests pytest



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

2023-04-01 Thread Alfredo Tupone
commit: 4f5fc19df3aaabaa3fcc6b74688cf1da3ff9df22
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Sat Apr  1 16:26:50 2023 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Sat Apr  1 16:28:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f5fc19d

dev-python/crispy-bootstrap3: new package, add 2022.1

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

 dev-python/crispy-bootstrap3/Manifest  |  1 +
 .../crispy-bootstrap3-2022.1.ebuild| 23 ++
 dev-python/crispy-bootstrap3/metadata.xml  | 12 +++
 3 files changed, 36 insertions(+)

diff --git a/dev-python/crispy-bootstrap3/Manifest 
b/dev-python/crispy-bootstrap3/Manifest
new file mode 100644
index ..bd68dc06355a
--- /dev/null
+++ b/dev-python/crispy-bootstrap3/Manifest
@@ -0,0 +1 @@
+DIST crispy-bootstrap3-2022.1.gh.tar.gz 25773 BLAKE2B 
492f8b41fcdbb92bf40213aa31f98db9818cf0810cd5808e0436f838e9a0c3bea2e1cd3d5d8412034ecd3e97c2c80ba379cfbccab6675184eeb90d8e316041d8
 SHA512 
632bb7ec654227c7a95ea6019742517e5f04b41b570274adc52d1d828168327b8f2fd5e8f0171098500721ef449b408f79c5918b208adca1948ca61b0d2862a6

diff --git a/dev-python/crispy-bootstrap3/crispy-bootstrap3-2022.1.ebuild 
b/dev-python/crispy-bootstrap3/crispy-bootstrap3-2022.1.ebuild
new file mode 100644
index ..7fbae1ced281
--- /dev/null
+++ b/dev-python/crispy-bootstrap3/crispy-bootstrap3-2022.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+inherit distutils-r1
+
+DESCRIPTION="Bootstrap3 template pack for django-crispy-forms"
+HOMEPAGE="
+   https://pypi.org/project/crispy-bootstrap3/
+"
+SRC_URI="https://github.com/django-crispy-forms/${PN}/archive/refs/tags/${PV}.tar.gz
+   -> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="dev-python/django-crispy-forms[${PYTHON_USEDEP}]"
+
+distutils_enable_tests pytest

diff --git a/dev-python/crispy-bootstrap3/metadata.xml 
b/dev-python/crispy-bootstrap3/metadata.xml
new file mode 100644
index ..987136b6c888
--- /dev/null
+++ b/dev-python/crispy-bootstrap3/metadata.xml
@@ -0,0 +1,12 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   tup...@gentoo.org
+   Tupone Alfredo
+   
+   
+   crispy-bootstrap3
+   django-crispy-forms/crispy-bootstrap3
+   
+