commit:     2ed169b7d3441528d8547ee83851eb992b3e0a22
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 10 07:38:17 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 10 07:43:25 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ed169b7

dev-python/jsonref: add 0.3.0

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

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

diff --git a/dev-python/jsonref/Manifest b/dev-python/jsonref/Manifest
index 88191d85dba9..86f6d0b7368d 100644
--- a/dev-python/jsonref/Manifest
+++ b/dev-python/jsonref/Manifest
@@ -1 +1,2 @@
 DIST jsonref-0.2.tar.gz 13032 BLAKE2B 
0db36904f6914c889d608ac6a368cc8a80b0f81b6bf9f77bb229042c484084c6a06f31099440a48f49f5efea248e0e4f498269bdf89e240be8e149a0f221747d
 SHA512 
415eaefcaf2c7a02bf70749522fef0d96f1e0cc5772edd50ca016a564258df21dd3eb178b7a33ee61e606125fb802a29b0cb8855a81c6116baf6393208927b0f
+DIST jsonref-0.3.0.gh.tar.gz 17143 BLAKE2B 
69873c69e88059899fde3d1c6d335ae68f80b9524132a3aff6c1ed5c795679f612051a225e902abeb9c1c73357dafceedf24df432eb32ebfc45162c9bcc38b57
 SHA512 
af5c1fa910b2354b8da29772f1e67a498b1836a43771784240f72ec71e8d9bab83ed553dd0559311cabf19502fbe431f03663e728188b6c1b31e680f5e24bbfe

diff --git a/dev-python/jsonref/jsonref-0.3.0.ebuild 
b/dev-python/jsonref/jsonref-0.3.0.ebuild
new file mode 100644
index 000000000000..e69ac8248519
--- /dev/null
+++ b/dev-python/jsonref/jsonref-0.3.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="An implementation of JSON Reference for Python"
+HOMEPAGE="
+       https://github.com/gazpachoking/jsonref/
+       https://pypi.org/project/jsonref/
+"
+SRC_URI="
+       https://github.com/gazpachoking/jsonref/archive/v${PV}.tar.gz
+               -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+distutils_enable_tests pytest
+
+python_test() {
+       epytest tests.py
+}

Reply via email to