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

2024-07-19 Thread Michał Górny
commit: 2b90b729ea926492e8ea4b2bcc932f37b8099501
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jul 19 18:33:32 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jul 19 19:56:14 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b90b729

dev-python/django-crispy-forms: Bump to 2.3

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

 dev-python/django-crispy-forms/Manifest|  1 +
 .../django-crispy-forms-2.3.ebuild | 36 ++
 2 files changed, 37 insertions(+)

diff --git a/dev-python/django-crispy-forms/Manifest 
b/dev-python/django-crispy-forms/Manifest
index 87ca176836ec..c2ed000905bf 100644
--- a/dev-python/django-crispy-forms/Manifest
+++ b/dev-python/django-crispy-forms/Manifest
@@ -1 +1,2 @@
 DIST django-crispy-forms-2.2.gh.tar.gz 274957 BLAKE2B 
bb80affa2050c1eee3bb706ab5fc48555676cf118b78ff4d28031c1df9c0e8adba9f1638cbea7f87c4edd2d655fb1a00de30b64e073b1f0f9b35a6103d9b9c08
 SHA512 
a379fbd1b9916aa3123a4c1af5c9da4916573c57b2e575cb189fe8cba23718490c9130ff55e7ae80dbb3d9476d449daf1f8c9f8caec80f394601af6246615f24
+DIST django-crispy-forms-2.3.gh.tar.gz 274969 BLAKE2B 
0a9c24c4aec43b35fd9596c1e23bb5e3988b36398f50a7155360929c41a6e0fdb388ae3c12673fc761c91f0315195f69389d021aef94c2b14a245c706f328599
 SHA512 
1c5ad8a64a6f8175a6d5eb56b244d856c8aab1ebcc8c4b549aebfa4711128d1401ad0f625ca68c10fb1b0be9656c662e865e783994f323f87e5b08da4bd0585a

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



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

2024-06-20 Thread Michał Górny
commit: 72febc8d27d8934f72598a6e4b91aaf9d1e1716c
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jun 20 16:43:10 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jun 20 17:14:18 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72febc8d

dev-python/django-crispy-forms: Remove old

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

 dev-python/django-crispy-forms/Manifest|  1 -
 .../django-crispy-forms-2.1.ebuild | 36 --
 2 files changed, 37 deletions(-)

diff --git a/dev-python/django-crispy-forms/Manifest 
b/dev-python/django-crispy-forms/Manifest
index 7728848da81c..87ca176836ec 100644
--- a/dev-python/django-crispy-forms/Manifest
+++ b/dev-python/django-crispy-forms/Manifest
@@ -1,2 +1 @@
-DIST django-crispy-forms-2.1.gh.tar.gz 274397 BLAKE2B 
3f38830f370efde04494add3ddd2ce7f4a04b032b9aad770ba30885ed2b3a14cff3c748fa299041c9c1d7007b30eb55c96a46fe496c0432b187ae72879d4240e
 SHA512 
703f353adc272905b4d5ebe21ea54e3016a3889703bf406dfdf92638dac2e6f536cf1bc16022be6a442f7dfa962ff17746edea591cf80c2be9440d9bb50a9dcc
 DIST django-crispy-forms-2.2.gh.tar.gz 274957 BLAKE2B 
bb80affa2050c1eee3bb706ab5fc48555676cf118b78ff4d28031c1df9c0e8adba9f1638cbea7f87c4edd2d655fb1a00de30b64e073b1f0f9b35a6103d9b9c08
 SHA512 
a379fbd1b9916aa3123a4c1af5c9da4916573c57b2e575cb189fe8cba23718490c9130ff55e7ae80dbb3d9476d449daf1f8c9f8caec80f394601af6246615f24

