From: "Theo Anderson" <telans@posteo.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/dataclasses_json/
Date: Wed, 8 Jun 2022 05:14:14 +0000 (UTC) [thread overview]
Message-ID: <1654665225.0c96f959f505ca1336bd8c8d50e01ed13cb1e060.telans@gentoo> (raw)
commit: 0c96f959f505ca1336bd8c8d50e01ed13cb1e060
Author: James Beddek <telans <AT> posteo <DOT> de>
AuthorDate: Wed Jun 8 05:06:48 2022 +0000
Commit: Theo Anderson <telans <AT> posteo <DOT> de>
CommitDate: Wed Jun 8 05:13:45 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0c96f959
dev-python/dataclasses_json: new package, add 0.5.7
Signed-off-by: James Beddek <telans <AT> posteo.de>
dev-python/dataclasses_json/Manifest | 1 +
.../dataclasses_json/dataclasses_json-0.5.7.ebuild | 40 ++++++++++++++++++++++
dev-python/dataclasses_json/metadata.xml | 8 +++++
3 files changed, 49 insertions(+)
diff --git a/dev-python/dataclasses_json/Manifest b/dev-python/dataclasses_json/Manifest
new file mode 100644
index 000000000..88c0c1793
--- /dev/null
+++ b/dev-python/dataclasses_json/Manifest
@@ -0,0 +1 @@
+DIST dataclasses_json-0.5.7.tar.gz 39291 BLAKE2B eded21a6da89e1a8785c38cd7facc3e273154a31f34daf99dc0681891bf44cc0f34fc7ab69021cf04052e82a5bd66058b826609ca3ebfc1d75f40720b0b9ce6b SHA512 2dad73f55e0f33d1f9557e1ed3d41cf237204631c044027c41d37cd2e968da003f77e80c9a06db651e689413cbfd7f85eec1b70b02acf0a32f8337c4abb75f7b
diff --git a/dev-python/dataclasses_json/dataclasses_json-0.5.7.ebuild b/dev-python/dataclasses_json/dataclasses_json-0.5.7.ebuild
new file mode 100644
index 000000000..7e025332c
--- /dev/null
+++ b/dev-python/dataclasses_json/dataclasses_json-0.5.7.ebuild
@@ -0,0 +1,40 @@
+# 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="Easily serialize Data Classes to and from JSON"
+HOMEPAGE="https://github.com/lidatong/dataclasses-json"
+SRC_URI="https://github.com/lidatong/dataclasses-json/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${P/_/-}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ >=dev-python/marshmallow-3.3.0[${PYTHON_USEDEP}]
+ >=dev-python/marshmallow_enum-1.5.1[${PYTHON_USEDEP}]
+ >=dev-python/typing_inspect-0.4.0[${PYTHON_USEDEP}]
+"
+DEPEND="
+ ${RDEPEND}
+ test? (
+ dev-python/hypothesis[${PYTHON_USEDEP}]
+ >=dev-python/mypy-0.710[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+ sed -i '/scripts/d' setup.py || die
+ distutils-r1_src_prepare
+}
diff --git a/dev-python/dataclasses_json/metadata.xml b/dev-python/dataclasses_json/metadata.xml
new file mode 100644
index 000000000..2924f0387
--- /dev/null
+++ b/dev-python/dataclasses_json/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM 'https://www.gentoo.org/dtd/metadata.dtd'>
+<pkgmetadata>
+ <maintainer type="person">
+ <email>telans@posteo.de</email>
+ <name>James Beddek</name>
+ </maintainer>
+</pkgmetadata>
next reply other threads:[~2022-06-08 5:14 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-08 5:14 Theo Anderson [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-11-17 19:40 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/dataclasses_json/ Ronny Gutbrod
2024-04-13 22:19 [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-04-13 21:31 ` [gentoo-commits] repo/proj/guru:dev " Julien Roy
2024-04-19 19:11 [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-04-19 18:46 ` [gentoo-commits] repo/proj/guru:dev " Julien Roy
2024-04-22 5:59 Viorel Munteanu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1654665225.0c96f959f505ca1336bd8c8d50e01ed13cb1e060.telans@gentoo \
--to=telans@posteo.de \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox