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

2024-08-20 Thread Michał Górny
commit: 8ac167bdbd5331b60cba1c93c16fd7598c5dd3b5
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Aug 21 02:50:57 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Aug 21 03:13:54 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ac167bd

dev-python/marshmallow: Bump to 3.22.0

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

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

diff --git a/dev-python/marshmallow/Manifest b/dev-python/marshmallow/Manifest
index 2e7efde8fe85..d9207dba98be 100644
--- a/dev-python/marshmallow/Manifest
+++ b/dev-python/marshmallow/Manifest
@@ -1 +1,2 @@
 DIST marshmallow-3.21.3.gh.tar.gz 183813 BLAKE2B 
c5b0165be783e87149c1f1b7f0e370c0c0b33cd5e34b0a91b1510b81e840ca1f87c34b13f00e0c22b5a34d8fec62bba4a66f889a450a4f03fda7a85a63bf71bf
 SHA512 
522d015d4207b1258ef92901f106f94bd412e011c26ad074ca9ee3156e51a1d873063f0ebd24b613cd95f34397f29e79358bb420ee0eef51095e6e8858d61fca
+DIST marshmallow-3.22.0.gh.tar.gz 184804 BLAKE2B 
b877ad2b2bc1ad0c54c2a8fa9dd9eba393455dd8ce68fce574ffd11ec1e1cc0935c8296ddff9b53fb4f9e7618a8f4c2a13716e1c4a7c8bb1b1f17aa967d29009
 SHA512 
a4359eb2490e2bb8be6d0e31e1d8eabd2ebc19fa91d024335d2483dca77bb79848d4be13f1775fdabf97c6156a981260693234be45dd1ccd3567e9c79b981deb

diff --git a/dev-python/marshmallow/marshmallow-3.22.0.ebuild 
b/dev-python/marshmallow/marshmallow-3.22.0.ebuild
new file mode 100644
index ..f7d269422f0f
--- /dev/null
+++ b/dev-python/marshmallow/marshmallow-3.22.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( python3_{10..13} )
+
+inherit distutils-r1
+
+DESCRIPTION="A library for converting to and from native Python datatypes"
+HOMEPAGE="
+   https://github.com/marshmallow-code/marshmallow/
+   https://pypi.org/project/marshmallow/
+"
+SRC_URI="
+   https://github.com/marshmallow-code/marshmallow/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RDEPEND="
+   >=dev-python/packaging-17.0[${PYTHON_USEDEP}]
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/pytz[${PYTHON_USEDEP}]
+   dev-python/simplejson[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



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

2024-08-20 Thread Michał Górny
commit: ff70ef28c35440eb99bd5ec8462441b36284cf5f
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Aug 21 02:50:25 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Aug 21 03:13:53 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff70ef28

dev-python/marshmallow: Remove old

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

 dev-python/marshmallow/Manifest  |  1 -
 dev-python/marshmallow/marshmallow-3.21.2.ebuild | 36 
 2 files changed, 37 deletions(-)

diff --git a/dev-python/marshmallow/Manifest b/dev-python/marshmallow/Manifest
index 9e56b67589b9..2e7efde8fe85 100644
--- a/dev-python/marshmallow/Manifest
+++ b/dev-python/marshmallow/Manifest
@@ -1,2 +1 @@
-DIST marshmallow-3.21.2.gh.tar.gz 183818 BLAKE2B 
01e14514d836c36c9f24a6e0a527271bd17ea5ce1ce35cabb6200a886c85ef970e7d54191307d1580568f05b501ec6028c7f126475ac64c160fec75c247a4c20
 SHA512 
b151f7e712dc5dd5d7f592942a6a4b09d462b684f542406c8bc57237e4b2402eb287d02e4ca2ef65e10dccb1e200b9ff8ae24f69160af1c6aa02fc5dfdc9eeba
 DIST marshmallow-3.21.3.gh.tar.gz 183813 BLAKE2B 
c5b0165be783e87149c1f1b7f0e370c0c0b33cd5e34b0a91b1510b81e840ca1f87c34b13f00e0c22b5a34d8fec62bba4a66f889a450a4f03fda7a85a63bf71bf
 SHA512 
522d015d4207b1258ef92901f106f94bd412e011c26ad074ca9ee3156e51a1d873063f0ebd24b613cd95f34397f29e79358bb420ee0eef51095e6e8858d61fca

diff --git a/dev-python/marshmallow/marshmallow-3.21.2.ebuild 
b/dev-python/marshmallow/marshmallow-3.21.2.ebuild
deleted file mode 100644
index f7d269422f0f..
--- a/dev-python/marshmallow/marshmallow-3.21.2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{10..13} )
-
-inherit distutils-r1
-
-DESCRIPTION="A library for converting to and from native Python datatypes"
-HOMEPAGE="
-   https://github.com/marshmallow-code/marshmallow/
-   https://pypi.org/project/marshmallow/
-"
-SRC_URI="
-   https://github.com/marshmallow-code/marshmallow/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-
-RDEPEND="
-   >=dev-python/packaging-17.0[${PYTHON_USEDEP}]
-   dev-python/python-dateutil[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/pytz[${PYTHON_USEDEP}]
-   dev-python/simplejson[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest



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

2024-06-06 Thread Michał Górny
commit: 2ae8eca23c89df23e7a2dfe72ee08420e6c02c7d
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jun  6 15:37:32 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jun  6 16:17:06 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ae8eca2

dev-python/marshmallow: Bump to 3.21.3

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

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

diff --git a/dev-python/marshmallow/Manifest b/dev-python/marshmallow/Manifest
index 89c97fe684fd..9e56b67589b9 100644
--- a/dev-python/marshmallow/Manifest
+++ b/dev-python/marshmallow/Manifest
@@ -1 +1,2 @@
 DIST marshmallow-3.21.2.gh.tar.gz 183818 BLAKE2B 
01e14514d836c36c9f24a6e0a527271bd17ea5ce1ce35cabb6200a886c85ef970e7d54191307d1580568f05b501ec6028c7f126475ac64c160fec75c247a4c20
 SHA512 
b151f7e712dc5dd5d7f592942a6a4b09d462b684f542406c8bc57237e4b2402eb287d02e4ca2ef65e10dccb1e200b9ff8ae24f69160af1c6aa02fc5dfdc9eeba
+DIST marshmallow-3.21.3.gh.tar.gz 183813 BLAKE2B 
c5b0165be783e87149c1f1b7f0e370c0c0b33cd5e34b0a91b1510b81e840ca1f87c34b13f00e0c22b5a34d8fec62bba4a66f889a450a4f03fda7a85a63bf71bf
 SHA512 
522d015d4207b1258ef92901f106f94bd412e011c26ad074ca9ee3156e51a1d873063f0ebd24b613cd95f34397f29e79358bb420ee0eef51095e6e8858d61fca

diff --git a/dev-python/marshmallow/marshmallow-3.21.3.ebuild 
b/dev-python/marshmallow/marshmallow-3.21.3.ebuild
new file mode 100644
index ..f7d269422f0f
--- /dev/null
+++ b/dev-python/marshmallow/marshmallow-3.21.3.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( python3_{10..13} )
+
+inherit distutils-r1
+
+DESCRIPTION="A library for converting to and from native Python datatypes"
+HOMEPAGE="
+   https://github.com/marshmallow-code/marshmallow/
+   https://pypi.org/project/marshmallow/
+"
+SRC_URI="
+   https://github.com/marshmallow-code/marshmallow/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RDEPEND="
+   >=dev-python/packaging-17.0[${PYTHON_USEDEP}]
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/pytz[${PYTHON_USEDEP}]
+   dev-python/simplejson[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



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

2024-05-17 Thread Michał Górny
commit: 5c0efaea3e2b39d4e91b67b696d38256bb2c4299
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 18 06:10:19 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 18 06:11:20 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c0efaea

dev-python/marshmallow: Remove old

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

 dev-python/marshmallow/Manifest  |  1 -
 dev-python/marshmallow/marshmallow-3.21.1.ebuild | 36 
 2 files changed, 37 deletions(-)

diff --git a/dev-python/marshmallow/Manifest b/dev-python/marshmallow/Manifest
index 697bd8b45f51..89c97fe684fd 100644
--- a/dev-python/marshmallow/Manifest
+++ b/dev-python/marshmallow/Manifest
@@ -1,2 +1 @@
-DIST marshmallow-3.21.1.gh.tar.gz 183822 BLAKE2B 
786287604312b4c54167458c35caf5ac3eb2c9ce63c1b9bd0b8fc33e208e5f694e84842c75c93fd91535bc231ebf703ea3ea0b352d100b59f103e280b840b170
 SHA512 
6de06ced6a58ef0c312ee4c1edfbe011401bba08c27fcf2dd2c3e44cb072cded1cf5f16a4d4945344d56f0d26b5eb165f6d031b50c215f122c7cc6fe25389318
 DIST marshmallow-3.21.2.gh.tar.gz 183818 BLAKE2B 
01e14514d836c36c9f24a6e0a527271bd17ea5ce1ce35cabb6200a886c85ef970e7d54191307d1580568f05b501ec6028c7f126475ac64c160fec75c247a4c20
 SHA512 
b151f7e712dc5dd5d7f592942a6a4b09d462b684f542406c8bc57237e4b2402eb287d02e4ca2ef65e10dccb1e200b9ff8ae24f69160af1c6aa02fc5dfdc9eeba

diff --git a/dev-python/marshmallow/marshmallow-3.21.1.ebuild 
b/dev-python/marshmallow/marshmallow-3.21.1.ebuild
deleted file mode 100644
index 2adebae08366..
--- a/dev-python/marshmallow/marshmallow-3.21.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="A library for converting to and from native Python datatypes"
-HOMEPAGE="
-   https://github.com/marshmallow-code/marshmallow/
-   https://pypi.org/project/marshmallow/
-"
-SRC_URI="
-   https://github.com/marshmallow-code/marshmallow/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-
-RDEPEND="
-   >=dev-python/packaging-17.0[${PYTHON_USEDEP}]
-   dev-python/python-dateutil[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/pytz[${PYTHON_USEDEP}]
-   dev-python/simplejson[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest



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

2024-05-17 Thread Michał Górny
commit: 0c8124ad8d846e8d6aca79244b7cb4ba48f3de2d
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 18 06:06:13 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 18 06:11:12 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c8124ad

dev-python/marshmallow: Enable py3.13

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

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

diff --git a/dev-python/marshmallow/marshmallow-3.21.2.ebuild 
b/dev-python/marshmallow/marshmallow-3.21.2.ebuild
index 2adebae08366..f7d269422f0f 100644
--- a/dev-python/marshmallow/marshmallow-3.21.2.ebuild
+++ b/dev-python/marshmallow/marshmallow-3.21.2.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
 
 inherit distutils-r1
 



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

2024-05-01 Thread Michał Górny
commit: a7c5e1dabd472ca0d5406414785e1e802c24316d
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May  2 01:40:43 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May  2 02:00:13 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7c5e1da

dev-python/marshmallow: Bump to 3.21.2

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

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

diff --git a/dev-python/marshmallow/Manifest b/dev-python/marshmallow/Manifest
index c010ed9e4898..697bd8b45f51 100644
--- a/dev-python/marshmallow/Manifest
+++ b/dev-python/marshmallow/Manifest
@@ -1 +1,2 @@
 DIST marshmallow-3.21.1.gh.tar.gz 183822 BLAKE2B 
786287604312b4c54167458c35caf5ac3eb2c9ce63c1b9bd0b8fc33e208e5f694e84842c75c93fd91535bc231ebf703ea3ea0b352d100b59f103e280b840b170
 SHA512 
6de06ced6a58ef0c312ee4c1edfbe011401bba08c27fcf2dd2c3e44cb072cded1cf5f16a4d4945344d56f0d26b5eb165f6d031b50c215f122c7cc6fe25389318
+DIST marshmallow-3.21.2.gh.tar.gz 183818 BLAKE2B 
01e14514d836c36c9f24a6e0a527271bd17ea5ce1ce35cabb6200a886c85ef970e7d54191307d1580568f05b501ec6028c7f126475ac64c160fec75c247a4c20
 SHA512 
b151f7e712dc5dd5d7f592942a6a4b09d462b684f542406c8bc57237e4b2402eb287d02e4ca2ef65e10dccb1e200b9ff8ae24f69160af1c6aa02fc5dfdc9eeba

diff --git a/dev-python/marshmallow/marshmallow-3.21.2.ebuild 
b/dev-python/marshmallow/marshmallow-3.21.2.ebuild
new file mode 100644
index ..2adebae08366
--- /dev/null
+++ b/dev-python/marshmallow/marshmallow-3.21.2.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="A library for converting to and from native Python datatypes"
+HOMEPAGE="
+   https://github.com/marshmallow-code/marshmallow/
+   https://pypi.org/project/marshmallow/
+"
+SRC_URI="
+   https://github.com/marshmallow-code/marshmallow/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RDEPEND="
+   >=dev-python/packaging-17.0[${PYTHON_USEDEP}]
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/pytz[${PYTHON_USEDEP}]
+   dev-python/simplejson[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



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

2024-05-01 Thread Michał Górny
commit: c3e1f776d2d0fc5d5533198b430fc3d2514a6768
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May  2 01:40:13 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May  2 02:00:12 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3e1f776

dev-python/marshmallow: Remove old

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

 dev-python/marshmallow/Manifest  |  2 --
 dev-python/marshmallow/marshmallow-3.20.2.ebuild | 36 
 dev-python/marshmallow/marshmallow-3.21.0.ebuild | 36 
 3 files changed, 74 deletions(-)

diff --git a/dev-python/marshmallow/Manifest b/dev-python/marshmallow/Manifest
index 579d1ab46aef..c010ed9e4898 100644
--- a/dev-python/marshmallow/Manifest
+++ b/dev-python/marshmallow/Manifest
@@ -1,3 +1 @@
-DIST marshmallow-3.20.2.gh.tar.gz 183876 BLAKE2B 
84cf8ca23069ad1d2353ffa9299556298457485fa459746b948835f04f92ef3949d5429e8285e084be7398fb294b3d74eba1b38ef21b469daed401f1e6affcdb
 SHA512 
8305693405a976c5b0c6ef074a12af4736f9620ca37c7c2ec6318fac2b19086426344ce8c2f515e95becdba8b2bb1c20aca5a9dffb4145cb27fee00dc080
-DIST marshmallow-3.21.0.gh.tar.gz 183738 BLAKE2B 
9f9b9203be93e6feecbd6b7e1da32f737ba33ca8e386e062d091e20480f5241c1d73f77afd542cb24816a48aa5a948aaa20edcfe9d0fdfa847f6e405e89cff20
 SHA512 
d08e4eedafc1d6f2bfab463357febc75013e8a548195ab85aac55fa225f2180a4f1646d68f8586d369dd108a793086c5bb8522c7543a51540ec4ee6de5305ad3
 DIST marshmallow-3.21.1.gh.tar.gz 183822 BLAKE2B 
786287604312b4c54167458c35caf5ac3eb2c9ce63c1b9bd0b8fc33e208e5f694e84842c75c93fd91535bc231ebf703ea3ea0b352d100b59f103e280b840b170
 SHA512 
6de06ced6a58ef0c312ee4c1edfbe011401bba08c27fcf2dd2c3e44cb072cded1cf5f16a4d4945344d56f0d26b5eb165f6d031b50c215f122c7cc6fe25389318

diff --git a/dev-python/marshmallow/marshmallow-3.20.2.ebuild 
b/dev-python/marshmallow/marshmallow-3.20.2.ebuild
deleted file mode 100644
index 95b74278c863..
--- a/dev-python/marshmallow/marshmallow-3.20.2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="A library for converting to and from native Python datatypes"
-HOMEPAGE="
-   https://github.com/marshmallow-code/marshmallow/
-   https://pypi.org/project/marshmallow/
-"
-SRC_URI="
-   https://github.com/marshmallow-code/marshmallow/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-
-RDEPEND="
-   >=dev-python/packaging-0.17[${PYTHON_USEDEP}]
-   dev-python/python-dateutil[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/pytz[${PYTHON_USEDEP}]
-   dev-python/simplejson[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest

diff --git a/dev-python/marshmallow/marshmallow-3.21.0.ebuild 
b/dev-python/marshmallow/marshmallow-3.21.0.ebuild
deleted file mode 100644
index 2adebae08366..
--- a/dev-python/marshmallow/marshmallow-3.21.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="A library for converting to and from native Python datatypes"
-HOMEPAGE="
-   https://github.com/marshmallow-code/marshmallow/
-   https://pypi.org/project/marshmallow/
-"
-SRC_URI="
-   https://github.com/marshmallow-code/marshmallow/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-
-RDEPEND="
-   >=dev-python/packaging-17.0[${PYTHON_USEDEP}]
-   dev-python/python-dateutil[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/pytz[${PYTHON_USEDEP}]
-   dev-python/simplejson[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest



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

2024-03-04 Thread Michał Górny
commit: ab1c9ceaa08e5b4e4393ad80fcaf30d0b3c8e3e7
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Mar  5 04:56:22 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Mar  5 05:18:26 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab1c9cea

dev-python/marshmallow: Bump to 3.21.1

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

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

diff --git a/dev-python/marshmallow/Manifest b/dev-python/marshmallow/Manifest
index c18b24621aae..579d1ab46aef 100644
--- a/dev-python/marshmallow/Manifest
+++ b/dev-python/marshmallow/Manifest
@@ -1,2 +1,3 @@
 DIST marshmallow-3.20.2.gh.tar.gz 183876 BLAKE2B 
84cf8ca23069ad1d2353ffa9299556298457485fa459746b948835f04f92ef3949d5429e8285e084be7398fb294b3d74eba1b38ef21b469daed401f1e6affcdb
 SHA512 
8305693405a976c5b0c6ef074a12af4736f9620ca37c7c2ec6318fac2b19086426344ce8c2f515e95becdba8b2bb1c20aca5a9dffb4145cb27fee00dc080
 DIST marshmallow-3.21.0.gh.tar.gz 183738 BLAKE2B 
9f9b9203be93e6feecbd6b7e1da32f737ba33ca8e386e062d091e20480f5241c1d73f77afd542cb24816a48aa5a948aaa20edcfe9d0fdfa847f6e405e89cff20
 SHA512 
d08e4eedafc1d6f2bfab463357febc75013e8a548195ab85aac55fa225f2180a4f1646d68f8586d369dd108a793086c5bb8522c7543a51540ec4ee6de5305ad3
+DIST marshmallow-3.21.1.gh.tar.gz 183822 BLAKE2B 
786287604312b4c54167458c35caf5ac3eb2c9ce63c1b9bd0b8fc33e208e5f694e84842c75c93fd91535bc231ebf703ea3ea0b352d100b59f103e280b840b170
 SHA512 
6de06ced6a58ef0c312ee4c1edfbe011401bba08c27fcf2dd2c3e44cb072cded1cf5f16a4d4945344d56f0d26b5eb165f6d031b50c215f122c7cc6fe25389318

diff --git a/dev-python/marshmallow/marshmallow-3.21.1.ebuild 
b/dev-python/marshmallow/marshmallow-3.21.1.ebuild
new file mode 100644
index ..2adebae08366
--- /dev/null
+++ b/dev-python/marshmallow/marshmallow-3.21.1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="A library for converting to and from native Python datatypes"
+HOMEPAGE="
+   https://github.com/marshmallow-code/marshmallow/
+   https://pypi.org/project/marshmallow/
+"
+SRC_URI="
+   https://github.com/marshmallow-code/marshmallow/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RDEPEND="
+   >=dev-python/packaging-17.0[${PYTHON_USEDEP}]
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/pytz[${PYTHON_USEDEP}]
+   dev-python/simplejson[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



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

2024-02-26 Thread Michał Górny
commit: 1e6b0a07cff60174c67b7baf4546b43a99eeb10f
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb 27 06:29:52 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb 27 06:29:52 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e6b0a07

dev-python/marshmallow: Bump to 3.21.0

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

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

diff --git a/dev-python/marshmallow/Manifest b/dev-python/marshmallow/Manifest
index 88f9a0120259..c18b24621aae 100644
--- a/dev-python/marshmallow/Manifest
+++ b/dev-python/marshmallow/Manifest
@@ -1 +1,2 @@
 DIST marshmallow-3.20.2.gh.tar.gz 183876 BLAKE2B 
84cf8ca23069ad1d2353ffa9299556298457485fa459746b948835f04f92ef3949d5429e8285e084be7398fb294b3d74eba1b38ef21b469daed401f1e6affcdb
 SHA512 
8305693405a976c5b0c6ef074a12af4736f9620ca37c7c2ec6318fac2b19086426344ce8c2f515e95becdba8b2bb1c20aca5a9dffb4145cb27fee00dc080
+DIST marshmallow-3.21.0.gh.tar.gz 183738 BLAKE2B 
9f9b9203be93e6feecbd6b7e1da32f737ba33ca8e386e062d091e20480f5241c1d73f77afd542cb24816a48aa5a948aaa20edcfe9d0fdfa847f6e405e89cff20
 SHA512 
d08e4eedafc1d6f2bfab463357febc75013e8a548195ab85aac55fa225f2180a4f1646d68f8586d369dd108a793086c5bb8522c7543a51540ec4ee6de5305ad3

diff --git a/dev-python/marshmallow/marshmallow-3.21.0.ebuild 
b/dev-python/marshmallow/marshmallow-3.21.0.ebuild
new file mode 100644
index ..2adebae08366
--- /dev/null
+++ b/dev-python/marshmallow/marshmallow-3.21.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="A library for converting to and from native Python datatypes"
+HOMEPAGE="
+   https://github.com/marshmallow-code/marshmallow/
+   https://pypi.org/project/marshmallow/
+"
+SRC_URI="
+   https://github.com/marshmallow-code/marshmallow/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RDEPEND="
+   >=dev-python/packaging-17.0[${PYTHON_USEDEP}]
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/pytz[${PYTHON_USEDEP}]
+   dev-python/simplejson[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



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

2024-01-09 Thread Michał Górny
commit: 82117d84b7d91a3099370589469711fdabd37ceb
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jan 10 04:38:16 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jan 10 04:38:16 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82117d84

dev-python/marshmallow: Bump to 3.20.2

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

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

diff --git a/dev-python/marshmallow/Manifest b/dev-python/marshmallow/Manifest
index 61307dde8e2f..fdf77bbaf704 100644
--- a/dev-python/marshmallow/Manifest
+++ b/dev-python/marshmallow/Manifest
@@ -1 +1,2 @@
 DIST marshmallow-3.20.1.gh.tar.gz 183718 BLAKE2B 
f1e8011be42f6a94d8d2bfde70d2761b3a3efdbce1ca61445d11b8b1e2e2f79953abd4fcefcd9bfcb3370458c9bb0084a2697b8537af8f58d161bb0d19559170
 SHA512 
8d2eeadad42811b2311f70c8eb0101d88a53fa8d4216a2ab44e67a508f5514c65c35932e1d3d2000b5cbd77ee4aae2be0e29a82576c3917f5db640f4af078b53
+DIST marshmallow-3.20.2.gh.tar.gz 183876 BLAKE2B 
84cf8ca23069ad1d2353ffa9299556298457485fa459746b948835f04f92ef3949d5429e8285e084be7398fb294b3d74eba1b38ef21b469daed401f1e6affcdb
 SHA512 
8305693405a976c5b0c6ef074a12af4736f9620ca37c7c2ec6318fac2b19086426344ce8c2f515e95becdba8b2bb1c20aca5a9dffb4145cb27fee00dc080

diff --git a/dev-python/marshmallow/marshmallow-3.20.2.ebuild 
b/dev-python/marshmallow/marshmallow-3.20.2.ebuild
new file mode 100644
index ..95b74278c863
--- /dev/null
+++ b/dev-python/marshmallow/marshmallow-3.20.2.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="A library for converting to and from native Python datatypes"
+HOMEPAGE="
+   https://github.com/marshmallow-code/marshmallow/
+   https://pypi.org/project/marshmallow/
+"
+SRC_URI="
+   https://github.com/marshmallow-code/marshmallow/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RDEPEND="
+   >=dev-python/packaging-0.17[${PYTHON_USEDEP}]
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/pytz[${PYTHON_USEDEP}]
+   dev-python/simplejson[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



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

2023-07-24 Thread Michał Górny
commit: 88b586d9cbedf58458b455f764ea69659c60aa17
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul 24 11:19:14 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul 24 11:32:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88b586d9

dev-python/marshmallow: Remove old

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

 dev-python/marshmallow/Manifest  |  1 -
 dev-python/marshmallow/marshmallow-3.19.0.ebuild | 36 
 2 files changed, 37 deletions(-)

diff --git a/dev-python/marshmallow/Manifest b/dev-python/marshmallow/Manifest
index 73d811fa1bdc..61307dde8e2f 100644
--- a/dev-python/marshmallow/Manifest
+++ b/dev-python/marshmallow/Manifest
@@ -1,2 +1 @@
-DIST marshmallow-3.19.0.gh.tar.gz 182305 BLAKE2B 
2e37e0dcfcab3fa080745ccf6acbaf0fc71a43edfc9227ebf1d5320c61b0f0b51a0f3ea1d75ab1b213f8464d8ac043365ddadc8d9ab4479e21eed92ce5362b4e
 SHA512 
e908ab33703fed5a9290189aa151dfdb425668bebe89063084f10435d2030927ce001c0d34d504d19998863431ded52a7a551085b11212489495d34aadb3b9e1
 DIST marshmallow-3.20.1.gh.tar.gz 183718 BLAKE2B 
f1e8011be42f6a94d8d2bfde70d2761b3a3efdbce1ca61445d11b8b1e2e2f79953abd4fcefcd9bfcb3370458c9bb0084a2697b8537af8f58d161bb0d19559170
 SHA512 
8d2eeadad42811b2311f70c8eb0101d88a53fa8d4216a2ab44e67a508f5514c65c35932e1d3d2000b5cbd77ee4aae2be0e29a82576c3917f5db640f4af078b53

diff --git a/dev-python/marshmallow/marshmallow-3.19.0.ebuild 
b/dev-python/marshmallow/marshmallow-3.19.0.ebuild
deleted file mode 100644
index 6238f7c18ef0..
--- a/dev-python/marshmallow/marshmallow-3.19.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="A library for converting to and from native Python datatypes"
-HOMEPAGE="
-   https://github.com/marshmallow-code/marshmallow/
-   https://pypi.org/project/marshmallow/
-"
-SRC_URI="
-   https://github.com/marshmallow-code/marshmallow/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-
-RDEPEND="
-   >=dev-python/packaging-0.17[${PYTHON_USEDEP}]
-   dev-python/python-dateutil[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/pytz[${PYTHON_USEDEP}]
-   dev-python/simplejson[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest



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

2023-07-20 Thread Michał Górny
commit: 3778084d8cfab0d34170049f47bdb5af6ab8c5bc
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jul 21 05:38:29 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jul 21 06:06:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3778084d

dev-python/marshmallow: Bump to 3.20.1

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

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

diff --git a/dev-python/marshmallow/Manifest b/dev-python/marshmallow/Manifest
index 298f975b5165..73d811fa1bdc 100644
--- a/dev-python/marshmallow/Manifest
+++ b/dev-python/marshmallow/Manifest
@@ -1 +1,2 @@
 DIST marshmallow-3.19.0.gh.tar.gz 182305 BLAKE2B 
2e37e0dcfcab3fa080745ccf6acbaf0fc71a43edfc9227ebf1d5320c61b0f0b51a0f3ea1d75ab1b213f8464d8ac043365ddadc8d9ab4479e21eed92ce5362b4e
 SHA512 
e908ab33703fed5a9290189aa151dfdb425668bebe89063084f10435d2030927ce001c0d34d504d19998863431ded52a7a551085b11212489495d34aadb3b9e1
+DIST marshmallow-3.20.1.gh.tar.gz 183718 BLAKE2B 
f1e8011be42f6a94d8d2bfde70d2761b3a3efdbce1ca61445d11b8b1e2e2f79953abd4fcefcd9bfcb3370458c9bb0084a2697b8537af8f58d161bb0d19559170
 SHA512 
8d2eeadad42811b2311f70c8eb0101d88a53fa8d4216a2ab44e67a508f5514c65c35932e1d3d2000b5cbd77ee4aae2be0e29a82576c3917f5db640f4af078b53

diff --git a/dev-python/marshmallow/marshmallow-3.20.1.ebuild 
b/dev-python/marshmallow/marshmallow-3.20.1.ebuild
new file mode 100644
index ..6238f7c18ef0
--- /dev/null
+++ b/dev-python/marshmallow/marshmallow-3.20.1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="A library for converting to and from native Python datatypes"
+HOMEPAGE="
+   https://github.com/marshmallow-code/marshmallow/
+   https://pypi.org/project/marshmallow/
+"
+SRC_URI="
+   https://github.com/marshmallow-code/marshmallow/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RDEPEND="
+   >=dev-python/packaging-0.17[${PYTHON_USEDEP}]
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/pytz[${PYTHON_USEDEP}]
+   dev-python/simplejson[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



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

2023-05-27 Thread Arthur Zamarin
commit: 90352eb4fd7d31a738e8b16efc3d95dd7668d4dc
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat May 27 09:41:03 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat May 27 09:44:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90352eb4

dev-python/marshmallow: enable py3.12

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

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

diff --git a/dev-python/marshmallow/marshmallow-3.19.0.ebuild 
b/dev-python/marshmallow/marshmallow-3.19.0.ebuild
index 5dd6922ab988..6238f7c18ef0 100644
--- a/dev-python/marshmallow/marshmallow-3.19.0.ebuild
+++ b/dev-python/marshmallow/marshmallow-3.19.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1
 



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

2022-11-13 Thread Michał Górny
commit: 6226c42a7a0ea789c5cfbfa0c941d263c3a6ebc2
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Nov 14 04:39:41 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Nov 14 04:39:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6226c42a

dev-python/marshmallow: Remove old

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

 dev-python/marshmallow/Manifest  |  1 -
 dev-python/marshmallow/marshmallow-3.18.0.ebuild | 36 
 2 files changed, 37 deletions(-)

diff --git a/dev-python/marshmallow/Manifest b/dev-python/marshmallow/Manifest
index d25169bac89a..298f975b5165 100644
--- a/dev-python/marshmallow/Manifest
+++ b/dev-python/marshmallow/Manifest
@@ -1,2 +1 @@
-DIST marshmallow-3.18.0.gh.tar.gz 181535 BLAKE2B 
6c808157038cf33d2906fbf2f4aa8a605adfe8301da56ba8f7df782e2970bae7f5e040aa8c9c9bda134b6e7e13d50a9bec1f8e715e06b8543742e2cd142d099d
 SHA512 
25ee09faf93d5ae25b35089881a644cf409edbca3134ad092ad150b166604151c3474bfcd2ae07d29b066e89e67df643e65d9fece4bbad8b11af07554a0ceaf6
 DIST marshmallow-3.19.0.gh.tar.gz 182305 BLAKE2B 
2e37e0dcfcab3fa080745ccf6acbaf0fc71a43edfc9227ebf1d5320c61b0f0b51a0f3ea1d75ab1b213f8464d8ac043365ddadc8d9ab4479e21eed92ce5362b4e
 SHA512 
e908ab33703fed5a9290189aa151dfdb425668bebe89063084f10435d2030927ce001c0d34d504d19998863431ded52a7a551085b11212489495d34aadb3b9e1

diff --git a/dev-python/marshmallow/marshmallow-3.18.0.ebuild 
b/dev-python/marshmallow/marshmallow-3.18.0.ebuild
deleted file mode 100644
index f924d3b5509e..
--- a/dev-python/marshmallow/marshmallow-3.18.0.ebuild
+++ /dev/null
@@ -1,36 +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..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="A library for converting to and from native Python datatypes"
-HOMEPAGE="
-   https://github.com/marshmallow-code/marshmallow/
-   https://pypi.org/project/marshmallow/
-"
-SRC_URI="
-   https://github.com/marshmallow-code/marshmallow/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-
-RDEPEND="
-   >=dev-python/packaging-0.17[${PYTHON_USEDEP}]
-   dev-python/python-dateutil[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/pytz[${PYTHON_USEDEP}]
-   dev-python/simplejson[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest



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

2022-11-11 Thread Michał Górny
commit: 93e3ab1b1f7f8438129233c0fb26402dd889ad08
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Nov 12 06:13:42 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Nov 12 07:33:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93e3ab1b

dev-python/marshmallow: Bump to 3.19.0

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

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

diff --git a/dev-python/marshmallow/Manifest b/dev-python/marshmallow/Manifest
index 157e92926ed8..d25169bac89a 100644
--- a/dev-python/marshmallow/Manifest
+++ b/dev-python/marshmallow/Manifest
@@ -1 +1,2 @@
 DIST marshmallow-3.18.0.gh.tar.gz 181535 BLAKE2B 
6c808157038cf33d2906fbf2f4aa8a605adfe8301da56ba8f7df782e2970bae7f5e040aa8c9c9bda134b6e7e13d50a9bec1f8e715e06b8543742e2cd142d099d
 SHA512 
25ee09faf93d5ae25b35089881a644cf409edbca3134ad092ad150b166604151c3474bfcd2ae07d29b066e89e67df643e65d9fece4bbad8b11af07554a0ceaf6
+DIST marshmallow-3.19.0.gh.tar.gz 182305 BLAKE2B 
2e37e0dcfcab3fa080745ccf6acbaf0fc71a43edfc9227ebf1d5320c61b0f0b51a0f3ea1d75ab1b213f8464d8ac043365ddadc8d9ab4479e21eed92ce5362b4e
 SHA512 
e908ab33703fed5a9290189aa151dfdb425668bebe89063084f10435d2030927ce001c0d34d504d19998863431ded52a7a551085b11212489495d34aadb3b9e1

diff --git a/dev-python/marshmallow/marshmallow-3.19.0.ebuild 
b/dev-python/marshmallow/marshmallow-3.19.0.ebuild
new file mode 100644
index ..f924d3b5509e
--- /dev/null
+++ b/dev-python/marshmallow/marshmallow-3.19.0.ebuild
@@ -0,0 +1,36 @@
+# 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..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="A library for converting to and from native Python datatypes"
+HOMEPAGE="
+   https://github.com/marshmallow-code/marshmallow/
+   https://pypi.org/project/marshmallow/
+"
+SRC_URI="
+   https://github.com/marshmallow-code/marshmallow/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RDEPEND="
+   >=dev-python/packaging-0.17[${PYTHON_USEDEP}]
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/pytz[${PYTHON_USEDEP}]
+   dev-python/simplejson[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



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

2022-11-11 Thread Michał Górny
commit: a719346a15453b138daa572c25bf114b710626ea
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Nov 12 06:13:07 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Nov 12 07:33:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a719346a

dev-python/marshmallow: Remove old

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

 dev-python/marshmallow/Manifest  |  3 --
 dev-python/marshmallow/marshmallow-3.16.0.ebuild | 30 
 dev-python/marshmallow/marshmallow-3.17.0.ebuild | 36 
 dev-python/marshmallow/marshmallow-3.17.1.ebuild | 36 
 4 files changed, 105 deletions(-)

diff --git a/dev-python/marshmallow/Manifest b/dev-python/marshmallow/Manifest
index 46b9f8e09c4b..157e92926ed8 100644
--- a/dev-python/marshmallow/Manifest
+++ b/dev-python/marshmallow/Manifest
@@ -1,4 +1 @@
-DIST marshmallow-3.16.0.tar.gz 180106 BLAKE2B 
c3d9b9c1645e7df103940b8e637f3de027f23e5da4a6ebd25412fef9d2d61483ec934af5c37f781121928a7b2f98b44793a8671173a5c548936ce0bbd0d2290d
 SHA512 
5d3c7babff9117261afb902090bffcdba4eee2984d13862f4974fc043c6e56420707a6d3aba4a6046d947ef9414386c24895fc9a2538e36e505692e76d70f409
-DIST marshmallow-3.17.0.gh.tar.gz 180037 BLAKE2B 
17fa577a969d82555312b362b41e6c61c209566ba418c9aa14ef1195b7317477a9e7c7d669e5643bee0d12454fee79bcf35a9eb625ad499347299e6727afb6bc
 SHA512 
3fceb6dcb3df7339d0c002ac90ed9960bdcc174b29ad0fc3222a435d3980b892ae07c1080483b7a5a71455a475ae1086869432cefab898a1008ad33c7efc1f99
-DIST marshmallow-3.17.1.gh.tar.gz 180094 BLAKE2B 
7c4dc60923ef95bdd0d77da4d6c643193944ca02115fd12529fa564860acee3ec495f1b402f5bee6b4a90fe6100e766cc0959918aed57b232e9ff2e5d2500602
 SHA512 
f72f969fba2136cfe288fea93a6db791b99f163f5b5af3498c6dbef9150abd5ce66b9678b1ba6538c3add530272b13c197a57d2e35cf148a5d21bf12feafcdd4
 DIST marshmallow-3.18.0.gh.tar.gz 181535 BLAKE2B 
6c808157038cf33d2906fbf2f4aa8a605adfe8301da56ba8f7df782e2970bae7f5e040aa8c9c9bda134b6e7e13d50a9bec1f8e715e06b8543742e2cd142d099d
 SHA512 
25ee09faf93d5ae25b35089881a644cf409edbca3134ad092ad150b166604151c3474bfcd2ae07d29b066e89e67df643e65d9fece4bbad8b11af07554a0ceaf6

diff --git a/dev-python/marshmallow/marshmallow-3.16.0.ebuild 
b/dev-python/marshmallow/marshmallow-3.16.0.ebuild
deleted file mode 100644
index 98fb29348702..
--- a/dev-python/marshmallow/marshmallow-3.16.0.ebuild
+++ /dev/null
@@ -1,30 +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..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="A library for converting to and from native Python datatypes"
-HOMEPAGE="https://github.com/marshmallow-code/marshmallow/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-
-RDEPEND="
-   >=dev-python/packaging-0.17[${PYTHON_USEDEP}]
-   dev-python/python-dateutil[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/pytz[${PYTHON_USEDEP}]
-   dev-python/simplejson[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest

diff --git a/dev-python/marshmallow/marshmallow-3.17.0.ebuild 
b/dev-python/marshmallow/marshmallow-3.17.0.ebuild
deleted file mode 100644
index f924d3b5509e..
--- a/dev-python/marshmallow/marshmallow-3.17.0.ebuild
+++ /dev/null
@@ -1,36 +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..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="A library for converting to and from native Python datatypes"
-HOMEPAGE="
-   https://github.com/marshmallow-code/marshmallow/
-   https://pypi.org/project/marshmallow/
-"
-SRC_URI="
-   https://github.com/marshmallow-code/marshmallow/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-
-RDEPEND="
-   >=dev-python/packaging-0.17[${PYTHON_USEDEP}]
-   dev-python/python-dateutil[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/pytz[${PYTHON_USEDEP}]
-   dev-python/simplejson[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest

diff --git a/dev-python/marshmallow/marshmallow-3.17.1.ebuild 
b/dev-python/marshmallow/marshmallow-3.17.1.ebuild
deleted file mode 100644
index f924d3b5509e..
--- a/dev-python/marshmallow/marshmallow-3.17.1.ebuild
+++ /dev/null
@@ -1,36 +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..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="A library for converting to and from native Python datatypes"
-HOMEPAGE="
-   https://github.com/marshmallow-code/marshmallow/
-   https://pypi.or

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

2022-09-22 Thread Michał Górny
commit: 5ffa3f8b13079b64b69fe58a741e7c8e8e27eaa2
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Sep 22 10:23:06 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep 22 10:29:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ffa3f8b

dev-python/marshmallow: Bump to 3.18.0

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

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

diff --git a/dev-python/marshmallow/Manifest b/dev-python/marshmallow/Manifest
index 859ff8808e31..46b9f8e09c4b 100644
--- a/dev-python/marshmallow/Manifest
+++ b/dev-python/marshmallow/Manifest
@@ -1,3 +1,4 @@
 DIST marshmallow-3.16.0.tar.gz 180106 BLAKE2B 
c3d9b9c1645e7df103940b8e637f3de027f23e5da4a6ebd25412fef9d2d61483ec934af5c37f781121928a7b2f98b44793a8671173a5c548936ce0bbd0d2290d
 SHA512 
5d3c7babff9117261afb902090bffcdba4eee2984d13862f4974fc043c6e56420707a6d3aba4a6046d947ef9414386c24895fc9a2538e36e505692e76d70f409
 DIST marshmallow-3.17.0.gh.tar.gz 180037 BLAKE2B 
17fa577a969d82555312b362b41e6c61c209566ba418c9aa14ef1195b7317477a9e7c7d669e5643bee0d12454fee79bcf35a9eb625ad499347299e6727afb6bc
 SHA512 
3fceb6dcb3df7339d0c002ac90ed9960bdcc174b29ad0fc3222a435d3980b892ae07c1080483b7a5a71455a475ae1086869432cefab898a1008ad33c7efc1f99
 DIST marshmallow-3.17.1.gh.tar.gz 180094 BLAKE2B 
7c4dc60923ef95bdd0d77da4d6c643193944ca02115fd12529fa564860acee3ec495f1b402f5bee6b4a90fe6100e766cc0959918aed57b232e9ff2e5d2500602
 SHA512 
f72f969fba2136cfe288fea93a6db791b99f163f5b5af3498c6dbef9150abd5ce66b9678b1ba6538c3add530272b13c197a57d2e35cf148a5d21bf12feafcdd4
+DIST marshmallow-3.18.0.gh.tar.gz 181535 BLAKE2B 
6c808157038cf33d2906fbf2f4aa8a605adfe8301da56ba8f7df782e2970bae7f5e040aa8c9c9bda134b6e7e13d50a9bec1f8e715e06b8543742e2cd142d099d
 SHA512 
25ee09faf93d5ae25b35089881a644cf409edbca3134ad092ad150b166604151c3474bfcd2ae07d29b066e89e67df643e65d9fece4bbad8b11af07554a0ceaf6

diff --git a/dev-python/marshmallow/marshmallow-3.18.0.ebuild 
b/dev-python/marshmallow/marshmallow-3.18.0.ebuild
new file mode 100644
index ..f924d3b5509e
--- /dev/null
+++ b/dev-python/marshmallow/marshmallow-3.18.0.ebuild
@@ -0,0 +1,36 @@
+# 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..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="A library for converting to and from native Python datatypes"
+HOMEPAGE="
+   https://github.com/marshmallow-code/marshmallow/
+   https://pypi.org/project/marshmallow/
+"
+SRC_URI="
+   https://github.com/marshmallow-code/marshmallow/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RDEPEND="
+   >=dev-python/packaging-0.17[${PYTHON_USEDEP}]
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/pytz[${PYTHON_USEDEP}]
+   dev-python/simplejson[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



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

2022-08-23 Thread Arthur Zamarin
commit: 17894631f03594b399ce6d4f40f3f01b007b1b51
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Aug 23 17:14:33 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Aug 23 17:14:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17894631

dev-python/marshmallow: add 3.17.1

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

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

diff --git a/dev-python/marshmallow/Manifest b/dev-python/marshmallow/Manifest
index 978fef22a0d1..859ff8808e31 100644
--- a/dev-python/marshmallow/Manifest
+++ b/dev-python/marshmallow/Manifest
@@ -1,2 +1,3 @@
 DIST marshmallow-3.16.0.tar.gz 180106 BLAKE2B 
c3d9b9c1645e7df103940b8e637f3de027f23e5da4a6ebd25412fef9d2d61483ec934af5c37f781121928a7b2f98b44793a8671173a5c548936ce0bbd0d2290d
 SHA512 
5d3c7babff9117261afb902090bffcdba4eee2984d13862f4974fc043c6e56420707a6d3aba4a6046d947ef9414386c24895fc9a2538e36e505692e76d70f409
 DIST marshmallow-3.17.0.gh.tar.gz 180037 BLAKE2B 
17fa577a969d82555312b362b41e6c61c209566ba418c9aa14ef1195b7317477a9e7c7d669e5643bee0d12454fee79bcf35a9eb625ad499347299e6727afb6bc
 SHA512 
3fceb6dcb3df7339d0c002ac90ed9960bdcc174b29ad0fc3222a435d3980b892ae07c1080483b7a5a71455a475ae1086869432cefab898a1008ad33c7efc1f99
+DIST marshmallow-3.17.1.gh.tar.gz 180094 BLAKE2B 
7c4dc60923ef95bdd0d77da4d6c643193944ca02115fd12529fa564860acee3ec495f1b402f5bee6b4a90fe6100e766cc0959918aed57b232e9ff2e5d2500602
 SHA512 
f72f969fba2136cfe288fea93a6db791b99f163f5b5af3498c6dbef9150abd5ce66b9678b1ba6538c3add530272b13c197a57d2e35cf148a5d21bf12feafcdd4

diff --git a/dev-python/marshmallow/marshmallow-3.17.1.ebuild 
b/dev-python/marshmallow/marshmallow-3.17.1.ebuild
new file mode 100644
index ..f924d3b5509e
--- /dev/null
+++ b/dev-python/marshmallow/marshmallow-3.17.1.ebuild
@@ -0,0 +1,36 @@
+# 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..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="A library for converting to and from native Python datatypes"
+HOMEPAGE="
+   https://github.com/marshmallow-code/marshmallow/
+   https://pypi.org/project/marshmallow/
+"
+SRC_URI="
+   https://github.com/marshmallow-code/marshmallow/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RDEPEND="
+   >=dev-python/packaging-0.17[${PYTHON_USEDEP}]
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/pytz[${PYTHON_USEDEP}]
+   dev-python/simplejson[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



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

2022-06-26 Thread Michał Górny
commit: 223769dfdabbf0d1d75699427816a566b8212347
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jun 27 03:54:51 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun 27 04:40:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=223769df

dev-python/marshmallow: Bump to 3.17.0

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

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

diff --git a/dev-python/marshmallow/Manifest b/dev-python/marshmallow/Manifest
index 3872a8cc94e1..978fef22a0d1 100644
--- a/dev-python/marshmallow/Manifest
+++ b/dev-python/marshmallow/Manifest
@@ -1 +1,2 @@
 DIST marshmallow-3.16.0.tar.gz 180106 BLAKE2B 
c3d9b9c1645e7df103940b8e637f3de027f23e5da4a6ebd25412fef9d2d61483ec934af5c37f781121928a7b2f98b44793a8671173a5c548936ce0bbd0d2290d
 SHA512 
5d3c7babff9117261afb902090bffcdba4eee2984d13862f4974fc043c6e56420707a6d3aba4a6046d947ef9414386c24895fc9a2538e36e505692e76d70f409
+DIST marshmallow-3.17.0.gh.tar.gz 180037 BLAKE2B 
17fa577a969d82555312b362b41e6c61c209566ba418c9aa14ef1195b7317477a9e7c7d669e5643bee0d12454fee79bcf35a9eb625ad499347299e6727afb6bc
 SHA512 
3fceb6dcb3df7339d0c002ac90ed9960bdcc174b29ad0fc3222a435d3980b892ae07c1080483b7a5a71455a475ae1086869432cefab898a1008ad33c7efc1f99

diff --git a/dev-python/marshmallow/marshmallow-3.17.0.ebuild 
b/dev-python/marshmallow/marshmallow-3.17.0.ebuild
new file mode 100644
index ..f924d3b5509e
--- /dev/null
+++ b/dev-python/marshmallow/marshmallow-3.17.0.ebuild
@@ -0,0 +1,36 @@
+# 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..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="A library for converting to and from native Python datatypes"
+HOMEPAGE="
+   https://github.com/marshmallow-code/marshmallow/
+   https://pypi.org/project/marshmallow/
+"
+SRC_URI="
+   https://github.com/marshmallow-code/marshmallow/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RDEPEND="
+   >=dev-python/packaging-0.17[${PYTHON_USEDEP}]
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/pytz[${PYTHON_USEDEP}]
+   dev-python/simplejson[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



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

2022-06-16 Thread Michał Górny
commit: 613ea8df7c72b28a04d2c36f768a44c3a4eeef9c
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jun 16 08:06:11 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jun 16 08:06:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=613ea8df

dev-python/marshmallow: Remove old

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

 dev-python/marshmallow/Manifest  |  1 -
 dev-python/marshmallow/marshmallow-3.15.0.ebuild | 30 
 2 files changed, 31 deletions(-)

diff --git a/dev-python/marshmallow/Manifest b/dev-python/marshmallow/Manifest
index 8a91f74597f2..3872a8cc94e1 100644
--- a/dev-python/marshmallow/Manifest
+++ b/dev-python/marshmallow/Manifest
@@ -1,2 +1 @@
-DIST marshmallow-3.15.0.tar.gz 179483 BLAKE2B 
5cd660f4b1bf3ffb775e06659adce2f0da8bf46bd5376eb4407793925de60fce48ac633baced399314d9cef1faaf00f2643e56404cdc2c44e51b5b0c42ab533d
 SHA512 
9d688466b9dfce7cd3307538aadb68c8297d3ee026a7a61953d361a9e52acafd00da81f48ab26771dba74bf8024117d53292763ab98cb78e2bbd7b5604bee4f1
 DIST marshmallow-3.16.0.tar.gz 180106 BLAKE2B 
c3d9b9c1645e7df103940b8e637f3de027f23e5da4a6ebd25412fef9d2d61483ec934af5c37f781121928a7b2f98b44793a8671173a5c548936ce0bbd0d2290d
 SHA512 
5d3c7babff9117261afb902090bffcdba4eee2984d13862f4974fc043c6e56420707a6d3aba4a6046d947ef9414386c24895fc9a2538e36e505692e76d70f409

diff --git a/dev-python/marshmallow/marshmallow-3.15.0.ebuild 
b/dev-python/marshmallow/marshmallow-3.15.0.ebuild
deleted file mode 100644
index f26c074cbd82..
--- a/dev-python/marshmallow/marshmallow-3.15.0.ebuild
+++ /dev/null
@@ -1,30 +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 library for converting to and from native Python datatypes"
-HOMEPAGE="https://github.com/marshmallow-code/marshmallow/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-
-RDEPEND="
-   dev-python/packaging[${PYTHON_USEDEP}]
-   dev-python/python-dateutil[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/pytz[${PYTHON_USEDEP}]
-   dev-python/simplejson[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest



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

2022-05-30 Thread Michał Górny
commit: 12e80573e33b5a4ded36ccc14841f9afcac48731
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 30 05:40:48 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 30 07:20:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12e80573

dev-python/marshmallow: Bump to 3.16.0

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

 dev-python/marshmallow/Manifest  |  1 +
 dev-python/marshmallow/marshmallow-3.16.0.ebuild | 30 
 2 files changed, 31 insertions(+)

diff --git a/dev-python/marshmallow/Manifest b/dev-python/marshmallow/Manifest
index cab3ce6a18c2..8a91f74597f2 100644
--- a/dev-python/marshmallow/Manifest
+++ b/dev-python/marshmallow/Manifest
@@ -1 +1,2 @@
 DIST marshmallow-3.15.0.tar.gz 179483 BLAKE2B 
5cd660f4b1bf3ffb775e06659adce2f0da8bf46bd5376eb4407793925de60fce48ac633baced399314d9cef1faaf00f2643e56404cdc2c44e51b5b0c42ab533d
 SHA512 
9d688466b9dfce7cd3307538aadb68c8297d3ee026a7a61953d361a9e52acafd00da81f48ab26771dba74bf8024117d53292763ab98cb78e2bbd7b5604bee4f1
+DIST marshmallow-3.16.0.tar.gz 180106 BLAKE2B 
c3d9b9c1645e7df103940b8e637f3de027f23e5da4a6ebd25412fef9d2d61483ec934af5c37f781121928a7b2f98b44793a8671173a5c548936ce0bbd0d2290d
 SHA512 
5d3c7babff9117261afb902090bffcdba4eee2984d13862f4974fc043c6e56420707a6d3aba4a6046d947ef9414386c24895fc9a2538e36e505692e76d70f409

diff --git a/dev-python/marshmallow/marshmallow-3.16.0.ebuild 
b/dev-python/marshmallow/marshmallow-3.16.0.ebuild
new file mode 100644
index ..98fb29348702
--- /dev/null
+++ b/dev-python/marshmallow/marshmallow-3.16.0.ebuild
@@ -0,0 +1,30 @@
+# 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..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="A library for converting to and from native Python datatypes"
+HOMEPAGE="https://github.com/marshmallow-code/marshmallow/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RDEPEND="
+   >=dev-python/packaging-0.17[${PYTHON_USEDEP}]
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/pytz[${PYTHON_USEDEP}]
+   dev-python/simplejson[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



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

2022-05-16 Thread Michał Górny
commit: 6d70267dfb362a645ce0bf4216bf201252d1704e
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 16 13:18:58 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 16 13:18:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d70267d

dev-python/marshmallow: Remove old

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

 dev-python/marshmallow/Manifest  |  1 -
 dev-python/marshmallow/marshmallow-3.14.0.ebuild | 26 
 2 files changed, 27 deletions(-)

diff --git a/dev-python/marshmallow/Manifest b/dev-python/marshmallow/Manifest
index abba62073be8..cab3ce6a18c2 100644
--- a/dev-python/marshmallow/Manifest
+++ b/dev-python/marshmallow/Manifest
@@ -1,2 +1 @@
-DIST marshmallow-3.14.0.tar.gz 175637 BLAKE2B 
003bd5ee17d4c3db63fabcd75838f5455576eb8a741a0f1daba8c629ade145593538ba15d3ecd47d5b3cce65573f4ecd765c9badb0dd077c44b6d04537a1332f
 SHA512 
3eed3cb7ba063c6a3503091b46443c6ad96f82e6c21e7ceb047b379dddad4429e59a8e5c828be258433b2743a8231bb338ef96f21767f17ed75fe44138bb0d64
 DIST marshmallow-3.15.0.tar.gz 179483 BLAKE2B 
5cd660f4b1bf3ffb775e06659adce2f0da8bf46bd5376eb4407793925de60fce48ac633baced399314d9cef1faaf00f2643e56404cdc2c44e51b5b0c42ab533d
 SHA512 
9d688466b9dfce7cd3307538aadb68c8297d3ee026a7a61953d361a9e52acafd00da81f48ab26771dba74bf8024117d53292763ab98cb78e2bbd7b5604bee4f1

diff --git a/dev-python/marshmallow/marshmallow-3.14.0.ebuild 
b/dev-python/marshmallow/marshmallow-3.14.0.ebuild
deleted file mode 100644
index 7d3435061f3f..
--- a/dev-python/marshmallow/marshmallow-3.14.0.ebuild
+++ /dev/null
@@ -1,26 +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 library for converting to and from native Python datatypes"
-HOMEPAGE="https://github.com/marshmallow-code/marshmallow/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-
-RDEPEND="
-   dev-python/python-dateutil[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/pytz[${PYTHON_USEDEP}]
-   dev-python/simplejson[${PYTHON_USEDEP}]
-   )"
-
-distutils_enable_tests pytest



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

2022-03-14 Thread Michał Górny
commit: 8c27d9298f422c08ac17794706bc2ca78c0cee6c
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Mar 14 15:46:11 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Mar 14 17:04:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c27d929

dev-python/marshmallow: Bump to 3.15.0

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

 dev-python/marshmallow/Manifest  |  1 +
 dev-python/marshmallow/marshmallow-3.15.0.ebuild | 30 
 2 files changed, 31 insertions(+)

diff --git a/dev-python/marshmallow/Manifest b/dev-python/marshmallow/Manifest
index dd0fc022a959..abba62073be8 100644
--- a/dev-python/marshmallow/Manifest
+++ b/dev-python/marshmallow/Manifest
@@ -1 +1,2 @@
 DIST marshmallow-3.14.0.tar.gz 175637 BLAKE2B 
003bd5ee17d4c3db63fabcd75838f5455576eb8a741a0f1daba8c629ade145593538ba15d3ecd47d5b3cce65573f4ecd765c9badb0dd077c44b6d04537a1332f
 SHA512 
3eed3cb7ba063c6a3503091b46443c6ad96f82e6c21e7ceb047b379dddad4429e59a8e5c828be258433b2743a8231bb338ef96f21767f17ed75fe44138bb0d64
+DIST marshmallow-3.15.0.tar.gz 179483 BLAKE2B 
5cd660f4b1bf3ffb775e06659adce2f0da8bf46bd5376eb4407793925de60fce48ac633baced399314d9cef1faaf00f2643e56404cdc2c44e51b5b0c42ab533d
 SHA512 
9d688466b9dfce7cd3307538aadb68c8297d3ee026a7a61953d361a9e52acafd00da81f48ab26771dba74bf8024117d53292763ab98cb78e2bbd7b5604bee4f1

diff --git a/dev-python/marshmallow/marshmallow-3.15.0.ebuild 
b/dev-python/marshmallow/marshmallow-3.15.0.ebuild
new file mode 100644
index ..f26c074cbd82
--- /dev/null
+++ b/dev-python/marshmallow/marshmallow-3.15.0.ebuild
@@ -0,0 +1,30 @@
+# 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 library for converting to and from native Python datatypes"
+HOMEPAGE="https://github.com/marshmallow-code/marshmallow/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RDEPEND="
+   dev-python/packaging[${PYTHON_USEDEP}]
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/pytz[${PYTHON_USEDEP}]
+   dev-python/simplejson[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



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

2021-11-14 Thread Michał Górny
commit: 4cc617a02683534e564652bd6c6b860b0c6617cc
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Nov 14 08:45:39 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Nov 14 08:46:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cc617a0

dev-python/marshmallow: Remove old

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

 dev-python/marshmallow/Manifest  |  1 -
 dev-python/marshmallow/marshmallow-3.13.0.ebuild | 26 
 2 files changed, 27 deletions(-)

diff --git a/dev-python/marshmallow/Manifest b/dev-python/marshmallow/Manifest
index 9289aec04794..dd0fc022a959 100644
--- a/dev-python/marshmallow/Manifest
+++ b/dev-python/marshmallow/Manifest
@@ -1,2 +1 @@
-DIST marshmallow-3.13.0.tar.gz 175134 BLAKE2B 
fc8ffb87ba31d5bd56c7ebf655824f59c78cea257a1b59de8a97be9f380367d4db428b6f4f93f81140cccd8274fee7946e466f87f7c31b6b9d39d5bb9fba3104
 SHA512 
e4425bfa26609c80bc581b60be5554effe4a57eafc36338dc672cb0b42fc14d788a1ef3b4506b6429bf8d235e6edb10925173c8414b2abca12a4c7bb5496ed53
 DIST marshmallow-3.14.0.tar.gz 175637 BLAKE2B 
003bd5ee17d4c3db63fabcd75838f5455576eb8a741a0f1daba8c629ade145593538ba15d3ecd47d5b3cce65573f4ecd765c9badb0dd077c44b6d04537a1332f
 SHA512 
3eed3cb7ba063c6a3503091b46443c6ad96f82e6c21e7ceb047b379dddad4429e59a8e5c828be258433b2743a8231bb338ef96f21767f17ed75fe44138bb0d64

diff --git a/dev-python/marshmallow/marshmallow-3.13.0.ebuild 
b/dev-python/marshmallow/marshmallow-3.13.0.ebuild
deleted file mode 100644
index 7d3435061f3f..
--- a/dev-python/marshmallow/marshmallow-3.13.0.ebuild
+++ /dev/null
@@ -1,26 +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 library for converting to and from native Python datatypes"
-HOMEPAGE="https://github.com/marshmallow-code/marshmallow/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-
-RDEPEND="
-   dev-python/python-dateutil[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/pytz[${PYTHON_USEDEP}]
-   dev-python/simplejson[${PYTHON_USEDEP}]
-   )"
-
-distutils_enable_tests pytest



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

2021-10-17 Thread Michał Górny
commit: ec28cee5847352cbc26f833d313cf9ad13c9704f
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct 17 19:48:05 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct 17 21:15:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec28cee5

dev-python/marshmallow: Bump to 3.14.0

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

 dev-python/marshmallow/Manifest  |  1 +
 dev-python/marshmallow/marshmallow-3.14.0.ebuild | 26 
 2 files changed, 27 insertions(+)

diff --git a/dev-python/marshmallow/Manifest b/dev-python/marshmallow/Manifest
index de34178426f..9289aec0479 100644
--- a/dev-python/marshmallow/Manifest
+++ b/dev-python/marshmallow/Manifest
@@ -1 +1,2 @@
 DIST marshmallow-3.13.0.tar.gz 175134 BLAKE2B 
fc8ffb87ba31d5bd56c7ebf655824f59c78cea257a1b59de8a97be9f380367d4db428b6f4f93f81140cccd8274fee7946e466f87f7c31b6b9d39d5bb9fba3104
 SHA512 
e4425bfa26609c80bc581b60be5554effe4a57eafc36338dc672cb0b42fc14d788a1ef3b4506b6429bf8d235e6edb10925173c8414b2abca12a4c7bb5496ed53
+DIST marshmallow-3.14.0.tar.gz 175637 BLAKE2B 
003bd5ee17d4c3db63fabcd75838f5455576eb8a741a0f1daba8c629ade145593538ba15d3ecd47d5b3cce65573f4ecd765c9badb0dd077c44b6d04537a1332f
 SHA512 
3eed3cb7ba063c6a3503091b46443c6ad96f82e6c21e7ceb047b379dddad4429e59a8e5c828be258433b2743a8231bb338ef96f21767f17ed75fe44138bb0d64

diff --git a/dev-python/marshmallow/marshmallow-3.14.0.ebuild 
b/dev-python/marshmallow/marshmallow-3.14.0.ebuild
new file mode 100644
index 000..7d3435061f3
--- /dev/null
+++ b/dev-python/marshmallow/marshmallow-3.14.0.ebuild
@@ -0,0 +1,26 @@
+# 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 library for converting to and from native Python datatypes"
+HOMEPAGE="https://github.com/marshmallow-code/marshmallow/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RDEPEND="
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/pytz[${PYTHON_USEDEP}]
+   dev-python/simplejson[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests pytest



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

2021-10-17 Thread Michał Górny
commit: d48a7d36feb731cf2f93c023cd88a9ffdf5e4b1e
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct 17 09:02:59 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct 17 09:02:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d48a7d36

dev-python/marshmallow: Remove old

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

 dev-python/marshmallow/Manifest  |  4 
 dev-python/marshmallow/marshmallow-3.11.1.ebuild | 26 
 dev-python/marshmallow/marshmallow-3.12.0.ebuild | 26 
 dev-python/marshmallow/marshmallow-3.12.1.ebuild | 26 
 dev-python/marshmallow/marshmallow-3.12.2.ebuild | 26 
 5 files changed, 108 deletions(-)

diff --git a/dev-python/marshmallow/Manifest b/dev-python/marshmallow/Manifest
index 6033f56a6c9..de34178426f 100644
--- a/dev-python/marshmallow/Manifest
+++ b/dev-python/marshmallow/Manifest
@@ -1,5 +1 @@
-DIST marshmallow-3.11.1.tar.gz 173844 BLAKE2B 
edd816ccd254dc52e01a2e067ff3037fa5206ae5badb1e9b46d83d3bdcd926d324c39321e4fa2b4fdf276158d36c2d3634086f76086dececaa24213bbb765e42
 SHA512 
ebb6b20ffc1b199408ede0c88d1512cada14cf7220315100398137b8374940c03dda2e6449ab9135963598ab321669068a9eca0e1c4cd2f3f2454eba19db04bd
-DIST marshmallow-3.12.0.tar.gz 174790 BLAKE2B 
07539540f361137dd2fa2d5c884e279137a82f69e8a9e294d6abe4c566c98f74a1836018618682ac0a08f1e0d1510dbffa6d9c030a98e2cba48230697742b7e3
 SHA512 
7b91ec42dffbb979bede21fbab17cfb081068eea54d02aaef991b58e884cc5675fb17d5f56278794e5c33960bf29951ba74533abb9a025228a524a4e413bd312
-DIST marshmallow-3.12.1.tar.gz 174784 BLAKE2B 
d3540ba833950d730db719c8ac7e8d66a54a4b06d0decc161d9b1f82d2012db2df7cc376bf3fb322e8d07e60057409f2e6ab761561e822c942d189418c70b9fa
 SHA512 
aadbf9c3b45a5b435ce7fd7f60a4318f393221f23687be7b48af43deee111f48806489169815122f297539614a81700a435cc579cf5b7d0fffea2a2809368db9
-DIST marshmallow-3.12.2.tar.gz 174529 BLAKE2B 
67c8431c1b013f40c3ebbb23631be3060e978a4cb71f3802b810d943bb69fd32bea59b3b7c92df5ea3cbcef28ef7b64f32c9fb1a6a3d5d42e4eabd6ce4b7958e
 SHA512 
d1f5e695564d0df10ec3f74b336b6ade7b247b722beea61a8cf10e30653745d187d26dcda3a2f2d38c04423315d20a67bc883c9e7b0d4686a759e379644cd457
 DIST marshmallow-3.13.0.tar.gz 175134 BLAKE2B 
fc8ffb87ba31d5bd56c7ebf655824f59c78cea257a1b59de8a97be9f380367d4db428b6f4f93f81140cccd8274fee7946e466f87f7c31b6b9d39d5bb9fba3104
 SHA512 
e4425bfa26609c80bc581b60be5554effe4a57eafc36338dc672cb0b42fc14d788a1ef3b4506b6429bf8d235e6edb10925173c8414b2abca12a4c7bb5496ed53

diff --git a/dev-python/marshmallow/marshmallow-3.11.1.ebuild 
b/dev-python/marshmallow/marshmallow-3.11.1.ebuild
deleted file mode 100644
index 9f52e665454..000
--- a/dev-python/marshmallow/marshmallow-3.11.1.ebuild
+++ /dev/null
@@ -1,26 +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 library for converting to and from native Python datatypes"
-HOMEPAGE="https://github.com/marshmallow-code/marshmallow/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-
-RDEPEND="
-   dev-python/python-dateutil[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/pytz[${PYTHON_USEDEP}]
-   dev-python/simplejson[${PYTHON_USEDEP}]
-   )"
-
-distutils_enable_tests pytest

diff --git a/dev-python/marshmallow/marshmallow-3.12.0.ebuild 
b/dev-python/marshmallow/marshmallow-3.12.0.ebuild
deleted file mode 100644
index 9f52e665454..000
--- a/dev-python/marshmallow/marshmallow-3.12.0.ebuild
+++ /dev/null
@@ -1,26 +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 library for converting to and from native Python datatypes"
-HOMEPAGE="https://github.com/marshmallow-code/marshmallow/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-
-RDEPEND="
-   dev-python/python-dateutil[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/pytz[${PYTHON_USEDEP}]
-   dev-python/simplejson[${PYTHON_USEDEP}]
-   )"
-
-distutils_enable_tests pytest

diff --git a/dev-python/marshmallow/marshmallow-3.12.1.ebuild 
b/dev-python/marshmallow/marshmallow-3.12.1.ebuild
deleted file mode 100644
index 97790c85ad1..000
--- a/dev-python/marshmallow/marshmallow-3.12.1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{7..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="A library for converting to and from native Python datatypes"
-HOMEPAGE="https://github.com/marshmallow-code/marshmal

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

2021-07-22 Thread Michał Górny
commit: 0f134c13c711abff6ff3fc5de44f8eca2626e64b
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jul 22 06:49:31 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jul 22 07:25:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f134c13

dev-python/marshmallow: Bump to 3.13.0

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

 dev-python/marshmallow/Manifest  |  1 +
 dev-python/marshmallow/marshmallow-3.13.0.ebuild | 26 
 2 files changed, 27 insertions(+)

diff --git a/dev-python/marshmallow/Manifest b/dev-python/marshmallow/Manifest
index 5c02d8761de..6033f56a6c9 100644
--- a/dev-python/marshmallow/Manifest
+++ b/dev-python/marshmallow/Manifest
@@ -2,3 +2,4 @@ DIST marshmallow-3.11.1.tar.gz 173844 BLAKE2B 
edd816ccd254dc52e01a2e067ff3037fa5
 DIST marshmallow-3.12.0.tar.gz 174790 BLAKE2B 
07539540f361137dd2fa2d5c884e279137a82f69e8a9e294d6abe4c566c98f74a1836018618682ac0a08f1e0d1510dbffa6d9c030a98e2cba48230697742b7e3
 SHA512 
7b91ec42dffbb979bede21fbab17cfb081068eea54d02aaef991b58e884cc5675fb17d5f56278794e5c33960bf29951ba74533abb9a025228a524a4e413bd312
 DIST marshmallow-3.12.1.tar.gz 174784 BLAKE2B 
d3540ba833950d730db719c8ac7e8d66a54a4b06d0decc161d9b1f82d2012db2df7cc376bf3fb322e8d07e60057409f2e6ab761561e822c942d189418c70b9fa
 SHA512 
aadbf9c3b45a5b435ce7fd7f60a4318f393221f23687be7b48af43deee111f48806489169815122f297539614a81700a435cc579cf5b7d0fffea2a2809368db9
 DIST marshmallow-3.12.2.tar.gz 174529 BLAKE2B 
67c8431c1b013f40c3ebbb23631be3060e978a4cb71f3802b810d943bb69fd32bea59b3b7c92df5ea3cbcef28ef7b64f32c9fb1a6a3d5d42e4eabd6ce4b7958e
 SHA512 
d1f5e695564d0df10ec3f74b336b6ade7b247b722beea61a8cf10e30653745d187d26dcda3a2f2d38c04423315d20a67bc883c9e7b0d4686a759e379644cd457
+DIST marshmallow-3.13.0.tar.gz 175134 BLAKE2B 
fc8ffb87ba31d5bd56c7ebf655824f59c78cea257a1b59de8a97be9f380367d4db428b6f4f93f81140cccd8274fee7946e466f87f7c31b6b9d39d5bb9fba3104
 SHA512 
e4425bfa26609c80bc581b60be5554effe4a57eafc36338dc672cb0b42fc14d788a1ef3b4506b6429bf8d235e6edb10925173c8414b2abca12a4c7bb5496ed53

diff --git a/dev-python/marshmallow/marshmallow-3.13.0.ebuild 
b/dev-python/marshmallow/marshmallow-3.13.0.ebuild
new file mode 100644
index 000..7d3435061f3
--- /dev/null
+++ b/dev-python/marshmallow/marshmallow-3.13.0.ebuild
@@ -0,0 +1,26 @@
+# 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 library for converting to and from native Python datatypes"
+HOMEPAGE="https://github.com/marshmallow-code/marshmallow/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RDEPEND="
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/pytz[${PYTHON_USEDEP}]
+   dev-python/simplejson[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests pytest



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

2021-07-06 Thread Michał Górny
commit: 1298e8dedbc68e306241c03d1c817ba4938380db
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul  7 05:54:35 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul  7 06:33:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1298e8de

dev-python/marshmallow: Bump to 3.12.2

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

 dev-python/marshmallow/Manifest  |  1 +
 dev-python/marshmallow/marshmallow-3.12.2.ebuild | 26 
 2 files changed, 27 insertions(+)

diff --git a/dev-python/marshmallow/Manifest b/dev-python/marshmallow/Manifest
index 34e3ffbc41b..5c02d8761de 100644
--- a/dev-python/marshmallow/Manifest
+++ b/dev-python/marshmallow/Manifest
@@ -1,3 +1,4 @@
 DIST marshmallow-3.11.1.tar.gz 173844 BLAKE2B 
edd816ccd254dc52e01a2e067ff3037fa5206ae5badb1e9b46d83d3bdcd926d324c39321e4fa2b4fdf276158d36c2d3634086f76086dececaa24213bbb765e42
 SHA512 
ebb6b20ffc1b199408ede0c88d1512cada14cf7220315100398137b8374940c03dda2e6449ab9135963598ab321669068a9eca0e1c4cd2f3f2454eba19db04bd
 DIST marshmallow-3.12.0.tar.gz 174790 BLAKE2B 
07539540f361137dd2fa2d5c884e279137a82f69e8a9e294d6abe4c566c98f74a1836018618682ac0a08f1e0d1510dbffa6d9c030a98e2cba48230697742b7e3
 SHA512 
7b91ec42dffbb979bede21fbab17cfb081068eea54d02aaef991b58e884cc5675fb17d5f56278794e5c33960bf29951ba74533abb9a025228a524a4e413bd312
 DIST marshmallow-3.12.1.tar.gz 174784 BLAKE2B 
d3540ba833950d730db719c8ac7e8d66a54a4b06d0decc161d9b1f82d2012db2df7cc376bf3fb322e8d07e60057409f2e6ab761561e822c942d189418c70b9fa
 SHA512 
aadbf9c3b45a5b435ce7fd7f60a4318f393221f23687be7b48af43deee111f48806489169815122f297539614a81700a435cc579cf5b7d0fffea2a2809368db9
+DIST marshmallow-3.12.2.tar.gz 174529 BLAKE2B 
67c8431c1b013f40c3ebbb23631be3060e978a4cb71f3802b810d943bb69fd32bea59b3b7c92df5ea3cbcef28ef7b64f32c9fb1a6a3d5d42e4eabd6ce4b7958e
 SHA512 
d1f5e695564d0df10ec3f74b336b6ade7b247b722beea61a8cf10e30653745d187d26dcda3a2f2d38c04423315d20a67bc883c9e7b0d4686a759e379644cd457

diff --git a/dev-python/marshmallow/marshmallow-3.12.2.ebuild 
b/dev-python/marshmallow/marshmallow-3.12.2.ebuild
new file mode 100644
index 000..7d3435061f3
--- /dev/null
+++ b/dev-python/marshmallow/marshmallow-3.12.2.ebuild
@@ -0,0 +1,26 @@
+# 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 library for converting to and from native Python datatypes"
+HOMEPAGE="https://github.com/marshmallow-code/marshmallow/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RDEPEND="
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/pytz[${PYTHON_USEDEP}]
+   dev-python/simplejson[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests pytest



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

2021-05-11 Thread Michał Górny
commit: 701ffcddb8065ce99fffb75ac5dcdadc3dc88fee
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May 11 07:35:35 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May 11 07:56:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=701ffcdd

dev-python/marshmallow: Bump to 3.12.1

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

 dev-python/marshmallow/Manifest  |  1 +
 dev-python/marshmallow/marshmallow-3.12.1.ebuild | 26 
 2 files changed, 27 insertions(+)

diff --git a/dev-python/marshmallow/Manifest b/dev-python/marshmallow/Manifest
index b7c12afe777..34e3ffbc41b 100644
--- a/dev-python/marshmallow/Manifest
+++ b/dev-python/marshmallow/Manifest
@@ -1,2 +1,3 @@
 DIST marshmallow-3.11.1.tar.gz 173844 BLAKE2B 
edd816ccd254dc52e01a2e067ff3037fa5206ae5badb1e9b46d83d3bdcd926d324c39321e4fa2b4fdf276158d36c2d3634086f76086dececaa24213bbb765e42
 SHA512 
ebb6b20ffc1b199408ede0c88d1512cada14cf7220315100398137b8374940c03dda2e6449ab9135963598ab321669068a9eca0e1c4cd2f3f2454eba19db04bd
 DIST marshmallow-3.12.0.tar.gz 174790 BLAKE2B 
07539540f361137dd2fa2d5c884e279137a82f69e8a9e294d6abe4c566c98f74a1836018618682ac0a08f1e0d1510dbffa6d9c030a98e2cba48230697742b7e3
 SHA512 
7b91ec42dffbb979bede21fbab17cfb081068eea54d02aaef991b58e884cc5675fb17d5f56278794e5c33960bf29951ba74533abb9a025228a524a4e413bd312
+DIST marshmallow-3.12.1.tar.gz 174784 BLAKE2B 
d3540ba833950d730db719c8ac7e8d66a54a4b06d0decc161d9b1f82d2012db2df7cc376bf3fb322e8d07e60057409f2e6ab761561e822c942d189418c70b9fa
 SHA512 
aadbf9c3b45a5b435ce7fd7f60a4318f393221f23687be7b48af43deee111f48806489169815122f297539614a81700a435cc579cf5b7d0fffea2a2809368db9

diff --git a/dev-python/marshmallow/marshmallow-3.12.1.ebuild 
b/dev-python/marshmallow/marshmallow-3.12.1.ebuild
new file mode 100644
index 000..97790c85ad1
--- /dev/null
+++ b/dev-python/marshmallow/marshmallow-3.12.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{7..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="A library for converting to and from native Python datatypes"
+HOMEPAGE="https://github.com/marshmallow-code/marshmallow/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RDEPEND="
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/pytz[${PYTHON_USEDEP}]
+   dev-python/simplejson[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests pytest



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

2021-05-10 Thread Michał Górny
commit: 1f9125033f29e473d7debbd4e6229a0231d60311
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 10 06:59:34 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 10 07:24:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f912503

dev-python/marshmallow: Remove old

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

 dev-python/marshmallow/Manifest  |  3 ---
 dev-python/marshmallow/marshmallow-3.10.0.ebuild | 28 ---
 dev-python/marshmallow/marshmallow-3.11.0.ebuild | 26 -
 dev-python/marshmallow/marshmallow-3.5.1.ebuild  | 29 
 4 files changed, 86 deletions(-)

diff --git a/dev-python/marshmallow/Manifest b/dev-python/marshmallow/Manifest
index d84a6134ec4..8496e66103d 100644
--- a/dev-python/marshmallow/Manifest
+++ b/dev-python/marshmallow/Manifest
@@ -1,4 +1 @@
-DIST marshmallow-3.10.0.tar.gz 172801 BLAKE2B 
1d1f5d531a9704a9b82170347e2c5dd2b3fd4488204a05f9be7705a39e5a6a42342bcce1438484c22944a6fb4470a731825314ed7ced79dbaf9cc195f049d9b2
 SHA512 
41520a7cfde483ca06a69e49ab04f8972932d0fbf7a6c75ef568779b55d5f2f666aead4c161e03416e9b90fba71fd73b3f14630f0d7050b8a7fe7a4bb50d5bf0
-DIST marshmallow-3.11.0.tar.gz 173648 BLAKE2B 
66bc79b880551c106fa88dfea3c17a171db8b7516be570882e0d686af335bb8e2667782a84a8503c2f5d5d6c4f273c93160138b97a285478f15a9aea656e6d55
 SHA512 
a9b2a2bb8830b1b9c773921f0a7154db3dee1840f8a6cd41a74464ed0cf91f946d00ccf8df32ed875de0201df067b0a310ddfc653e48179ca32450e48fbc06cf
 DIST marshmallow-3.11.1.tar.gz 173844 BLAKE2B 
edd816ccd254dc52e01a2e067ff3037fa5206ae5badb1e9b46d83d3bdcd926d324c39321e4fa2b4fdf276158d36c2d3634086f76086dececaa24213bbb765e42
 SHA512 
ebb6b20ffc1b199408ede0c88d1512cada14cf7220315100398137b8374940c03dda2e6449ab9135963598ab321669068a9eca0e1c4cd2f3f2454eba19db04bd
-DIST marshmallow-3.5.1.tar.gz 168839 BLAKE2B 
8abf8e8d45d37794c3c615f6dac8ccd0acb76357e92ddaa4c23232b7aefba63db9bd42fb7f13dd99f9ea2ec4c7608459bc36014f9344ab91894176d0f02259c9
 SHA512 
89b3abce9e31dad6a20cf8ceef62270c8f95cbdf80965b6d29f1728d37d51171a020463da9d0354688183ea07e3f47a0ddab8694da13fe238f11a3dc755d4d6e

diff --git a/dev-python/marshmallow/marshmallow-3.10.0.ebuild 
b/dev-python/marshmallow/marshmallow-3.10.0.ebuild
deleted file mode 100644
index 9a70f0ef5fb..000
--- a/dev-python/marshmallow/marshmallow-3.10.0.ebuild
+++ /dev/null
@@ -1,28 +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 lightweight library for converting complex datatypes to and 
from native Python datatypes."
-HOMEPAGE="https://github.com/marshmallow-code/marshmallow/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-python/python-dateutil[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/pytz[${PYTHON_USEDEP}]
-   dev-python/simplejson[${PYTHON_USEDEP}]
-   )"
-
-distutils_enable_tests pytest

diff --git a/dev-python/marshmallow/marshmallow-3.11.0.ebuild 
b/dev-python/marshmallow/marshmallow-3.11.0.ebuild
deleted file mode 100644
index 9f52e665454..000
--- a/dev-python/marshmallow/marshmallow-3.11.0.ebuild
+++ /dev/null
@@ -1,26 +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 library for converting to and from native Python datatypes"
-HOMEPAGE="https://github.com/marshmallow-code/marshmallow/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-
-RDEPEND="
-   dev-python/python-dateutil[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/pytz[${PYTHON_USEDEP}]
-   dev-python/simplejson[${PYTHON_USEDEP}]
-   )"
-
-distutils_enable_tests pytest

diff --git a/dev-python/marshmallow/marshmallow-3.5.1.ebuild 
b/dev-python/marshmallow/marshmallow-3.5.1.ebuild
deleted file mode 100644
index a08b397b9f3..000
--- a/dev-python/marshmallow/marshmallow-3.5.1.ebuild
+++ /dev/null
@@ -1,29 +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 lightweight library for converting complex datatypes to and 
from native Python datatypes."
-HOMEPAGE="https://github.com/marshmallow-code/marshmallow/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-python/python-dateutil[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
-   test? (
-   dev-python/p

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

2021-05-10 Thread Michał Górny
commit: d454d29d20600e94577d21a3989061c69eab829b
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 10 07:00:28 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 10 07:24:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d454d29d

dev-python/marshmallow: Bump to 3.12.0

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

 dev-python/marshmallow/Manifest  |  1 +
 dev-python/marshmallow/marshmallow-3.12.0.ebuild | 26 
 2 files changed, 27 insertions(+)

diff --git a/dev-python/marshmallow/Manifest b/dev-python/marshmallow/Manifest
index 8496e66103d..b7c12afe777 100644
--- a/dev-python/marshmallow/Manifest
+++ b/dev-python/marshmallow/Manifest
@@ -1 +1,2 @@
 DIST marshmallow-3.11.1.tar.gz 173844 BLAKE2B 
edd816ccd254dc52e01a2e067ff3037fa5206ae5badb1e9b46d83d3bdcd926d324c39321e4fa2b4fdf276158d36c2d3634086f76086dececaa24213bbb765e42
 SHA512 
ebb6b20ffc1b199408ede0c88d1512cada14cf7220315100398137b8374940c03dda2e6449ab9135963598ab321669068a9eca0e1c4cd2f3f2454eba19db04bd
+DIST marshmallow-3.12.0.tar.gz 174790 BLAKE2B 
07539540f361137dd2fa2d5c884e279137a82f69e8a9e294d6abe4c566c98f74a1836018618682ac0a08f1e0d1510dbffa6d9c030a98e2cba48230697742b7e3
 SHA512 
7b91ec42dffbb979bede21fbab17cfb081068eea54d02aaef991b58e884cc5675fb17d5f56278794e5c33960bf29951ba74533abb9a025228a524a4e413bd312

diff --git a/dev-python/marshmallow/marshmallow-3.12.0.ebuild 
b/dev-python/marshmallow/marshmallow-3.12.0.ebuild
new file mode 100644
index 000..9f52e665454
--- /dev/null
+++ b/dev-python/marshmallow/marshmallow-3.12.0.ebuild
@@ -0,0 +1,26 @@
+# 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 library for converting to and from native Python datatypes"
+HOMEPAGE="https://github.com/marshmallow-code/marshmallow/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RDEPEND="
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/pytz[${PYTHON_USEDEP}]
+   dev-python/simplejson[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests pytest



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

2021-03-30 Thread Michał Górny
commit: 70cc8855a97cb8a2193312399190a42fd72a779a
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Mar 30 07:11:44 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Mar 30 07:17:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70cc8855

dev-python/marshmallow: Bump to 3.11.1

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

 dev-python/marshmallow/Manifest  |  1 +
 dev-python/marshmallow/marshmallow-3.11.1.ebuild | 26 
 2 files changed, 27 insertions(+)

diff --git a/dev-python/marshmallow/Manifest b/dev-python/marshmallow/Manifest
index 7d5d0a601fd..d84a6134ec4 100644
--- a/dev-python/marshmallow/Manifest
+++ b/dev-python/marshmallow/Manifest
@@ -1,3 +1,4 @@
 DIST marshmallow-3.10.0.tar.gz 172801 BLAKE2B 
1d1f5d531a9704a9b82170347e2c5dd2b3fd4488204a05f9be7705a39e5a6a42342bcce1438484c22944a6fb4470a731825314ed7ced79dbaf9cc195f049d9b2
 SHA512 
41520a7cfde483ca06a69e49ab04f8972932d0fbf7a6c75ef568779b55d5f2f666aead4c161e03416e9b90fba71fd73b3f14630f0d7050b8a7fe7a4bb50d5bf0
 DIST marshmallow-3.11.0.tar.gz 173648 BLAKE2B 
66bc79b880551c106fa88dfea3c17a171db8b7516be570882e0d686af335bb8e2667782a84a8503c2f5d5d6c4f273c93160138b97a285478f15a9aea656e6d55
 SHA512 
a9b2a2bb8830b1b9c773921f0a7154db3dee1840f8a6cd41a74464ed0cf91f946d00ccf8df32ed875de0201df067b0a310ddfc653e48179ca32450e48fbc06cf
+DIST marshmallow-3.11.1.tar.gz 173844 BLAKE2B 
edd816ccd254dc52e01a2e067ff3037fa5206ae5badb1e9b46d83d3bdcd926d324c39321e4fa2b4fdf276158d36c2d3634086f76086dececaa24213bbb765e42
 SHA512 
ebb6b20ffc1b199408ede0c88d1512cada14cf7220315100398137b8374940c03dda2e6449ab9135963598ab321669068a9eca0e1c4cd2f3f2454eba19db04bd
 DIST marshmallow-3.5.1.tar.gz 168839 BLAKE2B 
8abf8e8d45d37794c3c615f6dac8ccd0acb76357e92ddaa4c23232b7aefba63db9bd42fb7f13dd99f9ea2ec4c7608459bc36014f9344ab91894176d0f02259c9
 SHA512 
89b3abce9e31dad6a20cf8ceef62270c8f95cbdf80965b6d29f1728d37d51171a020463da9d0354688183ea07e3f47a0ddab8694da13fe238f11a3dc755d4d6e

diff --git a/dev-python/marshmallow/marshmallow-3.11.1.ebuild 
b/dev-python/marshmallow/marshmallow-3.11.1.ebuild
new file mode 100644
index 000..9f52e665454
--- /dev/null
+++ b/dev-python/marshmallow/marshmallow-3.11.1.ebuild
@@ -0,0 +1,26 @@
+# 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 library for converting to and from native Python datatypes"
+HOMEPAGE="https://github.com/marshmallow-code/marshmallow/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RDEPEND="
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/pytz[${PYTHON_USEDEP}]
+   dev-python/simplejson[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests pytest



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

2021-03-29 Thread Michał Górny
commit: b4f847615ce15224acca84016c57c5eae7c45af9
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Mar 29 07:00:30 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Mar 29 07:28:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4f84761

dev-python/marshmallow: Bump to 3.11.0

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

 dev-python/marshmallow/Manifest  |  1 +
 dev-python/marshmallow/marshmallow-3.11.0.ebuild | 26 
 2 files changed, 27 insertions(+)

diff --git a/dev-python/marshmallow/Manifest b/dev-python/marshmallow/Manifest
index e5b73814dc4..7d5d0a601fd 100644
--- a/dev-python/marshmallow/Manifest
+++ b/dev-python/marshmallow/Manifest
@@ -1,2 +1,3 @@
 DIST marshmallow-3.10.0.tar.gz 172801 BLAKE2B 
1d1f5d531a9704a9b82170347e2c5dd2b3fd4488204a05f9be7705a39e5a6a42342bcce1438484c22944a6fb4470a731825314ed7ced79dbaf9cc195f049d9b2
 SHA512 
41520a7cfde483ca06a69e49ab04f8972932d0fbf7a6c75ef568779b55d5f2f666aead4c161e03416e9b90fba71fd73b3f14630f0d7050b8a7fe7a4bb50d5bf0
+DIST marshmallow-3.11.0.tar.gz 173648 BLAKE2B 
66bc79b880551c106fa88dfea3c17a171db8b7516be570882e0d686af335bb8e2667782a84a8503c2f5d5d6c4f273c93160138b97a285478f15a9aea656e6d55
 SHA512 
a9b2a2bb8830b1b9c773921f0a7154db3dee1840f8a6cd41a74464ed0cf91f946d00ccf8df32ed875de0201df067b0a310ddfc653e48179ca32450e48fbc06cf
 DIST marshmallow-3.5.1.tar.gz 168839 BLAKE2B 
8abf8e8d45d37794c3c615f6dac8ccd0acb76357e92ddaa4c23232b7aefba63db9bd42fb7f13dd99f9ea2ec4c7608459bc36014f9344ab91894176d0f02259c9
 SHA512 
89b3abce9e31dad6a20cf8ceef62270c8f95cbdf80965b6d29f1728d37d51171a020463da9d0354688183ea07e3f47a0ddab8694da13fe238f11a3dc755d4d6e

diff --git a/dev-python/marshmallow/marshmallow-3.11.0.ebuild 
b/dev-python/marshmallow/marshmallow-3.11.0.ebuild
new file mode 100644
index 000..9f52e665454
--- /dev/null
+++ b/dev-python/marshmallow/marshmallow-3.11.0.ebuild
@@ -0,0 +1,26 @@
+# 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 library for converting to and from native Python datatypes"
+HOMEPAGE="https://github.com/marshmallow-code/marshmallow/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RDEPEND="
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/pytz[${PYTHON_USEDEP}]
+   dev-python/simplejson[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests pytest



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

2020-12-19 Thread Michał Górny
commit: 6c3041696fed4119fbf1599535e08515c356a586
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Dec 19 22:15:52 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Dec 19 22:17:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c304169

dev-python/marshmallow: Bump to 3.10.0

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

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

diff --git a/dev-python/marshmallow/Manifest b/dev-python/marshmallow/Manifest
index 64a3f2c1aea..e5b73814dc4 100644
--- a/dev-python/marshmallow/Manifest
+++ b/dev-python/marshmallow/Manifest
@@ -1 +1,2 @@
+DIST marshmallow-3.10.0.tar.gz 172801 BLAKE2B 
1d1f5d531a9704a9b82170347e2c5dd2b3fd4488204a05f9be7705a39e5a6a42342bcce1438484c22944a6fb4470a731825314ed7ced79dbaf9cc195f049d9b2
 SHA512 
41520a7cfde483ca06a69e49ab04f8972932d0fbf7a6c75ef568779b55d5f2f666aead4c161e03416e9b90fba71fd73b3f14630f0d7050b8a7fe7a4bb50d5bf0
 DIST marshmallow-3.5.1.tar.gz 168839 BLAKE2B 
8abf8e8d45d37794c3c615f6dac8ccd0acb76357e92ddaa4c23232b7aefba63db9bd42fb7f13dd99f9ea2ec4c7608459bc36014f9344ab91894176d0f02259c9
 SHA512 
89b3abce9e31dad6a20cf8ceef62270c8f95cbdf80965b6d29f1728d37d51171a020463da9d0354688183ea07e3f47a0ddab8694da13fe238f11a3dc755d4d6e

diff --git a/dev-python/marshmallow/marshmallow-3.10.0.ebuild 
b/dev-python/marshmallow/marshmallow-3.10.0.ebuild
new file mode 100644
index 000..7adf1de6ee1
--- /dev/null
+++ b/dev-python/marshmallow/marshmallow-3.10.0.ebuild
@@ -0,0 +1,28 @@
+# 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 lightweight library for converting complex datatypes to and 
from native Python datatypes."
+HOMEPAGE="https://github.com/marshmallow-code/marshmallow/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/pytz[${PYTHON_USEDEP}]
+   dev-python/simplejson[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests pytest



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

2020-12-19 Thread Michał Górny
commit: a3e4f3caa836ca5390369ad2ad6c884e0cc02197
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Dec 19 22:16:18 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Dec 19 22:17:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3e4f3ca

dev-python/marshmallow: Add python@ as co-maint

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

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

diff --git a/dev-python/marshmallow/metadata.xml 
b/dev-python/marshmallow/metadata.xml
index 36de1202668..4398cbd0b3d 100644
--- a/dev-python/marshmallow/metadata.xml
+++ b/dev-python/marshmallow/metadata.xml
@@ -4,6 +4,10 @@

zmed...@gentoo.org

+   
+   pyt...@gentoo.org
+   Python
+   

marshmallow
marshmallow-code/marshmallow



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

2020-10-14 Thread Alexey Shvetsov
commit: 320f2e44c03886183c72a8372967f3ebf4182998
Author: Alexey Shvetsov  gentoo  org>
AuthorDate: Wed Oct 14 10:42:34 2020 +
Commit: Alexey Shvetsov  gentoo  org>
CommitDate: Wed Oct 14 10:42:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=320f2e44

dev-python/marshmallow: Add py39

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Alexey Shvetsov  gentoo.org>

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

diff --git a/dev-python/marshmallow/marshmallow-3.5.1.ebuild 
b/dev-python/marshmallow/marshmallow-3.5.1.ebuild
index 37a0ebcd4cc..0c76b8840cb 100644
--- a/dev-python/marshmallow/marshmallow-3.5.1.ebuild
+++ b/dev-python/marshmallow/marshmallow-3.5.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=(  python3_{6,7,8} )
+PYTHON_COMPAT=(  python3_{6,7,8,9} )
 
 inherit distutils-r1
 



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

2020-03-30 Thread Patrick McLean
commit: e492ddc1f20ab5d4c885854a5a03b2248a0219e4
Author: Patrick McLean  sony  com>
AuthorDate: Mon Mar 30 21:26:52 2020 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Mon Mar 30 21:27:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e492ddc1

dev-python/marshmallow-3.5.1: version bump, add py38

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Patrick McLean  gentoo.org>

 dev-python/marshmallow/Manifest |  1 +
 dev-python/marshmallow/marshmallow-3.5.1.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/dev-python/marshmallow/Manifest b/dev-python/marshmallow/Manifest
index 4ffd8f6ec4b..242e6214f57 100644
--- a/dev-python/marshmallow/Manifest
+++ b/dev-python/marshmallow/Manifest
@@ -1,2 +1,3 @@
 DIST marshmallow-2.20.5.tar.gz 152733 BLAKE2B 
ba509624e3715ace53eeb1a835f533172d676b3645ae3226c6da3727dafef7084bde896f3a66459112d599e3e422d600d150934313b813fea9d819658ce3b4bf
 SHA512 
a02b6a3341d2cd08174937112eba2f69a07de59054a088eef64ac12703699e2b6f561ce76ebc0cb43334056f02f3898098bb0d3501ae8a1b6350f9a168eb3355
 DIST marshmallow-3.0.1.tar.gz 168186 BLAKE2B 
6c89fed45c144a855c692bee39390e1c80b2977274acb704095e76567e6ed00643704473f95abac7fabb4c1d1d96b90cb9a6fe3a127a09a0d2a4c72c02358baf
 SHA512 
085a7e9b265bb8623e4decb32fa172d62bca3ba3c5303f12715be1b0ab6553b1978e28db520a6a7a25778915c770ac83c607bdebf5e4d26746cd69f2d555
+DIST marshmallow-3.5.1.tar.gz 168839 BLAKE2B 
8abf8e8d45d37794c3c615f6dac8ccd0acb76357e92ddaa4c23232b7aefba63db9bd42fb7f13dd99f9ea2ec4c7608459bc36014f9344ab91894176d0f02259c9
 SHA512 
89b3abce9e31dad6a20cf8ceef62270c8f95cbdf80965b6d29f1728d37d51171a020463da9d0354688183ea07e3f47a0ddab8694da13fe238f11a3dc755d4d6e

diff --git a/dev-python/marshmallow/marshmallow-3.5.1.ebuild 
b/dev-python/marshmallow/marshmallow-3.5.1.ebuild
new file mode 100644
index 000..37a0ebcd4cc
--- /dev/null
+++ b/dev-python/marshmallow/marshmallow-3.5.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=(  python3_{6,7,8} )
+
+inherit distutils-r1
+
+DESCRIPTION="A lightweight library for converting complex datatypes to and 
from native Python datatypes."
+HOMEPAGE="https://github.com/marshmallow-code/marshmallow/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+   test? (
+   dev-python/pytest[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+   dev-python/simplejson[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests pytest



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

2020-03-27 Thread Michał Górny
commit: 0c259cca82a394b1533f48b491260f4c52354a78
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 27 21:19:35 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 27 21:19:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c259cca

dev-python/marshmallow: Remove redundant versions

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

 dev-python/marshmallow/Manifest  |  1 -
 dev-python/marshmallow/marshmallow-2.20.2.ebuild | 38 
 2 files changed, 39 deletions(-)

diff --git a/dev-python/marshmallow/Manifest b/dev-python/marshmallow/Manifest
index c30618831c6..4ffd8f6ec4b 100644
--- a/dev-python/marshmallow/Manifest
+++ b/dev-python/marshmallow/Manifest
@@ -1,3 +1,2 @@
-DIST marshmallow-2.20.2.tar.gz 152437 BLAKE2B 
0d31537051c45bad52d922439d1cb9d69fc4a4bc2767d6a13bfe32a9edc978cadf9b1c508ae51532f5661291f32ed4b7c5e54f5fcd092eb4ebd7d3045521e9b8
 SHA512 
05511aafa978377152ea8ea1b70dd5558782bf634df5ae52453bfa65c7ec9270a12cd7a32e11872808a3289cfab2ef0380e129e84878511872e7cc95b0792453
 DIST marshmallow-2.20.5.tar.gz 152733 BLAKE2B 
ba509624e3715ace53eeb1a835f533172d676b3645ae3226c6da3727dafef7084bde896f3a66459112d599e3e422d600d150934313b813fea9d819658ce3b4bf
 SHA512 
a02b6a3341d2cd08174937112eba2f69a07de59054a088eef64ac12703699e2b6f561ce76ebc0cb43334056f02f3898098bb0d3501ae8a1b6350f9a168eb3355
 DIST marshmallow-3.0.1.tar.gz 168186 BLAKE2B 
6c89fed45c144a855c692bee39390e1c80b2977274acb704095e76567e6ed00643704473f95abac7fabb4c1d1d96b90cb9a6fe3a127a09a0d2a4c72c02358baf
 SHA512 
085a7e9b265bb8623e4decb32fa172d62bca3ba3c5303f12715be1b0ab6553b1978e28db520a6a7a25778915c770ac83c607bdebf5e4d26746cd69f2d555

diff --git a/dev-python/marshmallow/marshmallow-2.20.2.ebuild 
b/dev-python/marshmallow/marshmallow-2.20.2.ebuild
deleted file mode 100644
index 55c90417ff2..000
--- a/dev-python/marshmallow/marshmallow-2.20.2.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
-
-inherit distutils-r1
-
-DESCRIPTION="A lightweight library for converting complex datatypes to and 
from native Python datatypes."
-HOMEPAGE="https://github.com/marshmallow-code/marshmallow/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-python/python-dateutil[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? (
-   dev-python/pytest[${PYTHON_USEDEP}]
-   dev-python/simplejson[${PYTHON_USEDEP}]
-   )"
-
-src_prepare() {
-   distutils-r1_src_prepare
-}
-
-python_test() {
-   if [[ ${EPYTHON} == python2.7 ]]; then
-   rm -rf tests/test_py3 || die
-   fi
-   py.test -v || die "tests failed under ${EPYTHON}"
-}



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

2020-02-05 Thread Michał Górny
commit: f8cf6a629100256f3a235d7132b04145ed72000c
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb  5 16:17:11 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb  5 16:24:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8cf6a62

dev-python/marshmallow: Remove py2

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

 dev-python/marshmallow/marshmallow-2.20.2.ebuild | 2 +-
 dev-python/marshmallow/marshmallow-2.20.5.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/marshmallow/marshmallow-2.20.2.ebuild 
b/dev-python/marshmallow/marshmallow-2.20.2.ebuild
index d1a97915e2c..55c90417ff2 100644
--- a/dev-python/marshmallow/marshmallow-2.20.2.ebuild
+++ b/dev-python/marshmallow/marshmallow-2.20.2.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
 

diff --git a/dev-python/marshmallow/marshmallow-2.20.5.ebuild 
b/dev-python/marshmallow/marshmallow-2.20.5.ebuild
index d1a97915e2c..55c90417ff2 100644
--- a/dev-python/marshmallow/marshmallow-2.20.5.ebuild
+++ b/dev-python/marshmallow/marshmallow-2.20.5.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
 



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

2019-12-12 Thread Alexey Shvetsov
commit: 297e8936d7f36a6d0f478ded996f24ae747821a7
Author: Alexey Shvetsov  gentoo  org>
AuthorDate: Thu Dec 12 21:27:28 2019 +
Commit: Alexey Shvetsov  gentoo  org>
CommitDate: Thu Dec 12 21:27:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=297e8936

dev-python/marshmallow: Add 2.20.5 as dep for platformio

Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Alexey Shvetsov  gentoo.org>

 dev-python/marshmallow/Manifest  |  1 +
 dev-python/marshmallow/marshmallow-2.20.5.ebuild | 38 
 2 files changed, 39 insertions(+)

diff --git a/dev-python/marshmallow/Manifest b/dev-python/marshmallow/Manifest
index aa40c00867c..c30618831c6 100644
--- a/dev-python/marshmallow/Manifest
+++ b/dev-python/marshmallow/Manifest
@@ -1,2 +1,3 @@
 DIST marshmallow-2.20.2.tar.gz 152437 BLAKE2B 
0d31537051c45bad52d922439d1cb9d69fc4a4bc2767d6a13bfe32a9edc978cadf9b1c508ae51532f5661291f32ed4b7c5e54f5fcd092eb4ebd7d3045521e9b8
 SHA512 
05511aafa978377152ea8ea1b70dd5558782bf634df5ae52453bfa65c7ec9270a12cd7a32e11872808a3289cfab2ef0380e129e84878511872e7cc95b0792453
+DIST marshmallow-2.20.5.tar.gz 152733 BLAKE2B 
ba509624e3715ace53eeb1a835f533172d676b3645ae3226c6da3727dafef7084bde896f3a66459112d599e3e422d600d150934313b813fea9d819658ce3b4bf
 SHA512 
a02b6a3341d2cd08174937112eba2f69a07de59054a088eef64ac12703699e2b6f561ce76ebc0cb43334056f02f3898098bb0d3501ae8a1b6350f9a168eb3355
 DIST marshmallow-3.0.1.tar.gz 168186 BLAKE2B 
6c89fed45c144a855c692bee39390e1c80b2977274acb704095e76567e6ed00643704473f95abac7fabb4c1d1d96b90cb9a6fe3a127a09a0d2a4c72c02358baf
 SHA512 
085a7e9b265bb8623e4decb32fa172d62bca3ba3c5303f12715be1b0ab6553b1978e28db520a6a7a25778915c770ac83c607bdebf5e4d26746cd69f2d555

diff --git a/dev-python/marshmallow/marshmallow-2.20.5.ebuild 
b/dev-python/marshmallow/marshmallow-2.20.5.ebuild
new file mode 100644
index 000..a9acebf6251
--- /dev/null
+++ b/dev-python/marshmallow/marshmallow-2.20.5.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+
+inherit distutils-r1
+
+DESCRIPTION="A lightweight library for converting complex datatypes to and 
from native Python datatypes."
+HOMEPAGE="https://github.com/marshmallow-code/marshmallow/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest[${PYTHON_USEDEP}]
+   dev-python/simplejson[${PYTHON_USEDEP}]
+   )"
+
+src_prepare() {
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   if [[ ${EPYTHON} == python2.7 ]]; then
+   rm -rf tests/test_py3 || die
+   fi
+   py.test -v || die "tests failed under ${EPYTHON}"
+}



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

2019-08-23 Thread Zac Medico
commit: f4649bd0474cf26c84cdf48c69d942e0196a08d9
Author: Zac Medico  gentoo  org>
AuthorDate: Sat Aug 24 02:32:29 2019 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sat Aug 24 02:49:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4649bd0

dev-python/marshmallow: Bump to version 2.20.2

Package-Manager: Portage-2.3.72, Repoman-2.3.17
Signed-off-by: Zac Medico  gentoo.org>

 dev-python/marshmallow/Manifest  |  1 +
 dev-python/marshmallow/marshmallow-2.20.2.ebuild | 38 
 2 files changed, 39 insertions(+)

diff --git a/dev-python/marshmallow/Manifest b/dev-python/marshmallow/Manifest
index 7c1d3abcb16..f89b767260b 100644
--- a/dev-python/marshmallow/Manifest
+++ b/dev-python/marshmallow/Manifest
@@ -1,2 +1,3 @@
+DIST marshmallow-2.20.2.tar.gz 152437 BLAKE2B 
0d31537051c45bad52d922439d1cb9d69fc4a4bc2767d6a13bfe32a9edc978cadf9b1c508ae51532f5661291f32ed4b7c5e54f5fcd092eb4ebd7d3045521e9b8
 SHA512 
05511aafa978377152ea8ea1b70dd5558782bf634df5ae52453bfa65c7ec9270a12cd7a32e11872808a3289cfab2ef0380e129e84878511872e7cc95b0792453
 DIST marshmallow-3.0.0b12.tar.gz 153870 BLAKE2B 
4279bb477861cbcef219a7442ffa29cb1f5bb084b08a9812256898771560add3d8e5dbcd2348d8734c1701131e02f33c69ca17f2d1d9010712e11ada96e0374f
 SHA512 
3155503630b2a85eeb4b04769de79346b334975ab3611695806e799a76dfca78cc3c7d490b18158c757dd15d550fa408b651fa4c69b3e5eb147c4cf38613e2ab
 DIST marshmallow-3.0.0b8.tar.gz 148882 BLAKE2B 
a83e9cb2ff7d5786e5a0d5c947e578f81d7d2ab008257df195096e06031b100cd6d31bdab3df63b6ab6704268b1915827dd89f7e5fce6a638d136686fc9ebc07
 SHA512 
34f7a974872d0cdad828e342788269ab19194e17f30716dc8db21bc3b86ab3f1be6bd5e31c7bcbeaad7b8c70acc39eab256eb938060eff42067f5f1b3ba51c1c

diff --git a/dev-python/marshmallow/marshmallow-2.20.2.ebuild 
b/dev-python/marshmallow/marshmallow-2.20.2.ebuild
new file mode 100644
index 000..a9acebf6251
--- /dev/null
+++ b/dev-python/marshmallow/marshmallow-2.20.2.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+
+inherit distutils-r1
+
+DESCRIPTION="A lightweight library for converting complex datatypes to and 
from native Python datatypes."
+HOMEPAGE="https://github.com/marshmallow-code/marshmallow/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest[${PYTHON_USEDEP}]
+   dev-python/simplejson[${PYTHON_USEDEP}]
+   )"
+
+src_prepare() {
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   if [[ ${EPYTHON} == python2.7 ]]; then
+   rm -rf tests/test_py3 || die
+   fi
+   py.test -v || die "tests failed under ${EPYTHON}"
+}



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

2019-08-23 Thread Zac Medico
commit: 1ebd37250fa582ea7144cc82769b6d7ab1224624
Author: Zac Medico  gentoo  org>
AuthorDate: Sat Aug 24 03:20:04 2019 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sat Aug 24 03:20:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ebd3725

dev-python/marshmallow: Remove old 3.0.0_beta versions

Package-Manager: Portage-2.3.72, Repoman-2.3.17
Signed-off-by: Zac Medico  gentoo.org>

 dev-python/marshmallow/Manifest|  2 --
 .../marshmallow/marshmallow-3.0.0_beta12.ebuild| 38 --
 .../marshmallow/marshmallow-3.0.0_beta8.ebuild | 35 
 3 files changed, 75 deletions(-)

diff --git a/dev-python/marshmallow/Manifest b/dev-python/marshmallow/Manifest
index 528b8635bb2..aa40c00867c 100644
--- a/dev-python/marshmallow/Manifest
+++ b/dev-python/marshmallow/Manifest
@@ -1,4 +1,2 @@
 DIST marshmallow-2.20.2.tar.gz 152437 BLAKE2B 
0d31537051c45bad52d922439d1cb9d69fc4a4bc2767d6a13bfe32a9edc978cadf9b1c508ae51532f5661291f32ed4b7c5e54f5fcd092eb4ebd7d3045521e9b8
 SHA512 
05511aafa978377152ea8ea1b70dd5558782bf634df5ae52453bfa65c7ec9270a12cd7a32e11872808a3289cfab2ef0380e129e84878511872e7cc95b0792453
-DIST marshmallow-3.0.0b12.tar.gz 153870 BLAKE2B 
4279bb477861cbcef219a7442ffa29cb1f5bb084b08a9812256898771560add3d8e5dbcd2348d8734c1701131e02f33c69ca17f2d1d9010712e11ada96e0374f
 SHA512 
3155503630b2a85eeb4b04769de79346b334975ab3611695806e799a76dfca78cc3c7d490b18158c757dd15d550fa408b651fa4c69b3e5eb147c4cf38613e2ab
-DIST marshmallow-3.0.0b8.tar.gz 148882 BLAKE2B 
a83e9cb2ff7d5786e5a0d5c947e578f81d7d2ab008257df195096e06031b100cd6d31bdab3df63b6ab6704268b1915827dd89f7e5fce6a638d136686fc9ebc07
 SHA512 
34f7a974872d0cdad828e342788269ab19194e17f30716dc8db21bc3b86ab3f1be6bd5e31c7bcbeaad7b8c70acc39eab256eb938060eff42067f5f1b3ba51c1c
 DIST marshmallow-3.0.1.tar.gz 168186 BLAKE2B 
6c89fed45c144a855c692bee39390e1c80b2977274acb704095e76567e6ed00643704473f95abac7fabb4c1d1d96b90cb9a6fe3a127a09a0d2a4c72c02358baf
 SHA512 
085a7e9b265bb8623e4decb32fa172d62bca3ba3c5303f12715be1b0ab6553b1978e28db520a6a7a25778915c770ac83c607bdebf5e4d26746cd69f2d555

diff --git a/dev-python/marshmallow/marshmallow-3.0.0_beta12.ebuild 
b/dev-python/marshmallow/marshmallow-3.0.0_beta12.ebuild
deleted file mode 100644
index f0836cd38e5..000
--- a/dev-python/marshmallow/marshmallow-3.0.0_beta12.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{5,6} )
-
-inherit distutils-r1
-
-MY_P=${P/_beta/b}
-DESCRIPTION="A lightweight library for converting complex datatypes to and 
from native Python datatypes."
-HOMEPAGE="https://github.com/marshmallow-code/marshmallow/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE="test"
-
-RDEPEND="
-   dev-python/python-dateutil[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? (
-   dev-python/pytest[${PYTHON_USEDEP}]
-   dev-python/simplejson[${PYTHON_USEDEP}]
-   )"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
-   rm tests/test_py3/test_utils.py || die
-   distutils-r1_src_prepare
-}
-
-python_test() {
-   py.test -v || die "tests failed under ${EPYTHON}"
-}

diff --git a/dev-python/marshmallow/marshmallow-3.0.0_beta8.ebuild 
b/dev-python/marshmallow/marshmallow-3.0.0_beta8.ebuild
deleted file mode 100644
index 8f154b24c44..000
--- a/dev-python/marshmallow/marshmallow-3.0.0_beta8.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{5,6} )
-
-inherit distutils-r1
-
-MY_P=${P/_beta/b}
-DESCRIPTION="A lightweight library for converting complex datatypes to and 
from native Python datatypes."
-HOMEPAGE="https://github.com/marshmallow-code/marshmallow/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE="test"
-
-RDEPEND="
-   dev-python/python-dateutil[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
-   rm tests/test_py3/test_utils.py || die
-   distutils-r1_src_prepare
-}
-
-python_test() {
-   py.test -v || die "tests failed under ${EPYTHON}"
-}



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

2019-08-23 Thread Zac Medico
commit: 0902d13b3d1e5e3e103261a90a4ddff94f8f548e
Author: Zac Medico  gentoo  org>
AuthorDate: Sat Aug 24 03:16:18 2019 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sat Aug 24 03:16:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0902d13b

dev-python/marshmallow: Bump to version 3.0.1

Package-Manager: Portage-2.3.72, Repoman-2.3.17
Signed-off-by: Zac Medico  gentoo.org>

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

diff --git a/dev-python/marshmallow/Manifest b/dev-python/marshmallow/Manifest
index f89b767260b..528b8635bb2 100644
--- a/dev-python/marshmallow/Manifest
+++ b/dev-python/marshmallow/Manifest
@@ -1,3 +1,4 @@
 DIST marshmallow-2.20.2.tar.gz 152437 BLAKE2B 
0d31537051c45bad52d922439d1cb9d69fc4a4bc2767d6a13bfe32a9edc978cadf9b1c508ae51532f5661291f32ed4b7c5e54f5fcd092eb4ebd7d3045521e9b8
 SHA512 
05511aafa978377152ea8ea1b70dd5558782bf634df5ae52453bfa65c7ec9270a12cd7a32e11872808a3289cfab2ef0380e129e84878511872e7cc95b0792453
 DIST marshmallow-3.0.0b12.tar.gz 153870 BLAKE2B 
4279bb477861cbcef219a7442ffa29cb1f5bb084b08a9812256898771560add3d8e5dbcd2348d8734c1701131e02f33c69ca17f2d1d9010712e11ada96e0374f
 SHA512 
3155503630b2a85eeb4b04769de79346b334975ab3611695806e799a76dfca78cc3c7d490b18158c757dd15d550fa408b651fa4c69b3e5eb147c4cf38613e2ab
 DIST marshmallow-3.0.0b8.tar.gz 148882 BLAKE2B 
a83e9cb2ff7d5786e5a0d5c947e578f81d7d2ab008257df195096e06031b100cd6d31bdab3df63b6ab6704268b1915827dd89f7e5fce6a638d136686fc9ebc07
 SHA512 
34f7a974872d0cdad828e342788269ab19194e17f30716dc8db21bc3b86ab3f1be6bd5e31c7bcbeaad7b8c70acc39eab256eb938060eff42067f5f1b3ba51c1c
+DIST marshmallow-3.0.1.tar.gz 168186 BLAKE2B 
6c89fed45c144a855c692bee39390e1c80b2977274acb704095e76567e6ed00643704473f95abac7fabb4c1d1d96b90cb9a6fe3a127a09a0d2a4c72c02358baf
 SHA512 
085a7e9b265bb8623e4decb32fa172d62bca3ba3c5303f12715be1b0ab6553b1978e28db520a6a7a25778915c770ac83c607bdebf5e4d26746cd69f2d555

diff --git a/dev-python/marshmallow/marshmallow-3.0.1.ebuild 
b/dev-python/marshmallow/marshmallow-3.0.1.ebuild
new file mode 100644
index 000..7421ff3b53a
--- /dev/null
+++ b/dev-python/marshmallow/marshmallow-3.0.1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=(  python3_{5,6,7} )
+
+inherit distutils-r1
+
+DESCRIPTION="A lightweight library for converting complex datatypes to and 
from native Python datatypes."
+HOMEPAGE="https://github.com/marshmallow-code/marshmallow/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest[${PYTHON_USEDEP}]
+   dev-python/simplejson[${PYTHON_USEDEP}]
+   )"
+
+src_prepare() {
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   py.test -v || die "tests failed under ${EPYTHON}"
+}



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

2019-04-27 Thread Anthony G. Basile
commit: 90fa11f96e183d987e3440026d7f6ae58c26a052
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sat Apr 27 20:01:37 2019 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sat Apr 27 23:30:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90fa11f9

dev-python/marshmallow: keyword ~arm64

Signed-off-by: Anthony G. Basile  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 dev-python/marshmallow/marshmallow-3.0.0_beta12.ebuild | 2 +-
 dev-python/marshmallow/marshmallow-3.0.0_beta8.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/marshmallow/marshmallow-3.0.0_beta12.ebuild 
b/dev-python/marshmallow/marshmallow-3.0.0_beta12.ebuild
index fd0b782..f0836cd38e5 100644
--- a/dev-python/marshmallow/marshmallow-3.0.0_beta12.ebuild
+++ b/dev-python/marshmallow/marshmallow-3.0.0_beta12.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE="test"
 
 RDEPEND="

diff --git a/dev-python/marshmallow/marshmallow-3.0.0_beta8.ebuild 
b/dev-python/marshmallow/marshmallow-3.0.0_beta8.ebuild
index 8d82d81a3e8..8f154b24c44 100644
--- a/dev-python/marshmallow/marshmallow-3.0.0_beta8.ebuild
+++ b/dev-python/marshmallow/marshmallow-3.0.0_beta8.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE="test"
 
 RDEPEND="



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

2019-03-16 Thread Anthony G. Basile
commit: e8486c02b2f65d58aa62add5ceef2da3e3ba9481
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sat Mar 16 23:56:11 2019 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sat Mar 16 23:56:11 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8486c02

dev-python/marshmallow: keyword ~arm

Signed-off-by: Anthony G. Basile  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-python/marshmallow/marshmallow-3.0.0_beta12.ebuild | 4 ++--
 dev-python/marshmallow/marshmallow-3.0.0_beta8.ebuild  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/marshmallow/marshmallow-3.0.0_beta12.ebuild 
b/dev-python/marshmallow/marshmallow-3.0.0_beta12.ebuild
index 03d11047dfc..209e43fcf72 100644
--- a/dev-python/marshmallow/marshmallow-3.0.0_beta12.ebuild
+++ b/dev-python/marshmallow/marshmallow-3.0.0_beta12.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
 IUSE="test"
 
 RDEPEND="

diff --git a/dev-python/marshmallow/marshmallow-3.0.0_beta8.ebuild 
b/dev-python/marshmallow/marshmallow-3.0.0_beta8.ebuild
index 630eff899b7..c55c909d1c7 100644
--- a/dev-python/marshmallow/marshmallow-3.0.0_beta8.ebuild
+++ b/dev-python/marshmallow/marshmallow-3.0.0_beta8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
 IUSE="test"
 
 RDEPEND="



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

2018-08-21 Thread Zac Medico
commit: 84a575760446b78dbe4b7e616476d87525cbeace
Author: Zac Medico  gentoo  org>
AuthorDate: Tue Aug 21 19:30:58 2018 +
Commit: Zac Medico  gentoo  org>
CommitDate: Tue Aug 21 19:33:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84a57576

dev-python/marshmallow: add simplejson test dep (bug 664212)

Closes: https://bugs.gentoo.org/664212
Package-Manager: Portage-2.3.48, Repoman-2.3.10

 dev-python/marshmallow/marshmallow-3.0.0_beta12.ebuild | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-python/marshmallow/marshmallow-3.0.0_beta12.ebuild 
b/dev-python/marshmallow/marshmallow-3.0.0_beta12.ebuild
index 630eff899b7..03d11047dfc 100644
--- a/dev-python/marshmallow/marshmallow-3.0.0_beta12.ebuild
+++ b/dev-python/marshmallow/marshmallow-3.0.0_beta12.ebuild
@@ -21,7 +21,10 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
-   test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
+   test? (
+   dev-python/pytest[${PYTHON_USEDEP}]
+   dev-python/simplejson[${PYTHON_USEDEP}]
+   )"
 
 S="${WORKDIR}/${MY_P}"
 



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

2018-07-14 Thread Anthony G. Basile
commit: 6e465c01774203248fe78d4a6937d2dbb746f23c
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sun Jul 15 00:23:00 2018 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sun Jul 15 00:23:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e465c01

dev-python/marshmallow: version bump to 3.0.0_beta12

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/dev-python/marshmallow/Manifest b/dev-python/marshmallow/Manifest
index f860974f7fa..7c1d3abcb16 100644
--- a/dev-python/marshmallow/Manifest
+++ b/dev-python/marshmallow/Manifest
@@ -1 +1,2 @@
+DIST marshmallow-3.0.0b12.tar.gz 153870 BLAKE2B 
4279bb477861cbcef219a7442ffa29cb1f5bb084b08a9812256898771560add3d8e5dbcd2348d8734c1701131e02f33c69ca17f2d1d9010712e11ada96e0374f
 SHA512 
3155503630b2a85eeb4b04769de79346b334975ab3611695806e799a76dfca78cc3c7d490b18158c757dd15d550fa408b651fa4c69b3e5eb147c4cf38613e2ab
 DIST marshmallow-3.0.0b8.tar.gz 148882 BLAKE2B 
a83e9cb2ff7d5786e5a0d5c947e578f81d7d2ab008257df195096e06031b100cd6d31bdab3df63b6ab6704268b1915827dd89f7e5fce6a638d136686fc9ebc07
 SHA512 
34f7a974872d0cdad828e342788269ab19194e17f30716dc8db21bc3b86ab3f1be6bd5e31c7bcbeaad7b8c70acc39eab256eb938060eff42067f5f1b3ba51c1c

diff --git a/dev-python/marshmallow/marshmallow-3.0.0_beta12.ebuild 
b/dev-python/marshmallow/marshmallow-3.0.0_beta12.ebuild
new file mode 100644
index 000..630eff899b7
--- /dev/null
+++ b/dev-python/marshmallow/marshmallow-3.0.0_beta12.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit distutils-r1
+
+MY_P=${P/_beta/b}
+DESCRIPTION="A lightweight library for converting complex datatypes to and 
from native Python datatypes."
+HOMEPAGE="https://github.com/marshmallow-code/marshmallow/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+   rm tests/test_py3/test_utils.py || die
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   py.test -v || die "tests failed under ${EPYTHON}"
+}



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

2018-04-11 Thread Zac Medico
commit: 26b0b115c78bfcae316c466a6a5a0f5ecc08112f
Author: Zac Medico  gentoo  org>
AuthorDate: Wed Apr 11 23:32:02 2018 +
Commit: Zac Medico  gentoo  org>
CommitDate: Thu Apr 12 00:19:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26b0b115

dev-python/marshmallow: new package

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-python/marshmallow/Manifest|  1 +
 .../marshmallow/marshmallow-3.0.0_beta8.ebuild | 35 ++
 dev-python/marshmallow/metadata.xml| 11 +++
 3 files changed, 47 insertions(+)

diff --git a/dev-python/marshmallow/Manifest b/dev-python/marshmallow/Manifest
new file mode 100644
index 000..f860974f7fa
--- /dev/null
+++ b/dev-python/marshmallow/Manifest
@@ -0,0 +1 @@
+DIST marshmallow-3.0.0b8.tar.gz 148882 BLAKE2B 
a83e9cb2ff7d5786e5a0d5c947e578f81d7d2ab008257df195096e06031b100cd6d31bdab3df63b6ab6704268b1915827dd89f7e5fce6a638d136686fc9ebc07
 SHA512 
34f7a974872d0cdad828e342788269ab19194e17f30716dc8db21bc3b86ab3f1be6bd5e31c7bcbeaad7b8c70acc39eab256eb938060eff42067f5f1b3ba51c1c

diff --git a/dev-python/marshmallow/marshmallow-3.0.0_beta8.ebuild 
b/dev-python/marshmallow/marshmallow-3.0.0_beta8.ebuild
new file mode 100644
index 000..630eff899b7
--- /dev/null
+++ b/dev-python/marshmallow/marshmallow-3.0.0_beta8.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit distutils-r1
+
+MY_P=${P/_beta/b}
+DESCRIPTION="A lightweight library for converting complex datatypes to and 
from native Python datatypes."
+HOMEPAGE="https://github.com/marshmallow-code/marshmallow/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+   rm tests/test_py3/test_utils.py || die
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   py.test -v || die "tests failed under ${EPYTHON}"
+}

diff --git a/dev-python/marshmallow/metadata.xml 
b/dev-python/marshmallow/metadata.xml
new file mode 100644
index 000..36de1202668
--- /dev/null
+++ b/dev-python/marshmallow/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   zmed...@gentoo.org
+   
+   
+   marshmallow
+   marshmallow-code/marshmallow
+   
+