diff --git a/dev-python/django-crispy-forms/django-crispy-forms-2.1.ebuild 
b/dev-python/django-crispy-forms/django-crispy-forms-2.1.ebuild
deleted file mode 100644
index 69f2d844079a..
--- a/dev-python/django-crispy-forms/django-crispy-forms-2.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 2022-2023 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="DRY Django forms"
-HOMEPAGE="
-   https://github.com/django-crispy-forms/django-crispy-forms/
-   https://pypi.org/project/django-crispy-forms/
-"
-SRC_URI="
-   
https://github.com/django-crispy-forms/django-crispy-forms/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   >=dev-python/django-4.2[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/pytest-django[${PYTHON_USEDEP}]
-   dev-python/crispy-bootstrap3[${PYTHON_USEDEP}]
-   dev-python/crispy-bootstrap4[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest



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

2024-06-20 Thread Michał Górny
commit: cb191e107205b2d723ee7df1faffe152140e0b3d
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jun 20 16:32:18 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jun 20 16:33:16 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb191e10

dev-python/django-crispy-forms: Enable py3.13

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

 dev-python/django-crispy-forms/django-crispy-forms-2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/django-crispy-forms/django-crispy-forms-2.2.ebuild 
b/dev-python/django-crispy-forms/django-crispy-forms-2.2.ebuild
index 4a3efaf138b0..5d9598bb0f6b 100644
--- a/dev-python/django-crispy-forms/django-crispy-forms-2.2.ebuild
+++ b/dev-python/django-crispy-forms/django-crispy-forms-2.2.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
 
 inherit distutils-r1
 



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

2024-06-15 Thread Michał Górny
commit: 876db2ea51ea71f7931dc432e430b1a59be77d4d
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jun 16 05:15:12 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jun 16 05:15:12 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=876db2ea

dev-python/django-crispy-forms: Bump to 2.2

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

 dev-python/django-crispy-forms/Manifest|  1 +
 .../django-crispy-forms-2.2.ebuild | 36 ++
 2 files changed, 37 insertions(+)

diff --git a/dev-python/django-crispy-forms/Manifest 
b/dev-python/django-crispy-forms/Manifest
index d64678e65d22..7728848da81c 100644
--- a/dev-python/django-crispy-forms/Manifest
+++ b/dev-python/django-crispy-forms/Manifest
@@ -1 +1,2 @@
 DIST django-crispy-forms-2.1.gh.tar.gz 274397 BLAKE2B 
3f38830f370efde04494add3ddd2ce7f4a04b032b9aad770ba30885ed2b3a14cff3c748fa299041c9c1d7007b30eb55c96a46fe496c0432b187ae72879d4240e
 SHA512 
703f353adc272905b4d5ebe21ea54e3016a3889703bf406dfdf92638dac2e6f536cf1bc16022be6a442f7dfa962ff17746edea591cf80c2be9440d9bb50a9dcc
+DIST django-crispy-forms-2.2.gh.tar.gz 274957 BLAKE2B 
bb80affa2050c1eee3bb706ab5fc48555676cf118b78ff4d28031c1df9c0e8adba9f1638cbea7f87c4edd2d655fb1a00de30b64e073b1f0f9b35a6103d9b9c08
 SHA512 
a379fbd1b9916aa3123a4c1af5c9da4916573c57b2e575cb189fe8cba23718490c9130ff55e7ae80dbb3d9476d449daf1f8c9f8caec80f394601af6246615f24

diff --git a/dev-python/django-crispy-forms/django-crispy-forms-2.2.ebuild 
b/dev-python/django-crispy-forms/django-crispy-forms-2.2.ebuild
new file mode 100644
index ..4a3efaf138b0
--- /dev/null
+++ b/dev-python/django-crispy-forms/django-crispy-forms-2.2.ebuild
@@ -0,0 +1,36 @@
+# Copyright 2022-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="DRY Django forms"
+HOMEPAGE="
+   https://github.com/django-crispy-forms/django-crispy-forms/
+   https://pypi.org/project/django-crispy-forms/
+"
+SRC_URI="
+   
https://github.com/django-crispy-forms/django-crispy-forms/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   >=dev-python/django-4.2[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/pytest-django[${PYTHON_USEDEP}]
+   dev-python/crispy-bootstrap3[${PYTHON_USEDEP}]
+   dev-python/crispy-bootstrap4[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



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

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

dev-python/django-crispy-forms: Remove old

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

 dev-python/django-crispy-forms/Manifest|  1 -
 .../django-crispy-forms-2.0-r1.ebuild  | 28 --
 2 files changed, 29 deletions(-)

diff --git a/dev-python/django-crispy-forms/Manifest 
b/dev-python/django-crispy-forms/Manifest
index 811c44aa2529..d64678e65d22 100644
--- a/dev-python/django-crispy-forms/Manifest
+++ b/dev-python/django-crispy-forms/Manifest
@@ -1,2 +1 @@
-DIST django-crispy-forms-2.0.gh.tar.gz 273743 BLAKE2B 
4169c4f77ddd0dd9f8786abd71ad762f645283555f250861f32b874fb9e189d4ca174285ee39b51bc5f0c0e8c2e83c2e00c34398c51ede65438a1c6b8a17c3ee
 SHA512 
8b6f5b35cb90837b7cd6a64ed74afe6a19a80f287f66d0a139811990524e1a48d4d7c01e61fb7d303958522c47458d0aa0008a3d6c147f7d03dc790e53a80592
 DIST django-crispy-forms-2.1.gh.tar.gz 274397 BLAKE2B 
3f38830f370efde04494add3ddd2ce7f4a04b032b9aad770ba30885ed2b3a14cff3c748fa299041c9c1d7007b30eb55c96a46fe496c0432b187ae72879d4240e
 SHA512 
703f353adc272905b4d5ebe21ea54e3016a3889703bf406dfdf92638dac2e6f536cf1bc16022be6a442f7dfa962ff17746edea591cf80c2be9440d9bb50a9dcc

diff --git a/dev-python/django-crispy-forms/django-crispy-forms-2.0-r1.ebuild 
b/dev-python/django-crispy-forms/django-crispy-forms-2.0-r1.ebuild
deleted file mode 100644
index c25924666e64..
--- a/dev-python/django-crispy-forms/django-crispy-forms-2.0-r1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 2022-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="DRY Django forms"
-HOMEPAGE="https://github.com/django-crispy-forms/django-crispy-forms;
-SRC_URI="https://github.com/django-crispy-forms/${PN}/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="dev-python/django[${PYTHON_USEDEP}]"
-BDEPEND="test? (
-   dev-python/pytest-django[${PYTHON_USEDEP}]
-   dev-python/crispy-bootstrap3[${PYTHON_USEDEP}]
-   dev-python/crispy-bootstrap4[${PYTHON_USEDEP}]
-)"
-
-distutils_enable_tests pytest



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

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

dev-python/django-crispy-forms: Enable py3.12

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

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

diff --git a/dev-python/django-crispy-forms/django-crispy-forms-2.1.ebuild 
b/dev-python/django-crispy-forms/django-crispy-forms-2.1.ebuild
index c0cf44d4343e..69f2d844079a 100644
--- a/dev-python/django-crispy-forms/django-crispy-forms-2.1.ebuild
+++ b/dev-python/django-crispy-forms/django-crispy-forms-2.1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1
 



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

2023-10-15 Thread Michał Górny
commit: 1c4f3717c8b72f67cb095e09e9daa545d85d8795
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Oct 16 03:43:46 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Oct 16 03:43:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c4f3717

dev-python/django-crispy-forms: Bump to 2.1

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

 dev-python/django-crispy-forms/Manifest|  1 +
 .../django-crispy-forms-2.1.ebuild | 36 ++
 2 files changed, 37 insertions(+)

diff --git a/dev-python/django-crispy-forms/Manifest 
b/dev-python/django-crispy-forms/Manifest
index 50f56cfb5aa8..811c44aa2529 100644
--- a/dev-python/django-crispy-forms/Manifest
+++ b/dev-python/django-crispy-forms/Manifest
@@ -1 +1,2 @@
 DIST django-crispy-forms-2.0.gh.tar.gz 273743 BLAKE2B 
4169c4f77ddd0dd9f8786abd71ad762f645283555f250861f32b874fb9e189d4ca174285ee39b51bc5f0c0e8c2e83c2e00c34398c51ede65438a1c6b8a17c3ee
 SHA512 
8b6f5b35cb90837b7cd6a64ed74afe6a19a80f287f66d0a139811990524e1a48d4d7c01e61fb7d303958522c47458d0aa0008a3d6c147f7d03dc790e53a80592
+DIST django-crispy-forms-2.1.gh.tar.gz 274397 BLAKE2B 
3f38830f370efde04494add3ddd2ce7f4a04b032b9aad770ba30885ed2b3a14cff3c748fa299041c9c1d7007b30eb55c96a46fe496c0432b187ae72879d4240e
 SHA512 
703f353adc272905b4d5ebe21ea54e3016a3889703bf406dfdf92638dac2e6f536cf1bc16022be6a442f7dfa962ff17746edea591cf80c2be9440d9bb50a9dcc

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



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

2023-04-01 Thread Alfredo Tupone
commit: ae0ca5ca16e89c29d663255e38696ff496d1fd73
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Sat Apr  1 17:03:56 2023 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Sat Apr  1 17:03:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae0ca5ca

dev-python/django-crispy-forms: enabling tests

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

 ...jango-crispy-forms-2.0.ebuild => django-crispy-forms-2.0-r1.ebuild} | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-python/django-crispy-forms/django-crispy-forms-2.0.ebuild 
