diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-01-09 18:54:20 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-01-09 18:54:20 +0000 |
| commit | 4caebfb4373815f2ece062eaeeeead8be340e545 (patch) | |
| tree | f9448d6d8b20b48601ab8a5b41e097fe2906e50c /dev-python/marshmallow | |
| parent | 6f4e6285f5373fe15b17b9cef200c1e131138ede (diff) | |
| download | baldeagleos-repo-4caebfb4373815f2ece062eaeeeead8be340e545.tar.gz baldeagleos-repo-4caebfb4373815f2ece062eaeeeead8be340e545.tar.xz baldeagleos-repo-4caebfb4373815f2ece062eaeeeead8be340e545.zip | |
Adding metadata
Diffstat (limited to 'dev-python/marshmallow')
| -rw-r--r-- | dev-python/marshmallow/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/marshmallow/marshmallow-3.24.2.ebuild | 36 |
2 files changed, 37 insertions, 0 deletions
diff --git a/dev-python/marshmallow/Manifest b/dev-python/marshmallow/Manifest index 5e1a95589925..f6ba2432b2a9 100644 --- a/dev-python/marshmallow/Manifest +++ b/dev-python/marshmallow/Manifest @@ -2,3 +2,4 @@ DIST marshmallow-3.23.1.gh.tar.gz 185357 BLAKE2B ac856805e919173a674ac70683bcd75 DIST marshmallow-3.23.2.gh.tar.gz 184949 BLAKE2B b144ffa2715979e7ab824d7b538cebca00d904c78a24255e9843dec6698698a65b5a8ba38cb0c7dddacf15c141e2ac87c372d0295ce2f9fe1824fbc50ef13343 SHA512 6f000799175b82d4de49a12074fedb62276b703652992d92b431896470d59f545486a02e842492dee7b20382deee28cdd395e5ab7d921d872704e28bf61d6971 DIST marshmallow-3.23.3.gh.tar.gz 183628 BLAKE2B 356823525971a7bc0e164f49d60755977a2d020dca54327fa3c6a7979ed5bcb93a286e63a087a843462170d047d16afb45f1480649e8b0c52dca658a25a01fae SHA512 a0dc9689d6068a98e12d23c219cb24ba116a299ad2d1df450e0c8b214c6c388656563bbd46f259fcdccab1d621718220eadebbea7f2a4d9524599fbac9edbb15 DIST marshmallow-3.24.1.gh.tar.gz 184751 BLAKE2B cb46d8c79fae76c39800725b139b205c2c1e0c258cf043d711450d58cf896bbf25fdc44fd6cd40726343da1b5d57174a301a84c79568bdd37e8ae5918577dc32 SHA512 ef651a1648a81e4f6384344c79212f9fb75d73e94cd73d2be72ea96dba0e3ee02fc7282fce1f1a9cf3676f24c5ed05027c5c24013a897333cea327880a7446c3 +DIST marshmallow-3.24.2.gh.tar.gz 184933 BLAKE2B 0b35eee9c70583875f01d9694322ade0945f1b4e9ef4858e18abffe9dcbe68a6a05eb1d9ff4a9366910ded32d6ce18bf0b948db6344fffb3f62d1e2b3cdf9983 SHA512 250497e3fb6b32f4ef103732c2231659db63fa2f7a2c8173b31bbc8a5d40a67cfabbec03af72187f99d92e6c659a6b9ee699fc2a4ff052874eb41cdfb28b7626 diff --git a/dev-python/marshmallow/marshmallow-3.24.2.ebuild b/dev-python/marshmallow/marshmallow-3.24.2.ebuild new file mode 100644 index 000000000000..f37c7dbe9489 --- /dev/null +++ b/dev-python/marshmallow/marshmallow-3.24.2.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=flit +PYTHON_COMPAT=( python3_{9,10,11,12,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 |