b/dev-python/django-crispy-forms/django-crispy-forms-2.0-r1.ebuild
similarity index 86%
rename from dev-python/django-crispy-forms/django-crispy-forms-2.0.ebuild
rename to dev-python/django-crispy-forms/django-crispy-forms-2.0-r1.ebuild
index 914ce0712232..c25924666e64 100644
--- a/dev-python/django-crispy-forms/django-crispy-forms-2.0.ebuild
+++ b/dev-python/django-crispy-forms/django-crispy-forms-2.0-r1.ebuild
@@ -17,11 +17,12 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="test"
-RESTRICT="test" #Missing crispy_bootstrap3
 
 RDEPEND="dev-python/django[${PYTHON_USEDEP}]"
 BDEPEND="test? (
dev-python/pytest-django[${PYTHON_USEDEP}]
+   dev-python/crispy-bootstrap3[${PYTHON_USEDEP}]
+   dev-python/crispy-bootstrap4[${PYTHON_USEDEP}]
 )"
 
 distutils_enable_tests pytest



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

2023-02-28 Thread Alfredo Tupone
commit: 7f1895aa83849c913f7237033c925eac257aa5d3
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Tue Feb 28 21:09:58 2023 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Tue Feb 28 21:10:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f1895aa

dev-python/django-crispy-forms: bump to 2.0

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

 dev-python/django-crispy-forms/Manifest   | 1 +
 dev-python/django-crispy-forms/django-crispy-forms-1.14.0.ebuild  | 8 +++-
 ...-crispy-forms-1.14.0.ebuild => django-crispy-forms-2.0.ebuild} | 8 +++-
 3 files changed, 15 insertions(+), 2 deletions(-)

diff --git a/dev-python/django-crispy-forms/Manifest 
b/dev-python/django-crispy-forms/Manifest
index 8ccfa76bebff..52d7cbd7417f 100644
--- a/dev-python/django-crispy-forms/Manifest
+++ b/dev-python/django-crispy-forms/Manifest
@@ -1 +1,2 @@
 DIST django-crispy-forms-1.14.0.gh.tar.gz 295826 BLAKE2B 
4be78ba2eb8b7dfd6d9813d2a94b26ca571f3c8767f22e37e64deca517b0044d1684343f82790860f024b6eaf6759acfdb6975e4497e40bb75cc64ace3ce9745
 SHA512 
964ebcd74dd284d11cd0a820238468cce415a61b9ac83afe401b1414da0e27b3e9e0a9aa4fec411a8ff9fa08aa6fb56550c6262e0a9d821b17e12590fc06970c
+DIST django-crispy-forms-2.0.gh.tar.gz 273743 BLAKE2B 
4169c4f77ddd0dd9f8786abd71ad762f645283555f250861f32b874fb9e189d4ca174285ee39b51bc5f0c0e8c2e83c2e00c34398c51ede65438a1c6b8a17c3ee
 SHA512 
8b6f5b35cb90837b7cd6a64ed74afe6a19a80f287f66d0a139811990524e1a48d4d7c01e61fb7d303958522c47458d0aa0008a3d6c147f7d03dc790e53a80592

diff --git a/dev-python/django-crispy-forms/django-crispy-forms-1.14.0.ebuild 
b/dev-python/django-crispy-forms/django-crispy-forms-1.14.0.ebuild
index 790ba770fa73..0463cb56afea 100644
--- a/dev-python/django-crispy-forms/django-crispy-forms-1.14.0.ebuild
+++ b/dev-python/django-crispy-forms/django-crispy-forms-1.14.0.ebuild
@@ -16,6 +16,12 @@ 
SRC_URI="https://github.com/django-crispy-forms/${PN}/archive/${PV}.tar.gz
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-RESTRICT="test" #Not working
+IUSE="test"
+RESTRICT="test" #Some tests are failing
 
 RDEPEND="dev-python/django[${PYTHON_USEDEP}]"
+BDEPEND="test? (
+   dev-python/pytest-django[${PYTHON_USEDEP}]
+)"
+
+distutils_enable_tests pytest

diff --git a/dev-python/django-crispy-forms/django-crispy-forms-1.14.0.ebuild 
b/dev-python/django-crispy-forms/django-crispy-forms-2.0.ebuild
similarity index 76%
copy from dev-python/django-crispy-forms/django-crispy-forms-1.14.0.ebuild
copy to dev-python/django-crispy-forms/django-crispy-forms-2.0.ebuild
index 790ba770fa73..914ce0712232 100644
--- a/dev-python/django-crispy-forms/django-crispy-forms-1.14.0.ebuild
+++ b/dev-python/django-crispy-forms/django-crispy-forms-2.0.ebuild
@@ -16,6 +16,12 @@ 
SRC_URI="https://github.com/django-crispy-forms/${PN}/archive/${PV}.tar.gz
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-RESTRICT="test" #Not working
+IUSE="test"
+RESTRICT="test" #Missing crispy_bootstrap3
 
 RDEPEND="dev-python/django[${PYTHON_USEDEP}]"
+BDEPEND="test? (
+   dev-python/pytest-django[${PYTHON_USEDEP}]
+)"
+
+distutils_enable_tests pytest



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

2022-12-05 Thread Alfredo Tupone
commit: 904e72bec3eaf4deddc91337f451f6fa7126
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Mon Dec  5 18:20:03 2022 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Mon Dec  5 18:25:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=904e

dev-python/django-crispy-forms: PythonGHDistfileSuffix

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

 dev-python/django-crispy-forms/Manifest  | 2 +-
 dev-python/django-crispy-forms/django-crispy-forms-1.14.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/django-crispy-forms/Manifest 
b/dev-python/django-crispy-forms/Manifest
index fbc0996d9583..8ccfa76bebff 100644
--- a/dev-python/django-crispy-forms/Manifest
+++ b/dev-python/django-crispy-forms/Manifest
@@ -1 +1 @@
-DIST django-crispy-forms-1.14.0.tar.gz 295826 BLAKE2B 
4be78ba2eb8b7dfd6d9813d2a94b26ca571f3c8767f22e37e64deca517b0044d1684343f82790860f024b6eaf6759acfdb6975e4497e40bb75cc64ace3ce9745
 SHA512 
964ebcd74dd284d11cd0a820238468cce415a61b9ac83afe401b1414da0e27b3e9e0a9aa4fec411a8ff9fa08aa6fb56550c6262e0a9d821b17e12590fc06970c
+DIST django-crispy-forms-1.14.0.gh.tar.gz 295826 BLAKE2B 
4be78ba2eb8b7dfd6d9813d2a94b26ca571f3c8767f22e37e64deca517b0044d1684343f82790860f024b6eaf6759acfdb6975e4497e40bb75cc64ace3ce9745
 SHA512 
964ebcd74dd284d11cd0a820238468cce415a61b9ac83afe401b1414da0e27b3e9e0a9aa4fec411a8ff9fa08aa6fb56550c6262e0a9d821b17e12590fc06970c

diff --git a/dev-python/django-crispy-forms/django-crispy-forms-1.14.0.ebuild 
b/dev-python/django-crispy-forms/django-crispy-forms-1.14.0.ebuild
index 32f8a0f85bcb..9d5c6937bf0e 100644
--- a/dev-python/django-crispy-forms/django-crispy-forms-1.14.0.ebuild
+++ b/dev-python/django-crispy-forms/django-crispy-forms-1.14.0.ebuild
@@ -11,7 +11,7 @@ inherit distutils-r1
 DESCRIPTION="DRY Django forms"
 HOMEPAGE="https://github.com/django-crispy-forms/django-crispy-forms;
 SRC_URI="https://github.com/django-crispy-forms/${PN}/archive/${PV}.tar.gz
-   -> ${P}.tar.gz"
+   -> ${P}.gh.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"



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

2022-08-02 Thread Sam James
commit: 191095f51f9eac0668b9dd9bfa1bb7331b645432
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug  2 22:03:34 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug  2 22:03:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=191095f5

dev-python/django-crispy-forms: [QA] fix DTD HTTP->HTTPS

Signed-off-by: Sam James  gentoo.org>

 dev-python/django-crispy-forms/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/django-crispy-forms/metadata.xml 
b/dev-python/django-crispy-forms/metadata.xml
index 0e3ee306f637..af8be72c1475 100644
--- a/dev-python/django-crispy-forms/metadata.xml
+++ b/dev-python/django-crispy-forms/metadata.xml
@@ -1,5 +1,5 @@
 
-http://www.gentoo.org/dtd/metadata.dtd;>
+https://www.gentoo.org/dtd/metadata.dtd;>
 

tup...@gentoo.org



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

2022-07-30 Thread Alfredo Tupone
commit: a3f2844eb9e8bf89002f5f0843cb5894db9b96bb
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Sat Jul 30 19:35:47 2022 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Sat Jul 30 19:35:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3f2844e

dev-python/django-crispy-forms: add to tree

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alfredo Tupone  gentoo.org>

 dev-python/django-crispy-forms/Manifest |  1 +
 .../django-crispy-forms-1.14.0.ebuild   | 21 +
 dev-python/django-crispy-forms/metadata.xml | 12 
 3 files changed, 34 insertions(+)

diff --git a/dev-python/django-crispy-forms/Manifest 
b/dev-python/django-crispy-forms/Manifest
new file mode 100644
index ..fbc0996d9583
--- /dev/null
+++ b/dev-python/django-crispy-forms/Manifest
@@ -0,0 +1 @@
+DIST django-crispy-forms-1.14.0.tar.gz 295826 BLAKE2B 
4be78ba2eb8b7dfd6d9813d2a94b26ca571f3c8767f22e37e64deca517b0044d1684343f82790860f024b6eaf6759acfdb6975e4497e40bb75cc64ace3ce9745
 SHA512 
964ebcd74dd284d11cd0a820238468cce415a61b9ac83afe401b1414da0e27b3e9e0a9aa4fec411a8ff9fa08aa6fb56550c6262e0a9d821b17e12590fc06970c

diff --git a/dev-python/django-crispy-forms/django-crispy-forms-1.14.0.ebuild 
b/dev-python/django-crispy-forms/django-crispy-forms-1.14.0.ebuild
new file mode 100644
index ..32f8a0f85bcb
--- /dev/null
+++ b/dev-python/django-crispy-forms/django-crispy-forms-1.14.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="DRY Django forms"
+HOMEPAGE="https://github.com/django-crispy-forms/django-crispy-forms;
+SRC_URI="https://github.com/django-crispy-forms/${PN}/archive/${PV}.tar.gz
+   -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+RESTRICT="test" #Not working
+
+RDEPEND="dev-python/django[${PYTHON_USEDEP}]"

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



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

2017-05-02 Thread Michał Górny
commit: b2b9765e0bc840e0ac39b1ff3efc018a869930e1
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May  2 13:36:04 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May  2 14:01:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2b9765e

dev-python/django-crispy-forms: Clean old versions up

 dev-python/django-crispy-forms/Manifest|  4 ---
 .../django-crispy-forms-1.4.0.ebuild   | 30 
 .../django-crispy-forms-1.5.0.ebuild   | 27 --
 .../django-crispy-forms-1.5.1.ebuild   | 32 --
 .../django-crispy-forms-1.5.2.ebuild   | 32 --
 5 files changed, 125 deletions(-)

diff --git a/dev-python/django-crispy-forms/Manifest 
b/dev-python/django-crispy-forms/Manifest
index 4e619e23dfa..83096a5fbfe 100644
--- a/dev-python/django-crispy-forms/Manifest
+++ b/dev-python/django-crispy-forms/Manifest
@@ -1,5 +1 @@
-DIST django-crispy-forms-1.4.0.tar.gz 47444 SHA256 
d0c9531ebdff8dc255f625e677ec2fab326522e3f4cd8f7a3e891d773d281510 SHA512 
e06ec72a2fc44aa0f57fd507230289f78caebdb02d4af9adafd4b09a29b1df1be5301f3883c8b9007ecd0722683395451bbc382060eca5a459ddf6ef9edc2e1b
 WHIRLPOOL 
05813292a863c69b3b0296ea7a7912bb8ca0f673fc07eaeff5053def516dc2b836725c7559e98cd8aa7ad59d4d686b2ff04bc53b027ea53413ea2329fa04e42d
-DIST django-crispy-forms-1.5.0.tar.gz 73736 SHA256 
888d95b332247092e53f1cbe0b1fa64dd348637ec84c327bab1a7c6d6a423739 SHA512 
82146e0fe00ddcb0f629a238d48142ef487cb085191815f60a4d0ecfc78c494240e07cec463462a6c53f5a83de3eb15ea555fb3cbc36301fe3656c02efaa2596
 WHIRLPOOL 
605fc9e715d93536c9f742bcfe19c269ccfe2e1e5dddfd80921efc15ac93366fd10db054658a0d32eea4e6ec740b2c4235d0fd542af8909fa3b1bfa387067014
-DIST django-crispy-forms-1.5.1.tar.gz 114221 SHA256 
f1f1d8cabb2cc2aa3a2e7c72d233d52b89895168ffd8fd6d4ecb20f465b72d29 SHA512 
67eab10ffbfcaf64fa730e45bb1b03799010f0bdad3f2fd7a00847431453b4d126d7486d3c5a8cc951a22f042a8c1cc4120f11b320f5b0da9a7c42ae7059963f
 WHIRLPOOL 
b31a6814c886f41bac307bafd61a455876a7e1d25246bc72d8f9189a55747637d40d2000305d4c79972c6cf05f20108c011b7ee66e0bfd85491a36a6ee5d75c5
-DIST django-crispy-forms-1.5.2.tar.gz 114239 SHA256 
47ef7f74003b2a07a78ce6ed70b6472bf30efd7f8c3ef15fe0ca6685be2e0dfb SHA512 
35c0aedc9d118512c23fc3cb255fd54e7af6ced7a65fbcb5c0a0dd63e1afecebe92f06c2e674815167ec7c09ad130bd6db642054b13d800e1cb1911b1e7b10e9
 WHIRLPOOL 
e7ada1b0114bd49925c3106cd05c72bf1a961ed9f931066c8461b8254e59abfafb20112b33ced13a1a2ca680df05e4ca928fa20f657e8770497ce07eacd8632f
 DIST django-crispy-forms-1.6.0.tar.gz 118917 SHA256 
67fbb7194bd9887d663161405c623f5f5cd3f9ee627515c4de7a50e16fa44ed1 SHA512 
8fa46366d2f3376f4190c219a624eaf983c19243db25d6c1723917ab5f8c2d9087e2228f3208df8bd35ba26abe00f6cef46e1e3ca0c0097282d292a217f977f8
 WHIRLPOOL 
4b1ab48f49edf019151b8ca42e5d0ea34ad310690e929b6c8579773a7adadeffec685285f8310c20cbac4d71edcfebdd9f2ddd709ebcfef57a75f8f139e7aff6

diff --git a/dev-python/django-crispy-forms/django-crispy-forms-1.4.0.ebuild 
b/dev-python/django-crispy-forms/django-crispy-forms-1.4.0.ebuild
deleted file mode 100644
index e64b3c55810..000
--- a/dev-python/django-crispy-forms/django-crispy-forms-1.4.0.ebuild
+++ /dev/null
@@ -1,30 +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="Best way to have Django DRY forms"
-HOMEPAGE="https://pypi.python.org/pypi/django-crispy-forms/ 
https://github.com/maraujop/django-crispy-forms 
https://django-crispy-forms.readthedocs.org/en/latest/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-"
-
-# Missing DjangoTestSuiteRunner in django
-RESTRICT=test
-
-python_test() {
-   cd crispy_forms/tests || die
-   ${PYTHON} runtests.py || die
-}

diff --git a/dev-python/django-crispy-forms/django-crispy-forms-1.5.0.ebuild 
b/dev-python/django-crispy-forms/django-crispy-forms-1.5.0.ebuild
deleted file mode 100644
index 1bb14b342c0..000
--- a/dev-python/django-crispy-forms/django-crispy-forms-1.5.0.ebuild
+++ /dev/null
@@ -1,27 +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="Best way to have Django DRY forms"
-HOMEPAGE="https://pypi.python.org/pypi/django-crispy-forms/ 
https://github.com/maraujop/django-crispy-forms 
https://django-crispy-forms.readthedocs.org/en/latest/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-"

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

2016-01-14 Thread Justin Lecher
commit: 848bd2188dba9079f4725476606a3173cad25cd8
Author: Justin Lecher  gentoo  org>
AuthorDate: Thu Jan 14 09:52:45 2016 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Thu Jan 14 09:53:37 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=848bd218

dev-python/django-crispy-forms: Version Bump

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

 dev-python/django-crispy-forms/Manifest|  1 +
 .../django-crispy-forms-1.6.0.ebuild   | 33 ++
 2 files changed, 34 insertions(+)

diff --git a/dev-python/django-crispy-forms/Manifest 
b/dev-python/django-crispy-forms/Manifest
index a500db1..4e619e2 100644
--- a/dev-python/django-crispy-forms/Manifest
+++ b/dev-python/django-crispy-forms/Manifest
@@ -2,3 +2,4 @@ DIST django-crispy-forms-1.4.0.tar.gz 47444 SHA256 
d0c9531ebdff8dc255f625e677ec2
 DIST django-crispy-forms-1.5.0.tar.gz 73736 SHA256 
888d95b332247092e53f1cbe0b1fa64dd348637ec84c327bab1a7c6d6a423739 SHA512 
82146e0fe00ddcb0f629a238d48142ef487cb085191815f60a4d0ecfc78c494240e07cec463462a6c53f5a83de3eb15ea555fb3cbc36301fe3656c02efaa2596
 WHIRLPOOL 
605fc9e715d93536c9f742bcfe19c269ccfe2e1e5dddfd80921efc15ac93366fd10db054658a0d32eea4e6ec740b2c4235d0fd542af8909fa3b1bfa387067014
 DIST django-crispy-forms-1.5.1.tar.gz 114221 SHA256 
f1f1d8cabb2cc2aa3a2e7c72d233d52b89895168ffd8fd6d4ecb20f465b72d29 SHA512 
67eab10ffbfcaf64fa730e45bb1b03799010f0bdad3f2fd7a00847431453b4d126d7486d3c5a8cc951a22f042a8c1cc4120f11b320f5b0da9a7c42ae7059963f
 WHIRLPOOL 
b31a6814c886f41bac307bafd61a455876a7e1d25246bc72d8f9189a55747637d40d2000305d4c79972c6cf05f20108c011b7ee66e0bfd85491a36a6ee5d75c5
 DIST django-crispy-forms-1.5.2.tar.gz 114239 SHA256 
47ef7f74003b2a07a78ce6ed70b6472bf30efd7f8c3ef15fe0ca6685be2e0dfb SHA512 
35c0aedc9d118512c23fc3cb255fd54e7af6ced7a65fbcb5c0a0dd63e1afecebe92f06c2e674815167ec7c09ad130bd6db642054b13d800e1cb1911b1e7b10e9
 WHIRLPOOL 
e7ada1b0114bd49925c3106cd05c72bf1a961ed9f931066c8461b8254e59abfafb20112b33ced13a1a2ca680df05e4ca928fa20f657e8770497ce07eacd8632f
+DIST django-crispy-forms-1.6.0.tar.gz 118917 SHA256 
67fbb7194bd9887d663161405c623f5f5cd3f9ee627515c4de7a50e16fa44ed1 SHA512 
8fa46366d2f3376f4190c219a624eaf983c19243db25d6c1723917ab5f8c2d9087e2228f3208df8bd35ba26abe00f6cef46e1e3ca0c0097282d292a217f977f8
 WHIRLPOOL 
4b1ab48f49edf019151b8ca42e5d0ea34ad310690e929b6c8579773a7adadeffec685285f8310c20cbac4d71edcfebdd9f2ddd709ebcfef57a75f8f139e7aff6

diff --git a/dev-python/django-crispy-forms/django-crispy-forms-1.6.0.ebuild 
b/dev-python/django-crispy-forms/django-crispy-forms-1.6.0.ebuild
new file mode 100644
index 000..b87d00a
--- /dev/null
+++ b/dev-python/django-crispy-forms/django-crispy-forms-1.6.0.ebuild
@@ -0,0 +1,33 @@
+# 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="Best way to have Django DRY forms"
+HOMEPAGE="
+   https://pypi.python.org/pypi/django-crispy-forms/
+   https://github.com/maraujop/django-crispy-forms
+   https://django-crispy-forms.readthedocs.org/en/latest/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="MIT"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+"
+
+# Seems to be incompletely packed
+RESTRICT=test
+
+python_test() {
+   DJANGO_SETTINGS_MODULE=crispy_forms.tests.test_settings py.test 
crispy_forms/tests || die
+}



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

2015-09-15 Thread Justin Lecher
commit: 8486e7f33b24f09a921cfe10af1b7fa1813d2bd9
Author: Justin Lecher  gentoo  org>
AuthorDate: Tue Sep 15 07:17:32 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Tue Sep 15 07:17:57 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8486e7f3

dev-python/django-crispy-forms: Version Bump

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

 dev-python/django-crispy-forms/Manifest|  1 +
 .../django-crispy-forms-1.5.2.ebuild   | 33 ++
 2 files changed, 34 insertions(+)

diff --git a/dev-python/django-crispy-forms/Manifest 
b/dev-python/django-crispy-forms/Manifest
index d4cd11b..a500db1 100644
--- a/dev-python/django-crispy-forms/Manifest
+++ b/dev-python/django-crispy-forms/Manifest
@@ -1,3 +1,4 @@
 DIST django-crispy-forms-1.4.0.tar.gz 47444 SHA256 
d0c9531ebdff8dc255f625e677ec2fab326522e3f4cd8f7a3e891d773d281510 SHA512 
e06ec72a2fc44aa0f57fd507230289f78caebdb02d4af9adafd4b09a29b1df1be5301f3883c8b9007ecd0722683395451bbc382060eca5a459ddf6ef9edc2e1b
 WHIRLPOOL 
05813292a863c69b3b0296ea7a7912bb8ca0f673fc07eaeff5053def516dc2b836725c7559e98cd8aa7ad59d4d686b2ff04bc53b027ea53413ea2329fa04e42d
 DIST django-crispy-forms-1.5.0.tar.gz 73736 SHA256 
888d95b332247092e53f1cbe0b1fa64dd348637ec84c327bab1a7c6d6a423739 SHA512 
82146e0fe00ddcb0f629a238d48142ef487cb085191815f60a4d0ecfc78c494240e07cec463462a6c53f5a83de3eb15ea555fb3cbc36301fe3656c02efaa2596
 WHIRLPOOL 
605fc9e715d93536c9f742bcfe19c269ccfe2e1e5dddfd80921efc15ac93366fd10db054658a0d32eea4e6ec740b2c4235d0fd542af8909fa3b1bfa387067014
 DIST django-crispy-forms-1.5.1.tar.gz 114221 SHA256 
f1f1d8cabb2cc2aa3a2e7c72d233d52b89895168ffd8fd6d4ecb20f465b72d29 SHA512 
67eab10ffbfcaf64fa730e45bb1b03799010f0bdad3f2fd7a00847431453b4d126d7486d3c5a8cc951a22f042a8c1cc4120f11b320f5b0da9a7c42ae7059963f
 WHIRLPOOL 
b31a6814c886f41bac307bafd61a455876a7e1d25246bc72d8f9189a55747637d40d2000305d4c79972c6cf05f20108c011b7ee66e0bfd85491a36a6ee5d75c5
+DIST django-crispy-forms-1.5.2.tar.gz 114239 SHA256 
47ef7f74003b2a07a78ce6ed70b6472bf30efd7f8c3ef15fe0ca6685be2e0dfb SHA512 
35c0aedc9d118512c23fc3cb255fd54e7af6ced7a65fbcb5c0a0dd63e1afecebe92f06c2e674815167ec7c09ad130bd6db642054b13d800e1cb1911b1e7b10e9
 WHIRLPOOL 
e7ada1b0114bd49925c3106cd05c72bf1a961ed9f931066c8461b8254e59abfafb20112b33ced13a1a2ca680df05e4ca928fa20f657e8770497ce07eacd8632f

diff --git a/dev-python/django-crispy-forms/django-crispy-forms-1.5.2.ebuild 
b/dev-python/django-crispy-forms/django-crispy-forms-1.5.2.ebuild
new file mode 100644
index 000..a6237e0
--- /dev/null
+++ b/dev-python/django-crispy-forms/django-crispy-forms-1.5.2.ebuild
@@ -0,0 +1,33 @@
+# 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="Best way to have Django DRY forms"
+HOMEPAGE="
+   https://pypi.python.org/pypi/django-crispy-forms/
+   https://github.com/maraujop/django-crispy-forms
+   https://django-crispy-forms.readthedocs.org/en/latest/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="MIT"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+"
+
+# Seems to be incompletely packed
+RESTRICT=test
+
+python_test() {
+   DJANGO_SETTINGS_MODULE=crispy_forms.tests.test_settings py.test 
crispy_forms/tests || die
+}



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

2015-08-21 Thread Justin Lecher
commit: 2394f94ddc5a6ab44afa0dc85c050defa7cb3f8d
Author: Justin Lecher jlec AT gentoo DOT org
AuthorDate: Fri Aug 21 17:05:15 2015 +
Commit: Justin Lecher jlec AT gentoo DOT org
CommitDate: Fri Aug 21 17:19:50 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2394f94d

dev-python/django-crispy-forms: Version Bump

Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher jlec AT gentoo.org

 dev-python/django-crispy-forms/Manifest|  1 +
 .../django-crispy-forms-1.5.1.ebuild   | 33 ++
 2 files changed, 34 insertions(+)

diff --git a/dev-python/django-crispy-forms/Manifest 
b/dev-python/django-crispy-forms/Manifest
index cd77ad4..d4cd11b 100644
--- a/dev-python/django-crispy-forms/Manifest
+++ b/dev-python/django-crispy-forms/Manifest
@@ -1,2 +1,3 @@
 DIST django-crispy-forms-1.4.0.tar.gz 47444 SHA256 
d0c9531ebdff8dc255f625e677ec2fab326522e3f4cd8f7a3e891d773d281510 SHA512 
e06ec72a2fc44aa0f57fd507230289f78caebdb02d4af9adafd4b09a29b1df1be5301f3883c8b9007ecd0722683395451bbc382060eca5a459ddf6ef9edc2e1b
 WHIRLPOOL 
05813292a863c69b3b0296ea7a7912bb8ca0f673fc07eaeff5053def516dc2b836725c7559e98cd8aa7ad59d4d686b2ff04bc53b027ea53413ea2329fa04e42d
 DIST django-crispy-forms-1.5.0.tar.gz 73736 SHA256 
888d95b332247092e53f1cbe0b1fa64dd348637ec84c327bab1a7c6d6a423739 SHA512 
82146e0fe00ddcb0f629a238d48142ef487cb085191815f60a4d0ecfc78c494240e07cec463462a6c53f5a83de3eb15ea555fb3cbc36301fe3656c02efaa2596
 WHIRLPOOL 
605fc9e715d93536c9f742bcfe19c269ccfe2e1e5dddfd80921efc15ac93366fd10db054658a0d32eea4e6ec740b2c4235d0fd542af8909fa3b1bfa387067014
+DIST django-crispy-forms-1.5.1.tar.gz 114221 SHA256 
f1f1d8cabb2cc2aa3a2e7c72d233d52b89895168ffd8fd6d4ecb20f465b72d29 SHA512 
67eab10ffbfcaf64fa730e45bb1b03799010f0bdad3f2fd7a00847431453b4d126d7486d3c5a8cc951a22f042a8c1cc4120f11b320f5b0da9a7c42ae7059963f
 WHIRLPOOL 
b31a6814c886f41bac307bafd61a455876a7e1d25246bc72d8f9189a55747637d40d2000305d4c79972c6cf05f20108c011b7ee66e0bfd85491a36a6ee5d75c5

diff --git a/dev-python/django-crispy-forms/django-crispy-forms-1.5.1.ebuild 
b/dev-python/django-crispy-forms/django-crispy-forms-1.5.1.ebuild
new file mode 100644
index 000..888ad98
--- /dev/null
+++ b/dev-python/django-crispy-forms/django-crispy-forms-1.5.1.ebuild
@@ -0,0 +1,33 @@
+# 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=Best way to have Django DRY forms
+HOMEPAGE=
+   https://pypi.python.org/pypi/django-crispy-forms/
+   http://github.com/maraujop/django-crispy-forms
+   https://django-crispy-forms.readthedocs.org/en/latest/;
+SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
+
+SLOT=0
+LICENSE=MIT
+KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
+IUSE=
+
+RDEPEND=
+DEPEND=${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+
+
+# Seems to be incompletely packed
+RESTRICT=test
+
+python_test() {
+   DJANGO_SETTINGS_MODULE=crispy_forms.tests.test_settings py.test 
crispy_forms/tests || die
+}



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

2015-08-18 Thread Justin Lecher
commit: f2b7a29134d4a642f5a71ace2470b37eea02f4d4
Author: Justin Lecher jlec AT gentoo DOT org
AuthorDate: Tue Aug 18 20:30:25 2015 +
Commit: Justin Lecher jlec AT gentoo DOT org
CommitDate: Tue Aug 18 20:30:30 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2b7a291

dev-python/django-crispy-forms: Version Bump

Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher jlec AT gentoo.org

 dev-python/django-crispy-forms/Manifest|  1 +
 .../django-crispy-forms-1.5.0.ebuild   | 28 ++
 2 files changed, 29 insertions(+)

diff --git a/dev-python/django-crispy-forms/Manifest 
b/dev-python/django-crispy-forms/Manifest
index 55e86a9..cd77ad4 100644
--- a/dev-python/django-crispy-forms/Manifest
+++ b/dev-python/django-crispy-forms/Manifest
@@ -1 +1,2 @@
 DIST django-crispy-forms-1.4.0.tar.gz 47444 SHA256 
d0c9531ebdff8dc255f625e677ec2fab326522e3f4cd8f7a3e891d773d281510 SHA512 
e06ec72a2fc44aa0f57fd507230289f78caebdb02d4af9adafd4b09a29b1df1be5301f3883c8b9007ecd0722683395451bbc382060eca5a459ddf6ef9edc2e1b
 WHIRLPOOL 
05813292a863c69b3b0296ea7a7912bb8ca0f673fc07eaeff5053def516dc2b836725c7559e98cd8aa7ad59d4d686b2ff04bc53b027ea53413ea2329fa04e42d
+DIST django-crispy-forms-1.5.0.tar.gz 73736 SHA256 
888d95b332247092e53f1cbe0b1fa64dd348637ec84c327bab1a7c6d6a423739 SHA512 
82146e0fe00ddcb0f629a238d48142ef487cb085191815f60a4d0ecfc78c494240e07cec463462a6c53f5a83de3eb15ea555fb3cbc36301fe3656c02efaa2596
 WHIRLPOOL 
605fc9e715d93536c9f742bcfe19c269ccfe2e1e5dddfd80921efc15ac93366fd10db054658a0d32eea4e6ec740b2c4235d0fd542af8909fa3b1bfa387067014

diff --git a/dev-python/django-crispy-forms/django-crispy-forms-1.5.0.ebuild 
b/dev-python/django-crispy-forms/django-crispy-forms-1.5.0.ebuild
new file mode 100644
index 000..c46101b
--- /dev/null
+++ b/dev-python/django-crispy-forms/django-crispy-forms-1.5.0.ebuild
@@ -0,0 +1,28 @@
+# 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=Best way to have Django DRY forms
+HOMEPAGE=https://pypi.python.org/pypi/django-crispy-forms/ 
http://github.com/maraujop/django-crispy-forms 
https://django-crispy-forms.readthedocs.org/en/latest/;
+SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
+
+SLOT=0
+LICENSE=MIT
+KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
+IUSE=
+
+RDEPEND=
+DEPEND=${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+
+
+python_test() {
+   cd crispy_forms/tests || die
+   ${PYTHON} runtests.py || die
+}